codemirror insert

This commit is contained in:
2024-09-07 15:31:56 +03:00
parent 0cd4e08716
commit 02f8f5970a
8 changed files with 66 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ class Markdown implements FieldInterface, RequiredInterface
public bool $required = false,
public bool $nullable = false,
public string $default = "",
public array $collections = [],
public string $help = "",
public ?int $min = null,
public ?int $max = null,