Sha256: 73e56d4cfd904f3b049a4970651745d3ae97a5b62cbdfe54f78a3a27edb42f0e
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
<% row = cell(:elements, :row).new block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12') code = cell(:elements, :code).new %> <!-- PRESENTATION --> <%=raw row.open %> <%=raw block.open %> <%=raw cell(:elements, :title).new(label: 'Fields: Image') %> <p>A normal image input.</p> <%=raw block.close %> <%=raw row.close %> <!-- / PRESENTATION --> <!-- CONFIGURATION SECTION --> <%=raw row.open %> <%=raw block.open %> <%=raw cell(:elements, :title).new(label: 'Configuration', size: 4) %> <p> The configuration option should be: </p> <%=raw code.open %> field_key: type: image position: 1 <%=raw code.close %> <p> You can set a custom label with a label option: </p> <%=raw code.open %> field_key: type: image position: 1 label: Insert here the text <%=raw code.close %> <p> You can set a custom classes for the input with the class option: </p> <%=raw code.open %> field_key: type: image position: 1 class: xs-12 sm-12 md-6 lg-6 <%=raw code.close %> <%=raw block.close %> <%=raw row.close %> <!-- / CONFIGURATION SECTION -->
Version data entries
6 entries across 6 versions & 1 rubygems