Details
-
Improvement
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
Description
Bundle a prototype page with the Simple Content plugin, so users can add simple content pages in the channel editor.
This would also enable the Build a Website tutorial to use this feature instead of the HST config editor.
Below is a prototype configuration that would work for the tutorial.
<?xml version="1.0" encoding="UTF-8"?> <sv:node sv:name="contentpage" xmlns:sv="http://www.jcp.org/jcr/sv/1.0"> <sv:property sv:name="jcr:primaryType" sv:type="Name"> <sv:value>hst:component</sv:value> </sv:property> <sv:property sv:multiple="true" sv:name="jcr:mixinTypes" sv:type="Name"> <sv:value>hst:prototypemeta</sv:value> </sv:property> <sv:property sv:name="jcr:uuid" sv:type="String"> <sv:value>c5f72138-9d73-4e66-bfa0-944acc072eb4</sv:value> </sv:property> <sv:property sv:name="hst:displayname" sv:type="String"> <sv:value>Simple Content Page</sv:value> </sv:property> <sv:property sv:name="hst:primarycontainer" sv:type="String"> <sv:value>main</sv:value> </sv:property> <sv:property sv:name="hst:referencecomponent" sv:type="String"> <sv:value>hst:abstractpages/base</sv:value> </sv:property> <sv:node sv:name="main"> <sv:property sv:name="jcr:primaryType" sv:type="Name"> <sv:value>hst:containercomponent</sv:value> </sv:property> <sv:property sv:name="jcr:uuid" sv:type="String"> <sv:value>c3068b15-01e6-4a08-b517-2fa8a908f8f5</sv:value> </sv:property> <sv:property sv:name="hst:xtype" sv:type="String"> <sv:value>hst.vbox</sv:value> </sv:property> </sv:node> </sv:node>