Changeset 11676
- Timestamp:
- 08/22/07 17:57:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.core/midcom/config/midcom_config.php
r6163 r11676 474 474 $GLOBALS['midcom_config_default']['metadata_schema'] = 'file:/midcom/config/metadata_default.inc'; 475 475 476 // Component system 477 // It is possible to call a function here to use e.g. ACL's in the future 478 // Show only these components when creating or editing a topic 479 $GLOBALS['midcom_config_default']['component_listing_allowed'] = null; 480 // Exclude these components when creating or editing a topic 481 $GLOBALS['midcom_config_default']['component_listing_excluded'] = null; 482 476 483 // Positioning system 477 484 // If this argument is set to true, various components will start gathering
