Skip to content

Commit dcfe16a

Browse files
authored
ENGCOM-9328: Update Cms Module README Content #34442
2 parents ee136ed + d1c434b commit dcfe16a

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

app/code/Magento/Cms/README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,45 @@
22

33
The CMS module provides the create, edit, and manage functionality on pages for different content types.
44

5-
## UI components
6-
75
### Wysiwyg
86

97
The Wysiwyg UI component is a customizable and configurable TinyMCE editor.
108

119
The default implementation has the following customizations:
1210

1311
* Magento Media Library support
12+
13+
### Layouts
14+
15+
The module interacts with the following layout handles:
16+
17+
`view/base/layout` directory:
18+
The module interacts with the following layout handles:
19+
20+
`view/adminhtml/layout` directory:
21+
- `cms_block_edit.xml`
22+
- `cms_block_index.xml`
23+
- `cms_block_new.xml`
24+
- `cms_page_edit.xml`
25+
- `cms_page_index.xml`
26+
- `cms_page_new.xml`
27+
- `cms_wysiwyg_images_contents.xml`
28+
- `cms_wysiwyg_images_index.xml`
29+
30+
The module interacts with the following layout handles in the `view/frontend/layout` directory:
31+
- `cms_index_defaultindex.xml`
32+
- `cms_index_defaultnoroute.xml`
33+
- `cms_index_index.xml`
34+
- `cms_index_nocookies.xml`
35+
- `cms_noroute_index.xml`
36+
- `cms_page_view.xml`
37+
- `default.xml`
38+
- `print.xml`
39+
40+
### UI components
41+
This module extends following ui components located in the `view/base/ui_component` directory:
42+
This module extends following ui components located in the `view/adminhtml/ui_component` directory:
43+
- `cms_block_form.xml`
44+
- `cms_block_listing.xml`
45+
- `cms_page_form.xml`
46+
- `cms_page_listing.xml`

0 commit comments

Comments
 (0)