Skip to content

Commit 1ab785b

Browse files
committed
feat: allow quote block
Jira: FAU-422
1 parent 9b182ff commit 1ab785b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Domain/DegreeProgramSanitizer.php

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ interface DegreeProgramSanitizer
2929
'href' => [],
3030
'target' => [],
3131
],
32+
'blockquote' => [
33+
'class' => [],
34+
],
35+
'cite' => [],
3236
'br' => [],
3337
'p' => [],
3438
'strong' => [],
@@ -55,6 +59,7 @@ interface DegreeProgramSanitizer
5559
'core/list',
5660
'core/paragraph',
5761
'core/shortcode',
62+
'core/quote',
5863
'fau/description-list',
5964
];
6065

0 commit comments

Comments
 (0)