瀏覽代碼

v8-2742 remove static donors checkbox from home template

Olivier Massot 4 年之前
父節點
當前提交
98476e1cf3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ot_templating/Resources/Private/Templates/Page/Home.html

+ 0 - 1
ot_templating/Resources/Private/Templates/Page/Home.html

@@ -7,7 +7,6 @@
 
 <f:section name='Configuration'>
     <flux:form id="home" label="LLL:template_home" extensionName="Opentalent.OtTemplating">
-        <flux:field.checkbox name="settings.staticDonors" label="LLL:static_donors" default="0"/>
         <flux:field.input name="settings.eventsLimit" label="LLL:next_events_limit" default="5" minimum="1" maximum="24" eval="int"/>
         <flux:field.input name="settings.eventsPeriod" label="LLL:next_events_period" default="8" minimum="0" eval="int"/>
     </flux:form>