spryker / cms-gui
CmsGui module
Requires
- php: >=8.2
- spryker/application: ^3.2.0
- spryker/cms: ^7.0.0
- spryker/cms-gui-extension: ^1.0.0
- spryker/glossary: ^3.0.0
- spryker/gui: ^3.48.0
- spryker/kernel: ^3.52.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.0.0
- spryker/symfony: ^3.0.0
- spryker/transfer: ^3.25.0
- spryker/twig: ^3.0.0
- spryker/url: ^3.5.0
- spryker/util-encoding: ^2.0.0
- spryker/util-text: ^1.1.0
Requires (Dev)
- 5.16.0
- 5.15.0
- 5.14.0
- 5.13.0
- 5.12.0
- 5.11.0
- 5.10.1
- 5.10.0
- 5.9.4
- 5.9.3
- 5.9.2
- 5.9.1
- 5.9.0
- 5.8.2
- 5.8.1
- 5.8.0
- 5.7.0
- 5.6.4
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- dev-master / 5.0.x-dev
- 5.0.1
- 5.0.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.1
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/poc-contract-tests
- dev-beta/lazy_table_map_instantiation
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
This package is auto-updated.
Last update: 2024-11-05 16:34:13 UTC
README
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.