Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Api checkin il y a 2 ans
Block checkin il y a 2 ans
Command checkin il y a 2 ans
Controller checkin il y a 2 ans
Helper checkin il y a 2 ans
Model checkin il y a 2 ans
Observer checkin il y a 2 ans
Setup checkin il y a 2 ans
Test checkin il y a 2 ans
Ui/Component checkin il y a 2 ans
ViewModel/Page/Grid checkin il y a 2 ans
etc checkin il y a 2 ans
i18n checkin il y a 2 ans
view checkin il y a 2 ans
LICENSE.txt checkin il y a 2 ans
LICENSE_AFL.txt checkin il y a 2 ans
README.md checkin il y a 2 ans
composer.json checkin il y a 2 ans
registration.php checkin il y a 2 ans

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