Skip to content

Commit

Permalink
CIF-2946 - Catalog template status bar not always shown (#980)
Browse files Browse the repository at this point in the history
* add editor composite status type for CIF
  • Loading branch information
Buuhuu committed Sep 7, 2022
1 parent 4d18385 commit a9de047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "editor",
"types": [
"catalog-page",
"workflow",
"launches"
]
}
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/archetype-post-generate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ if (includeCommerce == "n") {
assert new File("$configFolder/config/com.adobe.cq.commerce.core.components.internal.servlets.SpecificPageFilterFactory-default.config").delete()
assert new File("$configFolder/config.publish/com.adobe.cq.commerce.core.components.internal.services.UrlProviderImpl.cfg.json").delete()
assert new File("$configFolder/config.publish/com.adobe.cq.commerce.core.components.internal.services.UrlProviderImpl.config").delete()
assert new File("$configFolder/config.author/com.adobe.granite.resourcestatus.impl.CompositeStatusType~editor.config.cfg.json").delete()
assert new File("$appsFolder/components/header").deleteDir()
assert new File("$confFolder/settings/cloudconfigs/commerce").deleteDir()
assert new File("$varFolder").deleteDir();
Expand Down Expand Up @@ -162,6 +163,7 @@ if (includeCommerce == "n") {
} else {
if (aemVersion == "cloud") {
assert new File("$configFolder/config/com.adobe.cq.commerce.graphql.client.impl.GraphqlClientImpl~default.cfg.json").delete()
assert new File("$configFolder/config.author/com.adobe.granite.resourcestatus.impl.CompositeStatusType~editor.config.cfg.json").delete()
assert new File("$varFolder").deleteDir()
}
if (aemVersion.startsWith("6.4")){
Expand Down

0 comments on commit a9de047

Please sign in to comment.