We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf8d23 commit 6245bd0Copy full SHA for 6245bd0
lib/TextareaConverter.php
@@ -110,7 +110,7 @@ private function getTextareaFields($blueprint): array
110
$fields = $blueprint->fields();
111
112
foreach ($fields as $fieldName => $field) {
113
- if ($field['type'] === 'textarea') {
+ if ($field['type'] === 'textarea' || $field['type'] === 'markdown') {
114
$textareaFields[] = $fieldName;
115
}
116
0 commit comments