Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello - I can't seem to find a good way to represent structures like this in templates, and was looking for suggestions. The page has various "cards" that have a title, and indeterminate number of bullet points associated with it (and perhaps some other attributes), e.g:
Code: Select all
                  <h4 class="card-title">Marketing &amp; Creative</h4>
                  <ul class="text-left mb-4">
                    <li>ROI and best results</li>
                    <li>Planning and tactical delivery</li>
                    <li>Digital campaigns</li>
                    <li>Brand development</li>
                    <li>Video production </li>
                  </ul>
                  <h4 class="card-title">Data Services</h4>
                  <ul class="text-left mb-4">
                    <li>Custom builds </li>
                    <li>Market  research</li>
                    <li>Full Data Points</li>
                    <li>No usage restrictions</li>
                    <li>Quicker than in-house admins</li>
                    <li>Over 1 million lines of NHS data built</li>
                  </ul>

I'd like for the admin user to be able to add a card with a title such as Data Services that the user of the admin panel specifies , then associate an variable number of bullet point items with each of these cards.

Any suggestions/pointers appreciated. Thanks !
Hi,

I'd suggest you use 'Mosiac' (viewtopic.php?f=5&t=11105) for this use-case.

Define a single tile composed of two editable-regions -
1. a type 'text' for the heading
2. a type 'repeatable' for the bullet points.

Adding a new 'card' would then entail adding a new row of that tile.

Hope it helps.
2 posts Page 1 of 1
cron