Skip to content

Commit c0019d7

Browse files
authored
DEVDOCS-6499 - add alert about maximum directory depth in Stencil Themes (#1079)
# [DEVDOCS-6499] ## What changed? * Added a callout to two separate pages for maximum directory depth in Stencil ## Release notes draft * [No update to the platform, only documentation] * Added a callout to two separate pages for maximum directory depth in Stencil ## Anything else? ping { @bigcommerce/dev-docs-team } [DEVDOCS-6499]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6499?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 754868e commit c0019d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/storefront/stencil/themes/foundations/directory-structure.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Directory Structure
22

3-
3+
<Callout type="info">
4+
Stencil has a hard limit on directory depth within theme files when using the control panel Theme Files Editor.
5+
6+
Themes with a maximum directory depth greater than `9` will be uneditable within the control panel and will require local development to make edits.
7+
</Callout>
8+
49
The default directory structure for [Cornerstone](https://github.com/bigcommerce/cornerstone)-based themes is as follows:
510

611

0 commit comments

Comments
 (0)