forked from adobe/aem-project-archetype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving rep policy to theme level to avoid policy listing on theme sel…
…ection screen in wizard
- Loading branch information
1 parent
a04b4dc
commit e2f9f77
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...chetype/ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-fsi/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
8 changes: 8 additions & 0 deletions
8
.../ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-healthcare/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
8 changes: 8 additions & 0 deletions
8
...hetype/ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-wknd/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |