codemirror insert
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user