소스 검색

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>