spryker/cms-gui

CmsGui module

Maintainers

Details

github.com/spryker/cms-gui

Source

Installs: 1 947 013

Dependents: 2

Suggesters: 1

Security: 0

Stars: 0

Watchers: 9

Forks: 1

5.15.0 2023-12-06 11:44 UTC

README

Latest Stable Version Minimum PHP Version

CmsGui is a user interface module to manage CMS functionality in the Zed Administration Interface.

Installation

composer require spryker/cms-gui

The following information describes how to install the newly released ´Product´ bundle (02/2017). These instructions are only relevant if you need to add this bundle to an already installed version of the Framework. If you have not yet installed the Spryker Framework, ignore these instructions as include this bundle in all versions released after February 2017.

To enable this bundle you need to change your project navigation configuration file /config/Zed/navigation.xml, replace <cms/> with <cms-gui/>.

The new cms gui bundle threats data a bit differently, so you may see data represented differently. The main difference that each page entity is now holding multiple url so it means you create one page with multiple translations.

Old behaviour was that each page belongs to one url.

Each page may have prefix appended (/en/url /de/url, etc..) this is disabled by default in CMS bundle config for BC reasons. To enable it overwrite CmsConfig::appendPrefixToCmsPageUrl method in project and return true value.

Documentation

Spryker Documentation