Skip to content

String field

In the table page, a string field will look like this

field image

In the create / edit page

edit field image

Config

isPassword

Optionnal, if true, in order to not leak the password hash, returns ’***’ to the frontend.

isEmail

Optionnal, if true, add basic email validation on the backend

defaultValue

Optionnal, a static string default value to show on the creation form

valueDisplayTemplate

Optionnal, a string that work as a template to customize the value displayed in the table

You can put whatever you want in the string as long as you put {{value}} somewhere

multiline

Optionnal, if true, a textarea element is rendered instead of a basic text input.