Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

content.ini

[ActionSettings]

SettingSummary
ExtensionDirectories Sets the directories where eZ Publish will look for action extensions.

[ContentOverrideSettings]

SettingSummary
EnableClassGroupOverride Sets whether it should be possible to override templates based on the "class_group" condition.

[CustomTagSettings]

SettingSummary
AvailableCustomTags Sets the available list of custom tags.
IsInline Sets a custom tag to be displayed inline.

[DataTypeSettings]

SettingSummary
AvailableDatatypes Sets the datatypes available to eZ Publish.
ExtensionDirectories Sets the extensions that contains datatypes.
RepositoryDirectories Sets the directories where eZ Publish should look for datatypes.

[EditSettings]

SettingSummary
AdditionalTemplates A list of templates to include in the content/edit form.

[embed-inline]

SettingSummary
AvailableViewModes sets the view parameter options users can choose in the Online Editor

[embed]

SettingSummary
AvailableViewModes sets the view parameter options users can choose in the Online Editor

[HideSettings]

SettingSummary
HideDateAttributeList Sets which date/time attributes the hide cronjob should use.
RootNodeList Sets which subtrees that will be affected by the "hide.php" cronjob.

[ISBNSettings]

SettingSummary
StrictValidation Enables or disables the strict validation of the ISBN-13 numbers.

[link]

SettingSummary
AvailableViewModes sets the view parameter options users can choose in the Online Editor

[name_of_XML_tag]

SettingSummary
AllowEmpty Sets a custom tag to allow empty values.
AvailableClasses Sets the available classes for XML tags of the "name_of_XML_tag" type.
CustomAttributes Sets which custom attributes that can be used within XML tags of this particular type.

[NodeSettings]

SettingSummary
DesignRootNode The node ID for the design tree
MediaRootNode The node ID for the media tree
RootNode The node ID of the normal content tree
SetupRootNode The node ID for the setup tree
UserRootNode The node ID of the user tree

[paragraph]

SettingSummary
AllowEmpty Allows of denies the existence of empty "paragraph" elements within XML blocks.
AvailableClasses Sets the available classes for XML tags of the "paragraph" type.
CustomAttributes Sets which custom attributes that can be used within paragraph tags of this particular type.

[RelationAssignmentSettings]

SettingSummary
ClassSpecificAssignment Sets the rules for automatic location assignment when uploading related objects.
DefaultAssignment Sets where the newly created related objects should be placed in the node tree.

[RemoveSettings]

SettingSummary
DefaultRemoveAction Sets the default remove action for objects (move to trash or delete).
HideRemoveConfirmation Sets whether the removal confirmation dialog should be shown or not.
MaxNodesRemoveSubtree Sets the maximum number of nodes that subtrees subject to removal can contain.
ShowRemoveToTrashCheck Sets whether the "Move to trash" checkbox is displayed or not.

[TestingSettings]

SettingSummary
EnabledForSiteAccessList List of site accesses multivariate testing is enabled for
MultivariateTesting Enable or disable multivariate testing feature
MultivariateTestingHandlerClass A handler class which implements interface

[UnpublishSettings]

SettingSummary
ClassList Sets the content classes that use the "Date and time" datatype (used by the "unpublish.php" cronjob).
RootNodeList Controls which subtrees that will be affected by the "unpublish.php" cronjob.

[VersionManagement]

SettingSummary
DefaultVersionHistoryLimit Sets the number of concurrent versions that can exist of an object.
DeleteDrafts Sets if drafts should be discarded if there is no room to create a new draft.
DraftsCleanUpLimit Sets the maximum number of drafts to remove at one call of the "old_drafts_cleanup.php" cronjob script.
DraftsDuration Sets how long a draft can exist in the system before it is considered old and can be removed.
InternalDraftsCleanUpLimit Sets the maximum number of internal drafts to remove at one call of the "internal_drafts_cleanup.php" cronjob script.
InternalDraftsDuration Sets how long an internal draft can exist in the system before it is considered old and can be removed.
VersionHistoryClass Sets the number of concurrent versions that can exist of an object per class.

[VersionView]

SettingSummary
AllowChangeButtons This setting is not used anymore.
AllowVersionsButton This setting is not used anymore.
AvailableSiteDesignList DEPRECATED (Sets the sitedesigns that are used by the complete site.)
DefaultPreviewDesign Sets the default preview design for eZ Publish releases prior to 3.6.
VersionHistoryClass Defines the maximum number that can be managed

Balazs Halasy (23/02/2005 12:08 pm)

Ricardo Correia (20/02/2013 2:27 pm)

Frederik Holljen, Geir Arne Waaler, Ricardo Correia


Comments

  • Never change any of these settings as it be cause the site to be unstable

    Following settings are used for special cases and never change them or never override them.


    [NodeSettings]
    # The node ID of the normal content tree
    RootNode=2
    # The node ID of the user tree
    UserRootNode=5
    # The node ID for the media tree
    MediaRootNode=43
    # The node ID for the setup tree
    SetupRootNode=48
    # The node ID for the design tree
    DesignRootNode=58


    It can cause the site to be unstable.