user.xml 612 B

12345678910
  1. <templateSet group="user">
  2. <template name="textfield" value="&lt;div class=&quot;form-group&quot;&gt;&#10; {!! Form::label('$NAME$','$VALUE$') !!}&#10; {!! Form::text('$NAME$',null,['class'=&gt;'form-control']) !!}&#10;&lt;/div&gt;" description="Form Textfield" toReformat="true" toShortenFQNames="true">
  3. <variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
  4. <variable name="VALUE" expression="" defaultValue="" alwaysStopAt="true" />
  5. <context>
  6. <option name="HTML" value="true" />
  7. <option name="PHP" value="true" />
  8. </context>
  9. </template>
  10. </templateSet>