Skip to content

Commit

Permalink
Do not use specialchars filter. Html entities are encoded anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Dec 4, 2024
1 parent f7b2ae8 commit 9e3828a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Resources/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars

select:
help: true
Expand All @@ -78,12 +76,8 @@ netzmacht_contao_form_designer:
value: ['submit']
alt:
key: 'slabel'
filters:
- specialchars
title:
key: 'slabel'
filters:
- specialchars

textarea:
help: true
Expand All @@ -106,8 +100,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars
palettes:
- textcustom
- textdigit
Expand All @@ -121,8 +113,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars

email:
help: true
Expand All @@ -133,8 +123,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars

number:
help: true
Expand All @@ -145,8 +133,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars

tel:
help: true
Expand All @@ -157,8 +143,6 @@ netzmacht_contao_form_designer:
key: 'type'
value:
key: value
filters:
- specialchars

upload:
help: true
Expand Down

0 comments on commit 9e3828a

Please sign in to comment.