Skip to content

Commit 77cea40

Browse files
committed
- make sure oembed field is also formatted when part of a flexible_content field
1 parent 3bceaca commit 77cea40

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)