ebroyles
12 years agoMaven
How do you place a custom page at a certain level in the Community Structure?
Lithium provides the capability of creating Custom Page Types which can be useful in various cases, for example when you need to create a page with custom content that may not fit well into one of th...
- 12 years ago
You can't place a stand-alone custom page at a lower level of the community; however, you can use the REST API to get the value of the custom content for a category or board.
For example, if you want to get the value of Custom Content 5 as it exists for category CatXYZ, your call would look something like:
/categories/id/CatXYZ/settings/name/customcontent.5_text
See here for more details: