Gentics Content.Node Feature Overview

This overview contains a list of Gentics Content.Node features.

Chapters

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

/Node/etc/node.conf

// enforce the usage of the non-flash multifile uploader
// which replaces the flash-version
$FEATURE["alwaysfileuploadfallback"] = true; 

Annotating Aloha Editables

/Node/etc/node.conf

$FEATURE["aloha_annotate_editables"] = true;

For details, read continue reading about Annotating Editables

Construct Autoenable

/Node/etc/node.conf

$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

See Channel Synchronization

Copy Tags

/Node/etc/node.conf

$FEATURE["copy_tags"] = true; 

or (activate the feature for specific nodes)

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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

/Node/etc/node.conf

$FEATURE["edit_mimetype"] = true;

Allows you to directly edit MIME-Types of files.

Filesystem Attributes

/Node/etc/node.conf

$FEATURE["cr_filesystem_attributes"] = true;

With this feature, it is possible to store attributes in contentrepositories in the filesystem instead of the database.

See Filesystem Attributes

Fileuploader

See Fileuploader overview

File publish dependencies

/Node/etc/node.conf

$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.

See File publish dependencies

GenticsImageStore

See GenticsImageStore

Image Import

See Image import feature

Image Manipulation 2

See Image Manipulation 2

Inbox to eMail

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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

/Node/etc/node.conf

$FEATURE["live_urls"] = true;

See Live URLs

Magic Value

See Magic Value

Multichanneling

See Multichannelling

Multifileupload

/Node/etc/node.conf

// Enables the Multifile Uploader within the Gentics Content.Node backend menu
$FEATURE["multifileupload"] = true;

Multithreaded Publishing

/Node/etc/node.conf

$FEATURE["multithreaded_publishing"] = true;
$PUBLISH_LOAD_BALANCING["threadlimit"] = 2;

See Multithreaded Publishing

Manage Links URLs

/Node/etc/node.conf

$FEATURE["managelinkurl"] = true;

Internal links to pages or files that are not online anymore are replaced with “#”, thus disabling the link.

No Gravatar

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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

/Node/etc/node.conf

$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.

Secure session cookies

/Node/etc/node.conf

$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

/Node/etc/node.conf

$FEATURE['tagmap_useexpressionparser'] = true;

To enable the Expression Parser for the column “mapname” of the Tagmap set this feature to true.

Tagtype Categories

/Node/etc/node.conf

$FEATURE["construct_categories"] = true; 

See Tagtype Categories feature

Tagtype Copy

/Node/etc/node.conf

$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

/Node/etc/node.conf

// reduces the tagfill dialog size to make it fit 
// into the lightbox without scrollbars
$FEATURE["tagfill_light"]=true; 

Template Copy

/Node/etc/node.conf

$FEATURE["template_copy"] = true;

Allows copying templates if activated.

User logout action

/Node/etc/node.conf

$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.

/Node/etc/node.conf

$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