Changes between Version 24 and Version 25 of CustomFieldAdminPlugin


Ignore:
Timestamp:
May 22, 2020, 8:08:37 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

cols removed from Trac 1.2+.

Legend:

Unmodified
Added
Removed
Modified
  • CustomFieldAdminPlugin

    v24 v25  
    7171    'value': 'first test',  # default value for field content
    7272    'options': None,        # options for select and radio types (list, leave first empty for optional)
    73     'cols': None,           # number of columns for text area
    7473    'rows': None,           # number of rows for text area
    7574    'order': 0 }            # specify sort order for field, 0 for last