25개 이상의 토픽을 선택하실 수 없습니다. 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