Skip to content

Commit

Permalink
feat: allow quote block
Browse files Browse the repository at this point in the history
Jira: FAU-422
  • Loading branch information
tyrann0us committed May 6, 2024
1 parent 9b182ff commit 1ab785b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Domain/DegreeProgramSanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ interface DegreeProgramSanitizer
'href' => [],
'target' => [],
],
'blockquote' => [
'class' => [],
],
'cite' => [],
'br' => [],
'p' => [],
'strong' => [],
Expand All @@ -55,6 +59,7 @@ interface DegreeProgramSanitizer
'core/list',
'core/paragraph',
'core/shortcode',
'core/quote',
'fau/description-list',
];

Expand Down

0 comments on commit 1ab785b

Please sign in to comment.