You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 年之前
..
Api checkin 2 年之前
Block checkin 2 年之前
Command checkin 2 年之前
Controller checkin 2 年之前
Helper checkin 2 年之前
Model checkin 2 年之前
Observer checkin 2 年之前
Setup checkin 2 年之前
Test checkin 2 年之前
Ui/Component checkin 2 年之前
ViewModel/Page/Grid checkin 2 年之前
etc checkin 2 年之前
i18n checkin 2 年之前
view checkin 2 年之前
LICENSE.txt checkin 2 年之前
LICENSE_AFL.txt checkin 2 年之前
README.md checkin 2 年之前
composer.json checkin 2 年之前
registration.php checkin 2 年之前

README.md

CMS Module

The CMS module provides the create, edit, and manage functionality on pages for different content types.

Wysiwyg

The Wysiwyg UI component is a customizable and configurable TinyMCE editor.

The default implementation has the following customizations:

  • Magento Media Library support

Layouts

The module interacts with the following layout handles:

view/base/layout directory: The module interacts with the following layout handles:

view/adminhtml/layout directory:

  • cms_block_edit.xml
  • cms_block_index.xml
  • cms_block_new.xml
  • cms_page_edit.xml
  • cms_page_index.xml
  • cms_page_new.xml
  • cms_wysiwyg_images_contents.xml
  • cms_wysiwyg_images_index.xml

The module interacts with the following layout handles in the view/frontend/layout directory:

  • cms_index_defaultindex.xml
  • cms_index_defaultnoroute.xml
  • cms_index_index.xml
  • cms_index_nocookies.xml
  • cms_noroute_index.xml
  • cms_page_view.xml
  • default.xml
  • print.xml

UI components

This module extends following ui components located in the view/base/ui_component directory: This module extends following ui components located in the view/adminhtml/ui_component directory:

  • cms_block_form.xml
  • cms_block_listing.xml
  • cms_page_form.xml
  • cms_page_listing.xml