Gentics Content.Node Feature Overview

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

Chapters

Context Path Configuration

See Context Path

Multichanneling

$FEATURE["multichannelling"] = true;

GenticsImageStore

See GenticsImageStore

Fileuploader

See Fileuploader overview

Image Import

See Image import feature

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.

Annotating Aloha Editables

$FEATURE["aloha_annotate_editables"] = true;

For details, read continue reading about Annotating Editables

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

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

Tagtype Categories

$FEATURE["construct_categories"] = true;

See Tagtype Categories feature

Multithreaded Publishing

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

See Multithreaded Publishing

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.

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.

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.

See Filesystem Attributes