Enum Class NodeFeature
- All Implemented Interfaces:
Serializable
,Comparable<NodeFeature>
,java.lang.constant.Constable
Features that can be activated per node
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionIf this feature is activated, the backend will not ask if it should localize or edit the inherited object, but it will just localize it.'With this feature, the node has additional asset management enabled (which must be configured)If this feature is activated, images and files that are not used by other objects (pages or folders), will not be publishedIf this feature is activated, during instant publishing, pages will not be removed from the content repositoryWhen this feature is activated, the node may contain formsWhen this feature is activated, external URLs in pages of the node will be checked for validityIf this feature is activated live urls will be shown for objects in the nodeIf this feature is activated, the startpage of parentfolders of instant published pages will also be published during instant publish runsWith this feature, the properties editor will immediately open upon uploading a new image.If this feature is activated, uploaded images are automatically converted to WebP. -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeFeature
Returns the enum constant of this class with the specified name.static NodeFeature[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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 -
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.' -
disable_instant_delete
If this feature is activated, during instant publishing, pages will not be removed from the content repository -
publish_folder_startpage
If this feature is activated, the startpage of parentfolders of instant published pages will also be published during instant publish runs -
live_urls_per_node
If this feature is activated live urls will be shown for objects in the node -
link_checker
When this feature is activated, external URLs in pages of the node will be checked for validity -
forms
When this feature is activated, the node may contain forms -
asset_management
With this feature, the node has additional asset management enabled (which must be configured) -
webp_conversion
If this feature is activated, uploaded images are automatically converted to WebP. -
upload_file_properties
-
upload_image_properties
With this feature, the properties editor will immediately open upon uploading a new image.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-