Skip to content

Commit 72a63eb

Browse files
committed
Fix #2561. Add DETAILS to default categories
1 parent 283d06f commit 72a63eb

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

project/custom/templates/web/src/main/resources/sample_categories.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
<Category>
77
<name>THUMBNAIL</name>
88
</Category>
9+
<Category>
10+
<name>DETAILS</name>
11+
</Category>
912
</CategoryList>

project/standard/templates/web/src/main/resources/sample_categories.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
<Category>
77
<name>THUMBNAIL</name>
88
</Category>
9+
<Category>
10+
<name>DETAILS</name>
11+
</Category>
912
</CategoryList>

web/src/main/resources/sample_categories.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
<Category>
77
<name>THUMBNAIL</name>
88
</Category>
9+
<Category>
10+
<name>DETAILS</name>
11+
</Category>
912
</CategoryList>

0 commit comments

Comments
 (0)