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