FusionCMS is currently in an open beta state and under heavy active development.

List

Create simple lists of items that you can easily maintain and re-order. Think of it as a comma-separated list, but slightly enhanced.


Template Usage

List items are saved as a Collection, and therefore can be displayed using a @foreach Blade directive:

<ul>
    @foreach($entry->items as $item)
        <li>{{ $item }}</li>
    @endforeach
</ul>

Settings

This field provides the following settings:

Setting Description
Name User-friendly identifier.
Handle Developer-friendly identifier.
Help Instructions Additional instructions written in small print next to the field.
Validation Rules Laravel-specific validation rules view docs
Have questions?

We're always happy to help with code or other questions you might have. Contact support or chat live with us on Discord.

Last edited on Friday, June 26, 2020 (3 years ago)