You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.
A site admin will create a hierarchical collection of Pages. These Pages will have various modules added to them. By default, a new Page will have a ContentSection module and nothing else.
This is the default page added, and consists of a Page that contains one Module: a ContentSection
Basic photo album with some content above and below
This could be accomplished with a Page that contained three modules, in this order: ContentSection, PhotoAlbum, ContentSection
Contact Form page
This could be accomplished with a Page that contained two modules, in this order: ContentSection, CustomForm. The CustomForm module would add its own administrative interface to Page#edit for managing the CustomForm. From here, one can build up all of the fields involved in the CustomForm, view the data contained within the form, etc.