deactivated vuejs for simplenews pages = fixed unsubscribe bug
This commit is contained in:
@@ -172,6 +172,7 @@ module:
|
||||
restui: 0
|
||||
role_delegation: 0
|
||||
role_expire: 0
|
||||
rules: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
search_api_solr: 0
|
||||
|
36
config/sync/filter.format.restricted_html.yml
Normal file
36
config/sync/filter.format.restricted_html.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
uuid: 3ca6603a-2a65-4276-9cc7-50b1a9a6a7f9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- filter
|
||||
- rules
|
||||
_core:
|
||||
default_config_hash: VrFjOQn2l2n6baaj2Z6IkYt9OdtsLjYPUVg7HgkkGLU
|
||||
name: 'Restricted HTML'
|
||||
format: restricted_html
|
||||
weight: 1
|
||||
filters:
|
||||
filter_html:
|
||||
id: filter_html
|
||||
provider: filter
|
||||
status: true
|
||||
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
|
||||
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
|
@@ -0,0 +1 @@
|
||||
name: 'HTML restreint'
|
8
config/sync/rules.settings.yml
Normal file
8
config/sync/rules.settings.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
_core:
|
||||
default_config_hash: ZKaBtyYFEhfwE4xVP-khSsZabdsN3NSjwOfzaZksez0
|
||||
system_log:
|
||||
log_level: warning
|
||||
debug_log:
|
||||
enabled: false
|
||||
system_debug: false
|
||||
log_level: debug
|
17
config/sync/ultimate_cron.job.rules_cron.yml
Normal file
17
config/sync/ultimate_cron.job.rules_cron.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
uuid: bd0b5826-cc41-44ad-b62a-e342aa06f0ce
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- rules
|
||||
title: 'Default cron handler'
|
||||
id: rules_cron
|
||||
weight: 0
|
||||
module: rules
|
||||
callback: rules_cron
|
||||
scheduler:
|
||||
id: simple
|
||||
launcher:
|
||||
id: serial
|
||||
logger:
|
||||
id: database
|
@@ -3,6 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.restricted_html
|
||||
- filter.format.wysiwyg
|
||||
- rest.resource.user_registration
|
||||
module:
|
||||
@@ -35,6 +36,7 @@ permissions:
|
||||
- 'execute materio persisted graphql requests'
|
||||
- 'restful post user_registration'
|
||||
- 'subscribe to newsletters'
|
||||
- 'use text format restricted_html'
|
||||
- 'use text format wysiwyg'
|
||||
- 'view body'
|
||||
- 'view commerce_product'
|
||||
|
Reference in New Issue
Block a user