Pass 

The Pass type provides a virtual field, which is not visible in the backend. It is useful for extension logic handling this value independently.

Settings 

default

default
Type
mixed
Default
''

Default value set if a new record is created.

Example 

Minimal 

name: example/pass
fields:
  - identifier: pass
    type: Pass
Copied!