Features are by default activated by setting them to boolean true
and deactivated by setting them to false
. These are the allowed settings for all features, if not documented otherwise.
Discontinued features can be found on our list of discontinued features
Annotating Aloha Editables
$FEATURE["aloha_annotate_editables"] = true;
For details, read continue reading about Annotating Editables
Construct Autoenable
$FEATURE["construct_autoenable"] = true;
This feature will add a flag “autoenable” to the Tagtype properties dialog. Activating this flag will autoenable a Tag that has been placed in a page, so that the editor does not have to click on it in order to render its contents.
Context Path Configuration
See Context Path
Channel Synchronization
Contentgroup3 (Languages)
$FEATURE["contentgroup3"] = true;
Must be set to true.
Copy Tags
$FEATURE["copy_tags"] = true;
or (activate the feature for specific nodes)
$FEATURE["copy_tags"] = array(42 => true, 99 => true);
This feature allows copy & paste of tags. Find further information in the section about Copy Tags
Customform resolve nodetags
$FEATURE["customform_resolve_nodetags"] = true;
This feature enables parsing of <node> – tags in custom form parts of tags. See Using meta attributes for more information.
Disable Version Diff Choice
$FEATURE["disable_version_diff_choice"] = true;
This feature disables the selection of a version when creating new language translations of a Page and automatically selects the most recent version to be shown in the split view for translation.
Edit MIME-Type
$FEATURE["edit_mimetype"] = true;
Allows you to directly edit MIME-Types of files.
Filesystem Attributes
$FEATURE["cr_filesystem_attributes"] = true;
With this feature, it is possible to store attributes in contentrepositories in the filesystem instead of the database.
File publish dependencies
$FEATURE["contentfile_auto_offline"] = true;
With this feature, it is possible to configure nodes, for which images and files, that are not used by other objects (pages or folders) will not be published into the filesystem and contentrepository.
GenticsImageStore
Image Import
Image Manipulation 2
Inbox to eMail
$FEATURE["inbox_to_email"] = true;
When this feature is enabled, inbox messages are also sent as eMails. Find further information in the section about eMail sending
Invalid Page URL Message
$FEATURE["invalidpageurlmsg"] = true;
If internal links resolve to objects that are not online anymore, the system will send a message to the editor who last published the page.
Language Code in Filename
$FEATURE["contentgroup3_pagefilename"]=true;
Page file names will include an abbreviation of the page language.
Example: When the page “Testpage” is created in English, with an HTML template, the filename will be “testpage.en.html” (or e.g. “testpage1.en.html”, if the former filename already exists). When the page properties are modified and the filename set to empty, this will also include the language code into the filename.
Copy Tags
$FEATURE["copy_tags"] = true;
or (activate the feature for specific nodes)
$FEATURE["copy_tags"] = array(42 => true, 99 => true);
This feature allows copy & paste of tags. Find further information in the section about Copy Tags
Customform resolve nodetags
$FEATURE["customform_resolve_nodetags"] = true;
This feature enables parsing of <node> – tags in custom form parts of tags. See Using meta attributes for more information.
Disable Version Diff Choice
$FEATURE["disable_version_diff_choice"] = true;
This feature disables the selection of a version when creating new language translations of a Page and automatically selects the most recent version to be shown in the split view for translation.
Edit MIME-Type
$FEATURE["edit_mimetype"] = true;
Allows you to directly edit MIME-Types of files.
Filesystem Attributes
$FEATURE["cr_filesystem_attributes"] = true;
With this feature, it is possible to store attributes in contentrepositories in the filesystem instead of the database.
Fileuploader
File publish dependencies
$FEATURE["contentfile_auto_offline"] = true;
With this feature, it is possible to configure nodes, for which images and files, that are not used by other objects (pages or folders) will not be published into the filesystem and contentrepository.
GenticsImageStore
Image Import
Image Manipulation 2
Inbox to eMail
$FEATURE["inbox_to_email"] = true;
When this feature is enabled, inbox messages are also sent as eMails. Find further information in the section about eMail sending
Invalid Page URL Message
$FEATURE["invalidpageurlmsg"] = true;
If internal links resolve to objects that are not online anymore, the system will send a message to the editor who last published the page. h4. Live URLs
$FEATURE["live_urls"] = true;
See Live URLs
Magic Value
See Magic Value
Mandatory Tags
How to use mandatory tags to prevent publishing of incomplete pages
Multichanneling
See Multichannelling
Multithreaded Publishing
$FEATURE["multithreaded_publishing"] = true; $PUBLISH_LOAD_BALANCING["threadlimit"] = 2;
Manage Link URLs
$FEATURE["managelinkurl"] = true;
Internal links to pages or files that are not online anymore are replaced with “#”, thus disabling the link.
$FEATURE["managelinkurl_onlyforpublish"] = false;
Whether to manage link URLs only when publishing, not for editing.
No Gravatar
$FEATURE["no_gravatar"] = true;
When enabled this feature will disable the gravatar images which are displayed in the right corner of the Gentics Content.Node User Interface.
Page Usage
$FEATURE["pageusage"] = true;
Displays an extra column in the page list, that shows how often the page is referenced by other pages. Can have performance implications.
$FEATURE["pageusage_variants"] = true;
Will include page variants in the page usage view.
Pubqueue Email
$FEATURE["pubqueue_email"] = true;
If set to true, will display the email addresses of users together with the editor name in the publish queue.
Resizable Itemlist Columns
$FEATURE['resizable_itemlist_columns'] = true;
When activated, a drag-handle will be displayed on the right-hand side of column headers. The drag-handle will only be displayed if the column width exceeds the width of the column header by a certain amount.
Rest API – JSON output indentation
$FEATURE["restapi_json_indentation"] = true;
Enable/Disable output indentation for JSON responses from the Rest API.
Search Page Contents
$FEATURE['search_contents'] = true;
Allows extended search in the page list to also search page contents. h4. Secure session cookies
$FEATURE['secure_cookie'] = true;
This sets the “Secure” flag in the session cookie. This may only be enabled if all access to the backend and REST-API is done via HTTPS only.
Tagmap Use Expression Parser
$FEATURE['tagmap_useexpressionparser'] = true;
To enable the Expression Parser for the column “mapname” of the Tagmap set this feature to true
.
Tagtype Categories
$FEATURE["construct_categories"] = true;
See Tagtype Categories feature
Tagtype Copy
$FEATURE["tagtype_copy"] = true;
Enabling this feature will allow you to copy Tagtypes from the list view. Copies will be named “Copy [n] of [Tagtype]”.
Tagfill Light
// reduces the tagfill dialog size to make it fit // into the lightbox without scrollbars $FEATURE["tagfill_light"]=true;
Template Copy
$FEATURE["template_copy"] = true;
Allows copying templates if activated.
Multichannelling Content.Repositories
$FEATURE["multichannelling_contentrepository"] = true;
See Multichannelling Content.Repositories for more information.
User logout action
$FEATURE["logout_page"] = 'http://sample.url';
If the feature is set to an URL, the user will be redirected to this URL after the logout.
$FEATURE["logout_page"] = true;
If this feature is set to true, the user will be shown an empty page with a message stating that the logout was successful.
Validation
See Validation
Migration Tool
See Migration Tool
$FEATURE["tagtypemigration"] = true;
Instant Publishing
This feature allows enabling the immediate writing of published objects into a ContentRepository.
$FEATURE["instant_cr_publishing"] = true;
For details, read continue reading about Instant Publishing