app/code/Magento/Cms/README.md
This module provides the create, edit, and manage functionality on pages for different content types.
The Wysiwyg UI component is a customizable and configurable TinyMCE editor.
The default implementation has the following customizations:
The module interacts with the following layout handles:
view/adminhtml/layout directory:
cms_block_edit.xmlcms_block_index.xmlcms_block_new.xmlcms_page_edit.xmlcms_page_index.xmlcms_page_new.xmlcms_wysiwyg_images_contents.xmlcms_wysiwyg_images_index.xmlview/frontend/layout directory:
cms_index_defaultindex.xmlcms_index_defaultnoroute.xmlcms_index_index.xmlcms_index_nocookies.xmlcms_noroute_index.xmlcms_page_view.xmldefault.xmlprint.xmlThis module extends the following UI components:
view/adminhtml/ui_component directory:
cms_block_form.xmlcms_block_listing.xmlcms_page_form.xmlcms_page_listing.xmlThis module observes the following events:
cms_block_save_after event in Magento\Cms\Observer\BlockSaveAfterObserver file.cms_page_save_after event in Magento\Cms\Observer\PageSaveAfterObserver file.