Config Changes

This commit is contained in:
Patrick Fic
2021-02-23 13:41:46 -08:00
parent e77973d17b
commit ded12bdb3f
19 changed files with 699 additions and 8 deletions

View File

@@ -131,7 +131,19 @@ export default function ShopInfoComponent({ form, saveLoading }) {
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path")}
name="logo_img_path"
name={["logo_img_path", "src"]}
>
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path_height")}
name={["logo_img_path", "height"]}
>
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.logo_img_path_width")}
name={["logo_img_path", "width"]}
>
<Input />
</Form.Item>