Nested blocks to Clipboard

Permalink
Hello,
First: I love Concrete5. Maybe Conrete5 is was not a drag and drop website builder in the original concept. But I use concrete5 with bootstrap3 and it awesome. Just only a few functions I miss at this time.

I like drag and drop website builder and I worked with visual composer for Wordpress. I think that the big disadvantage with a website builder is that it is easy to built each page, but without general Style standards each page looks different. I love less, and I think this problem can be avoided in concrete5.

It would be nice if there would be a way to nesting columns in the Frontend of Conrete5.
(http://getbootstrap.com/css/#grid-nesting)

So concept would be something like this:
Click on "Add Content to The Page" and under "Layout" you would find "Row". So that it would be possible to add a row to the page and inside the row you could add blocks.

<div class="container">
  <div class="row">
  <div class="col-md-4">.col-md-4</div>
  <div class="col-md-4">.col-md-4</div>
  <div class="col-md-4">.col-md-4</div>
  </div>
</div> <!-- /container -->


Further it would be great to have a option to copy these rows to the Clipboard, and to the Stacks.

So that the Stacks would be function as preconfigured blocks and a nice layout could be build about the Frontend.

A bit like Tila does. There a great preconfigured blocks:http://tilda.cc

2 Attachments