2017 © Pedro Peláez
 

symfony-bundle cms-pages-bundle

The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page

image

tentwofour/cms-pages-bundle

The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page

  • Tuesday, February 16, 2016
  • by tentwofour
  • Repository
  • 1 Watchers
  • 2 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CMSPagesBundle

This bundle includes some common pages for use with the KunstmaanBundlesCMS Content Management System., (*1)

  • Home Page -
  • Content Page
    • Basic Content page, with templates for:
    • Full-width
    • Left sidebar
    • Right sidebar
  • Separator Page
    • Used as a menu separator (a node with no content)
    • @todo - include the current node menu for siblings for robots

All of the page templates are designed with TWBS 3.0 in mind, with a main layout.html.twig similar to:, (*2)

<main class="container"> <!-- or .container-fluid -->
    {% block content %}
    <!-- templates are nested in a div.row -->
    {% endblock content %}
</main>

All of the pages are mapped superclasses, and meant to be used with Doctrine/ORM. Add fields to your entities, and extend the page you want for basic templating., (*3)

Override templates by overriding/extending the getDefaultView() in your entity., (*4)

Override possible templates by overriding/extending the getPageTemplates() in your entity., (*5)

Override possible page part admin configuration by overriding/extending the getPagePartAdminConfigurations() in your entity., (*6)

Override possible children by overriding/extending the getPossibleChildTypes() in your entity., (*7)

Override the AdminType by overriding/extending the getDefaultAdminType() in your entity., (*8)

The Versions

16/02 2016

dev-master

9999999-dev https://github.com/tentwofour/CMSPagesBundle

The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page

  Sources   Download

MIT

The Development Requires

cms admin kunstmaan ten24 tentwofour

16/02 2016

1.0.1

1.0.1.0 https://github.com/tentwofour/CMSPagesBundle

The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page

  Sources   Download

MIT

The Development Requires

cms admin kunstmaan ten24 tentwofour

05/02 2015

1.0.0

1.0.0.0 https://github.com/tentwofour/CMSPagesBundle

The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page

  Sources   Download

MIT

cms admin kunstmaan ten24 tentwofour