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

Users

The User Field is a relational field that ties Users to other Content Types (i.e. Collection, Page), allowing for one or multiple user to be grouped under a single Field.


Template Usage

Display all users selected:

<ul>
    <ul>
        @foreach($entry->profiles as $profile)
            <li>{{ $profile->name ]}</li>
        @endforeach
    </ul>
</ul>

Settings

There are several configurations provided to manipulate the Field to your needs.

This field provides the following settings:

Setting Description Format
Name User-friendly identifier. String
Handle Developer-friendly identifier. String
Help Instructions Additional instructions written in small print next to the field. Rich Text
Validation Rules Laravel-specific validation rules view docs ---
Limit Limit the number of users selected; leave blank if no limit is desired. Number
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 Thursday, February 27, 2020 (4 years ago)