JBoss.orgCommunity Documentation
The BBCode node is used to define what BBCode will be used in the forum. The node type of the BBCode node is exo:forumBBCode. The BBCode node is stored in /exo:applications/ForumService/ForumData/forumBBCode/%BBCode_tag%
and its node type has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:description | String | false | The description about the tag purpose. Example: 'The [url] tag allows creating links to other websites and files'. |
exo:example | String | false | The example about using the tag. Example: [URL]http://www.exoplatform.com[/URL]'. |
exo:isActive | Boolean | false | The BBCode tag is active/deactive. The BBCode tag is active if the value is set to "true". |
exo:isOption | Boolean | false | If the value is set to "true", user can create a tag with atributes and values. |
exo:replacement | String | false | The HTML code that will be replaced by the tag. Example: [url] tag replaces '<a target='_blank' href="{param}">{param}</a>'. |
exo:tagName | String | false | The BBCode tag name. |