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

Fix

parent e146b09a
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,8 @@ class Communication::Block::Template::Feature < Communication::Block::Template::
has_elements
has_component :description, :rich_text
def children
elements
end
end
......@@ -3,4 +3,7 @@ class Communication::Block::Template::Timeline < Communication::Block::Template:
has_elements
has_layouts [:vertical, :horizontal]
def children
elements
end
end
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