public enum NodeFeature extends Enum<NodeFeature>
Enum Constant and Description |
---|
always_localize
If this feature is activated, the backend will not ask if it should localize or edit the inherited object, but it will just localize it.'
|
asset_management
With this feature, the node has additional asset management enabled (which must be configured)
|
contentfile_auto_offline
If this feature is activated, images and files that are not used by other objects (pages or folders), will not be published
|
disable_instant_delete
If this feature is activated, during instant publishing, pages will not be removed from the content repository
|
forms
When this feature is activated, the node may contain forms
|
link_checker
When this feature is activated, external URLs in pages of the node will be checked for validity
|
live_urls_per_node
If this feature is activated live urls will be shown for objects in the node
|
new_tageditor
If this feature is activated, the new tag editor will be used when editing objects of the node
|
publish_folder_startpage
If this feature is activated, the startpage of parentfolders of instant published pages will also be published during instant publish runs
|
Modifier and Type | Method and Description |
---|---|
static NodeFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeFeature contentfile_auto_offline
public static final NodeFeature always_localize
public static final NodeFeature disable_instant_delete
public static final NodeFeature publish_folder_startpage
public static final NodeFeature new_tageditor
public static final NodeFeature live_urls_per_node
public static final NodeFeature link_checker
public static final NodeFeature forms
public static final NodeFeature asset_management
public static NodeFeature[] values()
for (NodeFeature c : NodeFeature.values()) System.out.println(c);
public static NodeFeature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 Gentics Software. All rights reserved.