Changeset 14774
- Timestamp:
- 02/06/08 23:05:07 (8 months ago)
- Files:
-
- trunk/midcom/midcom.core/midcom/core/nullcomponent/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/midcom.helper.search/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.asgard/config/manifest.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.asgard/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.wizards/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.wizards/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.wizards/config/templates/default.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.wizards/config/templates/tkk_department.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.wizards/config/templates/tkk_lab.inc (modified) (1 diff)
- trunk/midcom/midgard.webdav.styles/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/midgard.webdav.styles/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/net.fernmark.pedigree/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nehmer.blog/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/net.nehmer.comments/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_default.inc (modified) (4 diffs)
- trunk/midcom/net.nemein.bannedwords/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/net.nemein.downloads/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nemein.favourites/config/manifest.inc (modified) (1 diff)
- trunk/midcom/net.nemein.featured/config/manifest.inc (modified) (1 diff)
- trunk/midcom/net.nemein.lastupdates/config/schemadb_config.inc (modified) (2 diffs)
- trunk/midcom/net.nemein.netmon/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nemein.personnel/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/net.nemein.rss/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/net.nemein.teams/config/schemadb_config.inc (modified) (2 diffs)
- trunk/midcom/net.nemein.teams/config/schemadb_default.inc (modified) (2 diffs)
- trunk/midcom/net.nemein.updatenotification/config/schemadb_config.inc (modified) (2 diffs)
- trunk/midcom/org.maemo.calendarwidget/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/org.maemo.devcodes/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/org.maemo.gforgeprofileupdater/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/org.maemo.socialnews/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/org.openpsa.expenses/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/org.openpsa.products/config/schemadb_config.inc (modified) (2 diffs)
- trunk/midcom/org.routamc.gallery/config/schemadb_default.inc (modified) (1 diff)
- trunk/midcom/org.routamc.statusmessage/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/pl.olga.mnogosearch/config/config.inc (modified) (2 diffs)
- trunk/midcom/pl.olga.windguru/config/config.inc (modified) (1 diff)
- trunk/midcom/pl.olga.windguru/config/schemadb_default.inc (modified) (3 diffs)
- trunk/midcom/scaffold/config/schemadb_config.inc (modified) (1 diff)
- trunk/midcom/scaffold/config/schemadb_default.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/core/nullcomponent/config/schemadb_config.inc
r5033 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'midcom.core.nullcomponent',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'midcom.core.nullcomponent', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/midcom.helper.search/config/schemadb_config.inc
r730 r14774 31 31 'widget_select_choices' => Array ( 32 32 '' => 'default setting', 33 'lucene' => 'Lucene',33 'lucene' => 'Lucene', 34 34 'plucene' => 'Plucene' 35 35 ), trunk/midcom/midgard.admin.asgard/config/manifest.inc
r14538 r14774 38 38 'solt' => array 39 39 ( 40 'name' => 'Marcin SoÅtysiak',41 'email' => 'olga@olga.pl',42 'role' => 'developer',40 'name' => 'Marcin SoÅtysiak', 41 'email' => 'olga@olga.pl', 42 'role' => 'developer', 43 43 ), 44 44 'w_i' => array 45 45 ( 46 'name' => 'Jerry Jalava',47 'email' => 'jerry.jalava@gmail.com',48 'role' => 'developer',46 'name' => 'Jerry Jalava', 47 'email' => 'jerry.jalava@gmail.com', 48 'role' => 'developer', 49 49 ), 50 50 ), trunk/midcom/midgard.admin.asgard/config/schemadb_config.inc
r13956 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'midgard.admin.asgard',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'midgard.admin.asgard', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/midgard.admin.wizards/config/schemadb_config.inc
r12643 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'midgard.admin.wizards',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'midgard.admin.wizards', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/midgard.admin.wizards/config/schemadb_default.inc
r12643 r14774 17 17 'fields' => array ( 18 18 19 /* Start of component required fields */19 /* Start of component required fields */ 20 20 21 21 'title' => array ( trunk/midcom/midgard.admin.wizards/config/templates/default.inc
r14631 r14774 21 21 ), 22 22 23 // Root node definition 23 // Root node definition 24 24 'root' => array 25 25 ( trunk/midcom/midgard.admin.wizards/config/templates/tkk_department.inc
r14670 r14774 28 28 ), 29 29 30 // Root node definition 30 // Root node definition 31 31 'root' => array 32 32 ( trunk/midcom/midgard.admin.wizards/config/templates/tkk_lab.inc
r13458 r14774 60 60 ), 61 61 62 // Root node definition 62 // Root node definition 63 63 'root' => array 64 64 ( trunk/midcom/midgard.webdav.styles/config/schemadb_config.inc
r4422 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'midgard.webdav.styles',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'midgard.webdav.styles', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/midgard.webdav.styles/config/schemadb_default.inc
r4422 r14774 17 17 'fields' => array ( 18 18 19 /* Start of component required fields */20 21 /* The name is autogenerated from the title. */19 /* Start of component required fields */ 20 21 /* The name is autogenerated from the title. */ 22 22 'name' => midcom_helper_datamanager_urlname_field(), 23 23 trunk/midcom/net.fernmark.pedigree/config/schemadb_config.inc
r5984 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'net.fernmark.pedigree',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'net.fernmark.pedigree', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/net.nehmer.blog/config/schemadb_default.inc
r12029 r14774 64 64 ), 65 65 ), 66 'related' => array66 'related' => array 67 67 ( 68 68 'title' => 'related stories', trunk/midcom/net.nehmer.comments/config/schemadb_config.inc
r13164 r14774 99 99 ), 100 100 ), 101 101 102 102 'comment_count_cache_to_object_property' => array 103 103 ( trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_config.inc
r12057 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array (11 12 /* This is the field for the sort order selection. Note, that the description13 * and the widget fields will be translated automatically.14 *15 * Name and config_key must match the corresponding configuration key, the domain16 * must match your component.17 *18 * Name of the field and its description is kept as-is, as the clear-text name is19 * set through the l10n database of this component.20 */21 'sort_order' => array (22 'description' => 'sort_order',23 'datatype' => 'text',24 'location' => 'config',25 'config_domain' => 'net.nemein.alphabeticalindex',26 'config_key' => 'sort_order',27 'widget' => 'select',28 'widget_select_choices' => Array (29 '' => 'default setting',30 'reverse score' => 'reverse score',31 'score' => 'score',32 'reverse title' => 'reverse title',33 'title' => 'title',34 'reverse created' => 'reverse created',35 'created' => 'created',36 ),37 ),38 39 )7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array ( 11 12 /* This is the field for the sort order selection. Note, that the description 13 * and the widget fields will be translated automatically. 14 * 15 * Name and config_key must match the corresponding configuration key, the domain 16 * must match your component. 17 * 18 * Name of the field and its description is kept as-is, as the clear-text name is 19 * set through the l10n database of this component. 20 */ 21 'sort_order' => array ( 22 'description' => 'sort_order', 23 'datatype' => 'text', 24 'location' => 'config', 25 'config_domain' => 'net.nemein.alphabeticalindex', 26 'config_key' => 'sort_order', 27 'widget' => 'select', 28 'widget_select_choices' => Array ( 29 '' => 'default setting', 30 'reverse score' => 'reverse score', 31 'score' => 'score', 32 'reverse title' => 'reverse title', 33 'title' => 'title', 34 'reverse created' => 'reverse created', 35 'created' => 'created', 36 ), 37 ), 38 39 ) 40 40 ), trunk/midcom/net.nemein.alphabeticalindex/config/schemadb_default.inc
r13867 r14774 4 4 'fields' => array ( 5 5 6 /* Start of component required fields */6 /* Start of component required fields */ 7 7 8 8 'title' => array ( … … 40 40 'fields' => array ( 41 41 42 /* Start of component required fields */42 /* Start of component required fields */ 43 43 44 'article' => array44 'article' => array 45 45 ( 46 46 'title' => 'article', … … 63 63 ), 64 64 65 'topic' => array65 'topic' => array 66 66 ( 67 67 'title' => 'topic', … … 94 94 'fields' => array ( 95 95 96 /* Start of component required fields */96 /* Start of component required fields */ 97 97 98 98 'title' => array ( trunk/midcom/net.nemein.bannedwords/config/schemadb_default.inc
r11294 r14774 6 6 'language' => Array 7 7 ( 8 // COMPONENT-REQUIRED9 'title' => 'language',8 // COMPONENT-REQUIRED 9 'title' => 'language', 10 10 'storage' => 'language', 11 11 'type' => 'select', 12 'type_config' => array13 (14 'options' => array('fi' => 'Fi', 'en' => 'En'),12 'type_config' => array 13 ( 14 'options' => array('fi' => 'Fi', 'en' => 'En'), 15 15 ), 16 'widget' => 'select',16 'widget' => 'select', 17 17 ), 18 18 'word' => Array 19 19 ( 20 // COMPONENT-REQUIRED21 'title' => 'banned word',20 // COMPONENT-REQUIRED 21 'title' => 'banned word', 22 22 'storage' => 'bannedWord', 23 23 'type' => 'text', 24 'widget' => 'text',24 'widget' => 'text', 25 25 ), 26 26 'description' => Array 27 27 ( 28 // COMPONENT-REQUIRED29 'title' => 'description',28 // COMPONENT-REQUIRED 29 'title' => 'description', 30 30 'storage' => 'description', 31 31 'type' => 'text', 32 'widget' => 'text',32 'widget' => 'text', 33 33 ), 34 34 ), trunk/midcom/net.nemein.downloads/config/schemadb_config.inc
r4446 r14774 6 6 'config' => array 7 7 ( 8 'name' => 'config',9 'description' => 'Default Configuration Schema', /* This is a topic */10 'locktimeout' => 0, /* Don't lock this, we always display the edit view */11 'fields' => array12 (8 'name' => 'config', 9 'description' => 'Default Configuration Schema', /* This is a topic */ 10 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 11 'fields' => array 12 ( 13 13 'current_release' => array 14 14 ( trunk/midcom/net.nemein.favourites/config/manifest.inc
r14377 r14774 16 16 'juhana' => Array 17 17 ( 18 'name' => 'Juhana Hirvilahti',19 'email' => 'juhana@nemein.com',20 'role' => 'lead',21 ),18 'name' => 'Juhana Hirvilahti', 19 'email' => 'juhana@nemein.com', 20 'role' => 'lead', 21 ), 22 22 'w_i' => Array 23 23 ( 24 24 'name' => 'Jerry Jalava', 25 'email' => 'jerry.jalava@gmail.com',26 'role' => 'lead',27 ),25 'email' => 'jerry.jalava@gmail.com', 26 'role' => 'lead', 27 ), 28 28 ), 29 29 ), trunk/midcom/net.nemein.featured/config/manifest.inc
r11269 r14774 15 15 'juhana' => Array 16 16 ( 17 'name' => 'Juhana Hirvilahti',18 'email' => 'juhana@nemein.com',19 'role' => 'lead',20 ),17 'name' => 'Juhana Hirvilahti', 18 'email' => 'juhana@nemein.com', 19 'role' => 'lead', 20 ), 21 21 ), 22 22 ), trunk/midcom/net.nemein.lastupdates/config/schemadb_config.inc
r11089 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */10 'fields' => array11 (7 'name' => 'config', 8 'description' => 'Default Configuration Schema', /* This is a topic */ 9 'locktimeout' => 0, /* Don't lock this, we always display the edit view */ 10 'fields' => array 11 ( 12 12 'date_form_show_months' => array 13 13 ( … … 18 18 'config_key' => 'date_form_show_months', 19 19 ), 20 ),20 ), 21 21 ), trunk/midcom/net.nemein.netmon/config/schemadb_config.inc
r6032 r14774 5 5 6 6 'config' => array ( 7 'name' => 'config',8 'description' => 'Default Configuration Schema', /* This is a topic */9 &n
