.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _featureToggles: Feature Toggles =============== The Higher Education Package allows you to disable some features in case you don't want to use them or you want to use your own implementation. If a feature is disabled, the corresponding typoscript, TCA, CSS, plugin configurations, hooks, scheduler tasks and so on won't be included by the Higher Education Package. This can lead to invalid plugins or TCA configuration if the feature was used and afterwards disabled. Features can be switched on and off in the Extension Configuration module in the backend. .. image:: ../../Images/FeatureToggles/featureConf1.png :alt: Extension Configuration Module :width: 565px .. image:: ../../Images/FeatureToggles/featureConf2.png :alt: Extension Configuration Settings :width: 559px The following features can be toggled: +-------------------------------------------------+---------------------+ | Feature | Default | +=================================================+=====================+ | Persons | enabled | +-------------------------------------------------+---------------------+ | News | enabled | +-------------------------------------------------+---------------------+ | Styleguide | disabled | +-------------------------------------------------+---------------------+ | SCSS autoprefixer | enabled | +-------------------------------------------------+---------------------+ | Check for alternative text on image references | enabled | +-------------------------------------------------+---------------------+ | Solr | disabled | +-------------------------------------------------+---------------------+ | KeSearch | enabled | +-------------------------------------------------+---------------------+ | YouTube / Vimeo videos | enabled | +-------------------------------------------------+---------------------+ | Department kickstarter | disabled | +-------------------------------------------------+---------------------+ | OM Cookie Manager Styling | disabled | +-------------------------------------------------+---------------------+ | Education offer the pagetype | enabled | +-------------------------------------------------+---------------------+ .. note:: You can also set a dedicated BackendLayoutKey for "Education offer" pagetype. Key is used for an data handler hook, see :ref:`developer-educationOffer` Developer Notes.