chore(badges): save in-progress changes — background_image_path, cfg_json support, template form TS fix, view boolean fixes
This commit is contained in:
@@ -223,6 +223,7 @@ export interface Badge_template {
|
||||
logo_path?: null | string;
|
||||
|
||||
header_path?: null | string;
|
||||
background_image_path?: null | string;
|
||||
secondary_header_path?: null | string;
|
||||
footer_path?: null | string;
|
||||
|
||||
@@ -256,6 +257,7 @@ export interface Badge_template {
|
||||
duplex?: null | number | boolean;
|
||||
|
||||
cfg_json?: null | string;
|
||||
other_json?: null | string;
|
||||
data_json?: null | string;
|
||||
|
||||
enable?: null | boolean;
|
||||
|
||||
Reference in New Issue
Block a user