Changeset 11681
- Timestamp:
- 08/22/07 18:09:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-2_6/src/midcom.core/midcom/config/midcom_config.php
r4730 r11681 42 42 * </code> 43 43 * 44 * <b>Confi ugartion setting overview:</b>44 * <b>Configuartion setting overview:</b> 45 45 * 46 46 * The following configuration options are available for the MidCOM core along … … 469 469 $GLOBALS['midcom_config_default']['metadata_schema'] = 'file:/midcom/config/metadata_default.inc'; 470 470 471 // Component system 472 // It is possible to call a function here to use e.g. ACL's in the future 473 // Show only these components when creating or editing a topic 474 $GLOBALS['midcom_config_default']['component_listing_allowed'] = null; 475 // Exclude these components when creating or editing a topic 476 $GLOBALS['midcom_config_default']['component_listing_excluded'] = null; 477 471 478 // Positioning system 472 479 // If this argument is set to true, various components will start gathering
