{{#autoForm collection=Collections.Packages schema=Schemas.CorePackageConfig
doc=packageData id="shopEditOptionsForm" type="update" autosave=true}}
{{> afFieldInput name='settings.public.allowGuestCheckout'}}
{{/autoForm}}
{{> React ShopBrandMediaManager}}
{{#autoForm collection=Collections.Shops doc=shop id="shopEditForm" type="update"}}
{{> afQuickField name='name' placeholder="Shop Name"}}
{{> afQuickField name='slug' placeholder="Shop Slug"}}
{{> afQuickField name='emails.0.address' label="Email" placeholder="Primary Contact Email"}}
{{> afQuickField name='description' placeholder="Description"}}
{{> afQuickField name='keywords' placeholder="Keywords"}}
{{> shopSettingsSubmitButton}}
{{/autoForm}}