The BBCode node is used to define what BBCode will be used in the forum. The 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. For example: 'The [url]tag allows creating links to other websites
				and files'. | 
| exo:example | String | false | The example about using the tag. For example: ' [URL]http://www.exoplatform.com[/URL]'. | 
| exo:isActive | Boolean | false | The BBCodetag is active/inactive. TheBBCodetag is active if the value is set to "true". | 
| exo:isOption | Boolean | false | If the value is set to "true", users can create a tag with attributes and values. | 
| exo:replacement | String | false | The HTML code that will be replaced by the tag. For example: The [url]tag replaces '<a target='_blank'
				href="{param}">{param}</a>'. | 
| exo:tagName | String | false | The BBCodetag name. |