Skip to content

Commit 24bd4cd

Browse files
authored
Merge pull request #126 from kpoelhekke/main
Make sure oembed field is also formatted when part of a flexible_content field
2 parents 3bceaca + 77cea40 commit 24bd4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FieldConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public function should_format_field_value( string $field_type ): bool {
286286
'select',
287287
'wysiwyg',
288288
'repeater',
289+
'flexible_content',
289290
'oembed',
290291
];
291292

0 commit comments

Comments
 (0)