The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Strehler::FormFu::Element::EntityTypeSelect - FormFu Element to allow to select a Strehler entity.

DESCRIPTION

A Strehler element that you can include in your form configuration to allow user to select a Strehler entity.

This element hasn't the standard HTML::FormFu elements namespace because it makes sense only in a Strehler system.

SYNOPSIS

In custom Strehler entity form:

    - type: '+Strehler::FormFu::Element::EntityTypeSelect'
      name: entitytype
      label: Entity Type
      excluded: [ 'log', 'image' ]

PARAMETERS

excluded

Entities that you don't want to be listed in the select. For example, to avoid Strehler admin entities to be listed:

    excluded: ['log', 'user']