Add more info into comment

This commit is contained in:
slawkens 2023-07-21 12:48:17 +02:00
parent 0765d3b9db
commit 159f59242f

View File

@ -3,8 +3,12 @@
/**
* Possible types:
* - boolean - true/false
* - text - string
* - options - comma separated list of options
* - text/number/email/password
* - textarea - longer string
* - options - array of options
*
* Additional options
* - for number: min, max, step
*/
return [
'name' => 'MyAAC',