Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
${prop(document.keep.hyperlink.default.style,true/false)}

Process Wiki Image 

This property allows the user to choose if the Images should be processed on Wiki fields.

If true, the wiki fields will be processed normally.

If false, the images won't be processed on wiki fields and the text will stay unprocessed. (e.g.: !image.png!)

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

Code Block
${prop(document.wiki.process.images,true/false)}

This property allows the user to choose if the Links should be processed on Wiki fields.

If true, the wiki fields will be processed normally.

If false, the links won't be processed on wiki fields.

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

Code Block
${prop(document.wiki.process.links,true/false)}

Deprecated Properties

Some props are deprecated. They were used on previous versions but now they were replaced by the props above.

...