spryker-feature / content-item
Content Item [feature]
Installs: 443 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:metapackage
Requires
- php: >=7.2
- spryker-shop/content-banner-widget: ^1.0.0
- spryker-shop/content-file-widget: ^1.0.0
- spryker-shop/content-product-set-widget: ^1.3.0
- spryker-shop/content-product-widget: ^1.1.0
- spryker/content: ^2.2.0
- spryker/content-banner: ^2.2.0
- spryker/content-banner-data-import: ^0.2.0
- spryker/content-banner-gui: ^2.2.0
- spryker/content-file: ^1.0.0
- spryker/content-file-gui: ^1.0.0
- spryker/content-gui: ^2.4.0
- spryker/content-product: ^1.1.0
- spryker/content-product-data-import: ^0.3.0
- spryker/content-product-gui: ^1.0.0
- spryker/content-product-set: ^1.0.0
- spryker/content-product-set-data-import: ^0.2.0
- spryker/content-product-set-gui: ^1.0.0
- spryker/content-storage: ^2.4.0
Suggests
- spryker-feature/spryker-core: Recommended feature dependency.
This package is auto-updated.
Last update: 2024-11-01 14:00:46 UTC
README
The Content Items feature implemented in Spryker shop application allows you to focus on creating the content and then selecting where it should be inserted and how it will look. Content Item is a new abstraction layer for any content, such as image, text, product list, video, etc. you can create, edit, and add to one or several pages or blocks. Content items use a widget that decides where to insert the content and couples the content item with a template that specifies how it is displayed on the page. For example, as a content manager, you can add a banner which is a content item type, along with its template to any placeholder in blocks and pages of your online shop application.
Installation
composer require spryker-feature/content-item
Recommended feature dependencies
If you don't include the feature dependencies, make sure you use the respective modules instead.
Optional modules
- ContentBannersRestApi ^2.2.0 (Legacy Glue)
- ContentGuiExtension ^1.1.0 (Extension)
- ContentProductAbstractListsRestApi ^1.2.0 (Legacy Glue)
- ContentStorageExtension ^1.1.0 (Extension)