Skip to content
Snippets Groups Projects
Commit a7e9ca50 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Gallery done #226

parent bbaf4cb7
No related branches found
No related tags found
No related merge requests found
<div class="mb-3">
<label aria-label="Title"
for="title">
Title
</label>
<input class="form-control form-control-lg"
type="text"
v-model="data.title"
placeholder="Type gallery title here"
id="title">
</div>
<a class="<%= button_classes('mb-4') %>"
v-on:click="data.elements.push({alt: '', file: {}})">
Add image
......
<% if @block.data %>
<h2><%= @block.data['title'] %></h2>
<div class="row">
<% @block.data['elements'].each do |image| %>
<div class="col-xxl-2 col-xl-3 col-6">
......
title: >
<%= prepare_text_for_static block.data['title'] %>
images:
<% if block.data.has_key?('elements') %>
<% block.data['elements'].each do |image|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment