Loading...
 
Skip to main content

History: Simple Wiki Attributes

Source of version: 2

Copy to clipboard
            !!Adds a very simple attribute handler for wiki pages, usable with extending functionality of pages. (Possibly using TrackerQueryLib or other).

{CODE(caption="yaml")}
objects:
 -
  type: tracker
  ref: tracker_38
  data:
   name: Wiki Attributes
   sort_default_field: modification
   restrict_end: 0
   restrict_start: 0
 -
  type: tracker_field
  ref: field_272
  data:
   name: Page
   tracker: $tracker_38
   type: page
   order: 10
   flags: [link, public, mandatory]
 -
  type: tracker_field
  ref: field_273
  data:
   name: Attribute
   tracker: $tracker_38
   type: text_field
   order: 20
   flags: [public]
 -
  type: tracker_field
  ref: field_274
  data:
   name: Value
   tracker: $tracker_38
   type: text_area
   order: 30
   flags: [public]
 -
  type: tracker_field
  ref: field_275
  data:
   name: Type
   tracker: $tracker_38
   type: text_field
   order: 40
   flags: [public]
{CODE}
        

History

Information Version
Tue 03 of Apr, 2012 14:29 GMT-0000 robertplummer added tracker pref 6
Mon 19 of Dec, 2011 20:32 GMT-0000 robertplummer Changed caption type from lower to upper case 5
Mon 19 of Dec, 2011 20:30 GMT-0000 robertplummer It keeps failing, trying to make it work 4
Mon 19 of Dec, 2011 20:27 GMT-0000 robertplummer Added extra line 3
Mon 19 of Dec, 2011 20:23 GMT-0000 robertplummer Added Categories 2
Mon 19 of Dec, 2011 20:20 GMT-0000 robertplummer Initial creation 1