chore(badges): save in-progress changes — background_image_path, cfg_json support, template form TS fix, view boolean fixes
This commit is contained in:
@@ -4,6 +4,7 @@ export const editable_fields__event_badge_template = [
|
||||
'logo_filename',
|
||||
'logo_path',
|
||||
'header_path',
|
||||
'background_image_path',
|
||||
'secondary_header_path',
|
||||
'footer_path',
|
||||
'header_row_1',
|
||||
|
||||
@@ -15,6 +15,7 @@ export const properties_to_save = [
|
||||
'logo_filename',
|
||||
'logo_path',
|
||||
'header_path',
|
||||
'background_image_path',
|
||||
'secondary_header_path',
|
||||
'footer_path',
|
||||
'header_row_1',
|
||||
@@ -36,6 +37,8 @@ export const properties_to_save = [
|
||||
'layout',
|
||||
'style_filename',
|
||||
'style_href',
|
||||
'cfg_json',
|
||||
'other_json',
|
||||
'duplex',
|
||||
'enable',
|
||||
'hide',
|
||||
|
||||
@@ -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