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.
Always Fileupload Fallback
// enforce the usage of the non-flash multifile uploader // which replaces the flash-version $FEATURE["alwaysfileuploadfallback"] = true;
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
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.
Language Code in Filename
$FEATURE["contentgroup3_pagefilename"]=true;
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.
Live URLs
$FEATURE["live_urls"] = true;
See Live URLs
Magic Value
See Magic Value
Multichanneling
See Multichannelling
Multifileupload
// Enables the Multifile Uploader within the Gentics Content.Node backend menu $FEATURE["multifileupload"] = true;
Multithreaded Publishing
$FEATURE["multithreaded_publishing"] = true; $PUBLISH_LOAD_BALANCING["threadlimit"] = 2;
Manage Links URLs
$FEATURE["managelinkurl"] = true;
Internal links to pages or files that are not online anymore are replaced with “#”, thus disabling the link.
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.
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.
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.
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