File tree 1 file changed +35
-2
lines changed
1 file changed +35
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The CMS module provides the create, edit, and manage functionality on pages for different content types.
4
4
5
- ## UI components
6
-
7
5
### Wysiwyg
8
6
9
7
The Wysiwyg UI component is a customizable and configurable TinyMCE editor.
10
8
11
9
The default implementation has the following customizations:
12
10
13
11
* 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 `
You can’t perform that action at this time.
0 commit comments