No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Api checkin hace 2 años
Block checkin hace 2 años
Command checkin hace 2 años
Controller checkin hace 2 años
Helper checkin hace 2 años
Model checkin hace 2 años
Observer checkin hace 2 años
Setup checkin hace 2 años
Test checkin hace 2 años
Ui/Component checkin hace 2 años
ViewModel/Page/Grid checkin hace 2 años
etc checkin hace 2 años
i18n checkin hace 2 años
view checkin hace 2 años
LICENSE.txt checkin hace 2 años
LICENSE_AFL.txt checkin hace 2 años
README.md checkin hace 2 años
composer.json checkin hace 2 años
registration.php checkin hace 2 años

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