This commit is contained in:
Watchful1 2023-08-27 17:29:24 -07:00
parent 5aa8f127c4
commit 3d453dc6e5

View file

@ -162,8 +162,8 @@ field_actions = {
"domain_override": FieldAction.OVERWRITE_NOT_NONE,
"downs": FieldAction.SPECIAL_NO_OVERWRITE,
"edited": FieldAction.OVERWRITE,
"embed_type": FieldAction.ALLOW_EMPTY,
"embed_url": FieldAction.ALLOW_EMPTY,
"embed_type": FieldAction.OVERWRITE_NOT_NONE,
"embed_url": FieldAction.OVERWRITE_NOT_NONE,
"event_end": FieldAction.OVERWRITE_NOT_NONE,
"event_is_live": FieldAction.OVERWRITE_NOT_NONE,
"event_start": FieldAction.OVERWRITE_NOT_NONE,