Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin pirms 2 gadiem
..
Api checkin pirms 2 gadiem
Block checkin pirms 2 gadiem
Command checkin pirms 2 gadiem
Controller checkin pirms 2 gadiem
Helper checkin pirms 2 gadiem
Model checkin pirms 2 gadiem
Observer checkin pirms 2 gadiem
Setup checkin pirms 2 gadiem
Test checkin pirms 2 gadiem
Ui/Component checkin pirms 2 gadiem
ViewModel/Page/Grid checkin pirms 2 gadiem
etc checkin pirms 2 gadiem
i18n checkin pirms 2 gadiem
view checkin pirms 2 gadiem
LICENSE.txt checkin pirms 2 gadiem
LICENSE_AFL.txt checkin pirms 2 gadiem
README.md checkin pirms 2 gadiem
composer.json checkin pirms 2 gadiem
registration.php checkin pirms 2 gadiem

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