JBoss.orgCommunity Documentation
The system will automatically create the Category Home node under the FAQ application node at the first time the user launches application. All users-created categories are the sub-categories of Category Home. The home of the Category node is automatically created in /exo:applications/faqApp/categories
.
In fact, Sub-category is also a category. FAQ has defined a mixin node type called mix:faqSubCategory to allow adding a node having the same type with category to an existing category. When a category is created, this mixin node type will be mixed to that category.
The node type exo:faqCategory has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:id | String | false | The sub-category id. |
exo:name | String | false | The name of the sub-category. |
exo:userPrivate | String | true | The list of user ids that are restricted from the category. |
exo:description | String | false | The description of the sub-category. |
exo:isModerateQuestions | Boolean | false | The question post moderation status. All questions posted in the sub-category will have wait for moderation if the value is set to "true". |
exo:isModerateAnswers | Boolean | false | The answer post moderation status. All answers posted in the sub-category will have to wait for moderation if the value is set to "true". |
exo:isView | Boolean | false | The category is shown/hidden. The category will be shown if the value is set to "true". |
exo:viewAuthorInfor | Boolean | false | The category enables user to view the information of questions poster if the value is set to "true'. |
exo:moderators | String | true | The list of user ids who are the category moderator. |
exo:createdDate | Date | false | The time when the sub-category is created. |
exo:index | Long | false | The index number of the category. |