General
Features
YAML
preferences:
display_field_order: DMY
feature_backlinks: y
feature_calendar: y
feature_wiki_structure: y
feature_trackers: y
Calendar
YAML
objects:
-
type: calendar
data:
name: nomada
mode: create_or_update
description: nomada calendar
options:
show_calname: y
-
type: calendar
data:
name: vikunja
mode: create_or_update
description: vikunja calendar
options:
show_calname: y
Calendar tracker
YAML
objects:
- type: tracker
ref: trac_as_cal
data:
name: Tasks
description: Tracker Events to store task that are synced to vikunja
default_status: open
show:
- status
- creation_date
- list_creation_date
- modification_date
- list_modification_date
allow:
- comments
sort_default_field: trac_as_cal_title
- type: tracker_field
ref: trac_as_cal_title
data:
name: Title
permname: trac_as_cal_title
tracker: $trac_as_cal
type: text_field
flags:
- searchable
- public
- list
- mandatory
- link
order: 10
- type: tracker_field
ref: trac_as_cal_description
data:
name: Description
permname: trac_as_cal_description
tracker: $trac_as_cal
type: text_area
options: 1
flags:
- public
- mandatory
order: 30
- type: tracker_field
ref: trac_as_cal_start_date
data:
name: Start date
permname: trac_as_cal_start_date
tracker: $trac_as_cal
type: calendar
options: dt,1
flags:
- searchable
- public
- list
order: 40
- type: tracker_field
ref: trac_as_cal_end_date
data:
name: End date
permname: trac_as_cal_end_date
tracker: $trac_as_cal
type: calendar
options: dt,1
flags:
- searchable
- public
- list
order: 50
- type: tracker_field
ref: trac_as_cal_due_date
data:
name: Due date
permname: trac_as_cal_due_date
tracker: $trac_as_cal
type: calendar
options: dt,1
flags:
- searchable
- public
- list
order: 60
- type: tracker_field
ref: trac_as_cal_vikunja_id
data:
name: Vikunja Id
permname: trac_as_cal_vikunja_id
tracker: $trac_as_cal
type: numeric
options: 1
flags:
- searchable
- public
- list
order: 70
- type: tracker_field
ref: trac_as_cal_calendar_id
data:
name: Calendar Id
permname: trac_as_cal_calendar_id
tracker: $trac_as_cal
type: numeric
options: 1
flags:
- searchable
- public
- list
order: 80
- type: tracker_field
ref: trac_as_cal_category
data:
name: Category
permname: trac_as_cal_category
tracker: $trac_as_cal
type: category
options: 1
flags:
- searchable
- public
- list
order: 90
Structure
YAML
instructions: Wiki Base Structure
preferences:
enable: [ feature_wiki ]
objects:
-
type: wiki_page
ref: para_page
data:
name: P.A.R.A.
description: Chapter 1 of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Ch1
mode: create_or_update
structure_as_sibling: y
-
type: wiki_page
ref: master_doc_instructions
data:
name: Instructions of the Structured Master Documents
description: Instructions of this profile
lang: en
content: wikicontent:Profile_SMasterDoc_Instructions
-
type: wiki_page
ref: master_doc1_cover
data:
name: D1 Cover
description: Cover for Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Cover
structure: 0
-
type: wiki_page
ref: master_doc1_copyright
data:
name: HomePage
description: Home Page of the wiki
mode: create_or_update
structure: $master_doc1_cover
-
type: wiki_page
ref: master_doc1_toc
data:
name: Projects
description: Table of Contents (toc) of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_TOC
mode: create_or_update
structure: $master_doc1_copyright
structure_as_sibling: y
-
type: wiki_page
ref: master_doc1_preface
data:
name: Areas
description: Preface of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Preface
mode: create_or_update
structure: $master_doc1_toc
structure_as_sibling: y
-
type: wiki_page
ref: master_doc1_ch1
data:
name: Resources
description: Chapter 1 of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Ch1
mode: create_or_update
structure: $master_doc1_preface
structure_as_sibling: y
-
type: wiki_page
ref: master_doc1_ch2
data:
name: Archives
description: Chapter 2 of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Ch2
mode: create_or_update
structure: $master_doc1_ch1
structure_as_sibling: y
-
type: wiki_page
ref: master_doc1_ch2_1
data:
name: D1 Chapter 2.1
description: Section 1 of Chapter 2 of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Ch2.1
mode: create_or_update
structure: $master_doc1_ch2
-
type: wiki_page
ref: master_doc1_ch2_2
data:
name: D1 Chapter 2.2
description: Section 2 of Chapter 2 of Master Document 1
lang: en
content: wikicontent:Profile_SMasterDoc1_Ch2.2
mode: create_or_update
structure: $master_doc1_ch2_1
structure_as_sibling: y
-
type: wiki_page
ref: master_doc2_cover
data:
name: D2 Cover
description: Cover for Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Cover
-
type: wiki_page
ref: master_doc2_copyright
data:
name: D2 Copyright
description: Copyright page of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Copyright
-
type: wiki_page
ref: master_doc2_toc
data:
name: D2 Table of Contents
description: Table of Contents (toc) of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_TOC
-
type: wiki_page
ref: master_doc2_preface
data:
name: D2 Preface
description: Preface of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Preface
-
type: wiki_page
ref: master_doc2_ch1
data:
name: D2 Chapter 1
description: Chapter 1 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch1
-
type: wiki_page
ref: master_doc2_ch2
data:
name: D2 Chapter 2
description: Chapter 2 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch2
-
type: wiki_page
ref: master_doc2_ch3
data:
name: D2 Chapter 3
description: Chapter 3 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch3
-
type: wiki_page
ref: master_doc2_ch4
data:
name: D2 Chapter 4
description: Chapter 4 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch4
-
type: wiki_page
ref: master_doc2_ch2_1
data:
name: D2 Chapter 2.1
description: Section 1 of Chapter 2 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch2.1
-
type: wiki_page
ref: master_doc2_ch2_2
data:
name: D2 Chapter 2.2
description: Section 2 of Chapter 2 of Master Document 2
lang: en
content: wikicontent:Profile_SMasterDoc2_Ch2.2