Existen diferencias entre los tipos de componentes de plugins y temas.
Intenté crear una tabla (se esperan errores menores o agrupaciones)
| Categoría | Funcionalidad | Sintaxis de Plugin | Sintaxis de TC |
|---|---|---|---|
| Tipos Básicos | Cadena | type: stringmin: ..max: ..regex: ..secret: true/falseglobal validator: nombre de clase |
type: stringmin: ..max: ..- - - - |
| Texto multilínea | type: stringtextarea: true |
type: stringtextarea: true |
|
| Entero | type: integermin: ..max: .. |
type: integermin: ..max: .. |
|
| Flotante | type: floatmin: ..max: .. |
type: floatmin: ..max: .. |
|
| Booleano | type: bool |
type: bool |
|
| Hora | type: time |
- | |
| Nulo | type: null |
- | |
| Tipos de Selección | Enum (desplegable) | type: enumchoices: [opción1, opción2]enum: .. |
type: enumchoices: [opción1, opción2] |
| Categoría | type: category |
- | |
| Color | type: color |
- | |
| Grupo | type: group |
- | |
| Correo electrónico | type: email |
- | |
| Nombre de usuario | type: username |
- | |
| Tipos de Lista | Lista genérica | type: listallow_any: true/false |
type: list |
| Lista simple/compacta | type: simple_listO type: listlist_type: compactlist_type: simple |
type: listlist_type: compactlist_type: simple |
|
| Lista de categorías | type: category_list |
type: listlist_type: category |
|
| Lista de grupos | type: group_list |
type: listlist_type: group |
|
| Lista de etiquetas | type: tag_list |
type: listlist_type: tag |
|
| Lista de grupos de etiquetas | type: tag_group_list |
- | |
| Lista de URL | type: url_list |
- | |
| Lista de hosts | type: host_list |
- | |
| Lista de valores | type: value_list |
- | |
| Lista de emojis | type: emoji_list |
- | |
| Tipos de Archivo | Cargar | type: upload |
type: upload |
| Lista de imágenes cargadas | type: uploaded_image_list |
- | |
| Restricción de tamaño de archivo | type: file_size_restrictionmin: ..max: .. |
- | |
| Tipos Especiales | HTML (obsoleto) | type: html_deprecated |
- |
| Objetos JSON | obsoleto | obsoleto | |
| Objetos | - | type: objects |