Skip to content

Commit

Permalink
EMMR-107 Attempt to sync PROD config to DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Dec 4, 2023
1 parent 9710483 commit 822f84d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
12 changes: 10 additions & 2 deletions config-yml/editor.editor.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ dependencies:
- filter.format.full_html
module:
- ckeditor
- editor_file
third_party_settings:
editor_file:
status: true
scheme: public
directory: inline-files
extensions: txt
max_size: ''
_core:
default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
format: full_html
Expand Down Expand Up @@ -57,5 +65,5 @@ image_upload:
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0
width: null
height: null
6 changes: 5 additions & 1 deletion config-yml/field.field.node.page.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value:
-
value: "<p>Default.</p>\r\n"
summary: ''
format: unb_libraries
default_value_callback: ''
settings:
display_summary: true
Expand Down
2 changes: 1 addition & 1 deletion config-yml/filter.format.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filters:
status: false
weight: -10
settings:
allowed_html: '<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> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <u> <s> <h1> <pre> <sup> <sub> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <a href hreflang href href data-entity-type data-entity-uuid>'
allowed_html: '<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> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <u> <s> <h1> <pre> <sup> <sub> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <a href hreflang data-entity-type data-entity-uuid>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
Expand Down
9 changes: 9 additions & 0 deletions config-yml/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ filters:
status: true
weight: 11
settings: { }
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> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre>'
filter_html_help: true
filter_html_nofollow: false
2 changes: 1 addition & 1 deletion config-yml/filter.format.unb_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<div class> <a href hreflang id class> <em class> <strong class> <cite class> <blockquote cite class> <code class> <ul type class> <ol start type class> <li class> <dl class> <dt class> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <s> <sup class> <sub class> <img src alt data-entity-type data-entity-uuid data-align data-caption class> <table class> <caption class> <tbody class> <thead class> <tfoot class> <th class> <td class> <tr class> <hr> <p class> <pre> <br> <small class> <span class> <iframe allow allowfullscreen sandbox src style> <h1>'
allowed_html: '<div class> <a href hreflang id class> <em class> <strong class> <cite class> <blockquote cite class> <code class> <ul type class> <ol start type class> <li class> <dl class> <dt class> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <h6 id class> <s> <sup class> <sub class> <img src alt data-entity-type data-entity-uuid data-align data-caption class> <table class> <caption class> <tbody class> <thead class> <tfoot class> <th class> <td class> <tr class> <hr> <p class> <pre> <br> <small class> <span class> <iframe allow allowfullscreen sandbox src style> <h1> <trxn>'
filter_html_help: true
filter_html_nofollow: false

0 comments on commit 822f84d

Please sign in to comment.