Skip to content

Commit

Permalink
CAWUHR-192 Added new benefit field and changed some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 19, 2024
1 parent 0b5019f commit 746a19b
Show file tree
Hide file tree
Showing 21 changed files with 630 additions and 147 deletions.
2 changes: 1 addition & 1 deletion config/sync/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ seckit_xss:
upgrade-req: false
policy-uri: ''
x_xss:
select: 0
seckit_x_xss_option_disable: Disabled
seckit_x_xss_option_0: '0'
seckit_x_xss_option_1: 1;
seckit_x_xss_option_1_block: '1; mode=block'
select: 0
seckit_csrf:
origin: false
origin_whitelist: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ adding:
weight: 7
su_event_date_time:
settings:
separator: to
allday: true
remove_seconds: false
separator: to
su_event_groups:
settings:
formatter_third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
adding:
hidden:
node_edit_link: true
syndication: true
removing: { }
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ removing:
filters:
filter_html:
settings:
allowed_html: '<br> <p class id> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <a class aria-label hreflang data-entity-substitution data-entity-type data-entity-uuid title name href> <b> <cite> <dt> <pre class> <code data-* class> <dl class> <dd class> <div id class> <i class> <aside class> <img src alt title class> <abbr id title> <span id class> <blockquote cite> <ul id type class> <ol id type class start> <li id class> <table id class> <tbody class> <th scope id class rowspan colspan> <td id class rowspan colspan> <tr id> <drupal-media data-* title alt> <strong> <em> <s> <sub> <sup> <hr> <thead> <tfoot> <caption>'
allowed_html: '<br class> <p aria-* class dir id lang title> <h2 aria-* class dir id lang title> <h3 aria-* class dir id lang title> <h4 aria-* class dir id lang title> <h5 aria-* class dir id lang title> <a hreflang data-entity-substitution data-entity-type data-entity-uuid name href aria-* class dir id lang title> <b> <cite class dir id lang title> <dt aria-* class dir id lang title> <pre aria-* class dir id lang title> <code data-* aria-describedby aria-hidden aria-labelledby class dir id lang title> <dl aria-* class dir id lang title> <dd aria-* class dir id lang title> <div role aria-* class dir id lang title> <i role aria-* class dir id lang title> <aside aria-* class dir id lang title> <img src alt aria-* class dir id lang title> <abbr aria-* class dir id lang title> <span aria-* class dir id lang title> <blockquote cite aria-* class dir id lang title> <ul type aria-* class dir id lang title> <ol type start aria-* class dir id lang title> <li aria-* class dir id lang title> <table aria-* class dir id lang title> <tbody aria-* class dir id lang title> <th abbr scope rowspan colspan aria-* class dir id lang title> <td rowspan colspan aria-* class dir id lang title> <tr aria-* class dir id lang title> <drupal-media data-* title alt aria-* class dir id lang title> <strong aria-* class dir id lang title> <em aria-* class dir id lang title> <s aria-* class dir id lang title> <sub aria-* class dir id lang title> <sup aria-* class dir id lang title> <hr class> <thead aria-* class dir id lang title> <tfoot aria-* class dir id lang title> <caption aria-describedby aria-hidden aria-labelledby class dir id lang title>'
Loading

0 comments on commit 746a19b

Please sign in to comment.