Skip to content

Commit

Permalink
2899: Added Maestro notificaton filter format
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Nov 5, 2024
1 parent 9f68177 commit 1237e37
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/sync/filter.format.restricted_html_maestro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
uuid: fef9fa1b-32cc-4771-aa08-1afb324def24
langcode: da
status: true
dependencies: { }
name: 'Begrænset HTML (Maestro)'
format: restricted_html_maestro
weight: 0
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: 0
settings:
filter_url_length: 72
filter_html:
id: filter_html
provider: filter
status: false
weight: -10
settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>'
filter_html_help: true
filter_html_nofollow: false
2 changes: 2 additions & 0 deletions config/sync/user.role.flow_designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- filter.format.full_html
- filter.format.restricted_html
- filter.format.restricted_html_maestro
- filter.format.webform
- node.type.webform
- workflows.workflow.udgivelse_af_forlob_og_webformularer
Expand Down Expand Up @@ -83,6 +84,7 @@ permissions:
- 'use advanced search'
- 'use text format full_html'
- 'use text format restricted_html'
- 'use text format restricted_html_maestro'
- 'use text format webform'
- 'use udgivelse_af_forlob_og_webformularer transition create_new_draft'
- 'use udgivelse_af_forlob_og_webformularer transition publish'
Expand Down
2 changes: 2 additions & 0 deletions config/sync/user.role.sagsbehandler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- filter.format.full_html
- filter.format.restricted_html
- filter.format.restricted_html_maestro
- filter.format.webform
module:
- block_content
Expand Down Expand Up @@ -68,6 +69,7 @@ permissions:
- 'use advanced search'
- 'use text format full_html'
- 'use text format restricted_html'
- 'use text format restricted_html_maestro'
- 'use text format webform'
- 'view any unpublished content'
- 'view any webform submission'
Expand Down

0 comments on commit 1237e37

Please sign in to comment.