This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Store Editing Templates: Consider new block templates & block-template-parts directories #5450
Labels
focus: FSE
Work related to prepare WooCommerce for FSE.
focus: template
Related to API powering block template functionality in the Site Editor
type: bug
The issue/PR concerns a confirmed bug.
type: good first issue
The issue is a good candidate for the first community contribution/for a newcomer to the team.
Describe the bug
The new naming conventions set for FSE enabled themes now look for the templates html files in
templates
andparts
. Tove is an example of a theme that uses these now.We need to also check these directories in our code as well as the current
block-templates
andblock-template-parts
directories.Note: There may be instances elsewhere in our BlockTemplating code where we look for these directories so please check.
The text was updated successfully, but these errors were encountered: