mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'patch-1' into 'master'
Add embed object type field See merge request litecord/litecord!63
This commit is contained in:
commit
0876c74575
|
|
@ -84,6 +84,7 @@ EMBED_FIELD = {
|
|||
}
|
||||
|
||||
EMBED_OBJECT = {
|
||||
"type": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
|
||||
"title": {"type": "string", "minlength": 1, "maxlength": 256, "required": False},
|
||||
# NOTE: type set by us
|
||||
"description": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue