Hi guys,
I use Bootstrap v4 as a web framework, and I would display a HTML component in the backoffice that can be added or deleted dynamically. For example, generate a card
<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">
@Umbraco.Field("...")
</a>
</div>
</div>
Repeatable HTML blocks
Hi guys, I use Bootstrap v4 as a web framework, and I would display a HTML component in the backoffice that can be added or deleted dynamically. For example, generate a card
or any other component.
It can be done?
Thanks in advance
Phil
Hi Phil
This is a great use case for Nested Content, check out the docs https://our.umbraco.com/Documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Nested-Content/index-v7
Hi Søren,
thank you so much, your answer solves the problem!
Cheers,
Phil
Take a look at "stacked content" as well. Its more visual than nested Content.
is working on a reply...