Download the PHP package mothership-ec/cog-mothership-cms without Composer
On this page you can find all versions of the php package mothership-ec/cog-mothership-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mothership-ec/cog-mothership-cms
More information about mothership-ec/cog-mothership-cms
Files in mothership-ec/cog-mothership-cms
Package cog-mothership-cms
Short Description Cog module for content management in Mothership
License GPL-3.0+
Homepage http://mothership-ec
Informations about the package cog-mothership-cms
Mothership CMS
The Message\Mothership\CMS
cogule provides a Content Management System for Mothership.
Routes
This cogule defines two route collections:
- ms.cms: The frontend where CMS pages should be renderd.
- ms.cp.cms: The backend where the CMS is administered, within the Mothership Control Panel.
Dispatched Events
cms.page.create -> Page -> Result (success or failed) cms.page.edit.save -> Page (before) -> Page (after) -> Result (success or failed) cms.page.delete -> Page -> Result (success or failed) cms.page.restore -> Page -> Result (success or failed)
Editing start / end
This could be used to introduce locking of page while somebody is editing it.
cms.page.edit.start (when user has requested a page edit form) cms.page.edit.finish (when the user has either navigated away, cancelled the form or committed the form)
Commenting
cms.comment.create
cms.comment.approve
cms.comment.unapprove
cms.comment.report
cms.comment.delete
Assets
asset.create
asset.delete
asset.edit
asset.use
note: we could add a config option for the service name for the page type collection and user groups collection (so the app can swap them out if they like)
All versions of cog-mothership-cms with dependencies
mothership-ec/cog Version ~4.13
mothership-ec/cog-mothership-user Version ~4.0
mothership-ec/cog-imageresize Version ~2.0
mothership-ec/cog-mothership-cp Version ~3.3
mothership-ec/cog-mothership-file-manager Version ~3.0
mothership-ec/cog-mothership-reports Version ~2.0