Skip to content

Commit 4b574a1

Browse files
keharperbdenham
andauthored
MC-5769: Complete content type tutorial
Updated from suggestion feature Co-Authored-By: bdenham <bdenham@adobe.com>
1 parent b3d4dcb commit 4b574a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/create-basic-content-type/step-1-add-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Files referenced from the configuration include the HTML templates, the JavaScri
1313

1414
## Configuration conventions
1515

16-
By convention, Page Builder requires the configuration for a content type to be in the `adminhtml` area within a directory named `pagebuilder` and a subdirectory named `content_type` or `content-type`.
16+
By convention, Page Builder requires the configuration file to be in the `<module_name>/adminhtml/pagebuilder/content_type` or `content-type` directory.
1717

1818
The name of your configuration file should reflect the name of your content type prefixed by your module vendor name and separated by an underscore (_). For example, our module name is `Example/PageBuilderQuote` and our content type is a quote control, so we name our configuration file `example_quote.xml` and add it to our module within the following directory structure (`view/adminhtml/pagebuilder/content_type/`):
1919

0 commit comments

Comments
 (0)