2016-11-17 05:38:27 +08:00
|
|
|
<section class="field">
|
2022-07-06 01:41:31 +08:00
|
|
|
<b>{{i18n "admin.customize.enabled"}}</b>:
|
|
|
|
{{this.change.enabled}}
|
2016-11-17 05:38:27 +08:00
|
|
|
</section>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@field={{this.change.stylesheet}}
|
|
|
|
@name="admin.customize.css"
|
|
|
|
/>
|
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="mobile"
|
|
|
|
@field={{this.change.mobile_stylesheet}}
|
|
|
|
@name="admin.customize.css"
|
|
|
|
/>
|
2016-11-17 05:38:27 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@field={{this.change.header}}
|
|
|
|
@name="admin.customize.header"
|
|
|
|
/>
|
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="mobile"
|
|
|
|
@field={{this.change.mobile_header}}
|
|
|
|
@name="admin.customize.header"
|
|
|
|
/>
|
2016-11-17 05:38:27 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@field={{this.change.top}}
|
|
|
|
@name="admin.customize.top"
|
|
|
|
/>
|
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="mobile"
|
|
|
|
@field={{this.change.mobile_top}}
|
|
|
|
@name="admin.customize.top"
|
|
|
|
/>
|
2016-11-17 05:38:27 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@field={{this.change.footer}}
|
|
|
|
@name="admin.customize.footer"
|
|
|
|
/>
|
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="mobile"
|
|
|
|
@field={{this.change.mobile_footer}}
|
|
|
|
@name="admin.customize.footer"
|
|
|
|
/>
|
2016-11-17 05:38:27 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="file-text-o"
|
|
|
|
@field={{this.change.head_tag}}
|
|
|
|
@name="admin.customize.head_tag.text"
|
|
|
|
/>
|
|
|
|
<SiteCustomizationChangeField
|
|
|
|
@icon="file-text-o"
|
|
|
|
@field={{this.change.body_tag}}
|
|
|
|
@name="admin.customize.body_tag.text"
|
|
|
|
/>
|