added iframe content type

This commit is contained in:
2023-02-06 10:09:04 +01:00
parent 94ed64640b
commit e85622f927
16 changed files with 371 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ dependencies:
- filter.format.wysiwyg
- node.type.actualite
- node.type.evenement
- node.type.iframe
- node.type.programme
- node.type.projet
- node.type.ressource
@@ -75,14 +76,17 @@ permissions:
- 'delete all revisions'
- 'delete any actualite content'
- 'delete any evenement content'
- 'delete any iframe content'
- 'delete any programme content'
- 'delete any projet content'
- 'delete any ressource content'
- 'delete any static content'
- 'delete any theme content'
- 'delete evenement revisions'
- 'delete iframe revisions'
- 'delete own actualite content'
- 'delete own evenement content'
- 'delete own iframe content'
- 'delete own programme content'
- 'delete own projet content'
- 'delete own ressource content'
@@ -100,6 +104,7 @@ permissions:
- 'delete theme revisions'
- 'edit any actualite content'
- 'edit any evenement content'
- 'edit any iframe content'
- 'edit any programme content'
- 'edit any projet content'
- 'edit any ressource content'
@@ -107,6 +112,7 @@ permissions:
- 'edit any theme content'
- 'edit own actualite content'
- 'edit own evenement content'
- 'edit own iframe content'
- 'edit own programme content'
- 'edit own projet content'
- 'edit own ressource content'
@@ -135,6 +141,7 @@ permissions:
- 'revert actualite revisions'
- 'revert all revisions'
- 'revert evenement revisions'
- 'revert iframe revisions'
- 'revert programme revisions'
- 'revert projet revisions'
- 'revert ressource revisions'
@@ -148,6 +155,7 @@ permissions:
- 'view actualite revisions'
- 'view all revisions'
- 'view evenement revisions'
- 'view iframe revisions'
- 'view own unpublished content'
- 'view programme revisions'
- 'view projet revisions'