You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/create-basic-content-type/step-1-add-configuration.md
+3
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
Creating a configuration file is the first step to defining a new content type. It defines the properties and files that control the appearances and behaviors of a content type.
6
6
7
+
{: .bs-callout .bs-callout-info }
8
+
This topic describes only a subset of configuration elements, enough to establish a fundamental understanding of the configuration file's role within a content type. For more details, refer to [Main configurations](../configurations/content-type-configuration.md) and [Additional configurations](../configurations/additional-configurations.md).
9
+
7
10
## Create a configuration file
8
11
9
12
Create a new configuration (XML) file in the following directory structure of your module: `view/adminhtml/pagebuilder/content_type/my-content-type.xml`.
0 commit comments