|
Revision 16026, 0.5 kB
(checked in by glefter, 3 years ago)
|
NXP-815: new service, DefaultPermissionService?, for configuring permissions for initial objects
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.comment.defaultPermissions"> |
|---|
| 4 |
<extension |
|---|
| 5 |
target="org.nuxeo.ecm.platform.defaultPermissions.DefaultPermissionService" |
|---|
| 6 |
point="config"> |
|---|
| 7 |
|
|---|
| 8 |
<configuration> |
|---|
| 9 |
<document type="CommentRoot"> |
|---|
| 10 |
<principal name="members"> |
|---|
| 11 |
<permission isGranted="true">AddChildren</permission> |
|---|
| 12 |
<permission isGranted="true">RemoveChildren</permission> |
|---|
| 13 |
</principal> |
|---|
| 14 |
</document> |
|---|
| 15 |
</configuration> |
|---|
| 16 |
|
|---|
| 17 |
</extension> |
|---|
| 18 |
</component> |
|---|