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
@@ -52,6 +53,7 @@ permissions:
- 'delete any ressource content'
- 'edit any actualite content'
- 'edit any evenement content'
- 'edit any iframe content'
- 'edit any programme content'
- 'edit any projet content'
- 'edit any ressource content'
@@ -65,6 +67,7 @@ permissions:
- 'revert actualite revisions'
- 'revert all revisions'
- 'revert evenement revisions'
- 'revert iframe revisions'
- 'revert programme revisions'
- 'revert projet revisions'
- 'revert ressource revisions'
@@ -74,6 +77,7 @@ permissions:
- 'view actualite revisions'
- 'view all revisions'
- 'view evenement revisions'
- 'view iframe revisions'
- 'view own unpublished content'
- 'view programme revisions'
- 'view projet revisions'