Browse Source

v8-2742 remove static donors checkbox from home template

Olivier Massot 4 năm trước cách đây
mục cha
commit
98476e1cf3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>