プラグインとテーマコンポーネントのタイプには違いがあります。
表を作成してみました(軽微なエラーやグループ化は想定内です)。
| カテゴリ | 機能 | プラグイン構文 | TC構文 |
|---|---|---|---|
| 基本タイプ | 文字列 | type: stringmin: ..max: ..regex: ..secret: true/falseglobal validator: クラス名 |
type: stringmin: ..max: ..- - - - |
| 複数行テキスト | type: stringtextarea: true |
type: stringtextarea: true |
|
| 整数 | type: integermin: ..max: .. |
type: integermin: ..max: .. |
|
| 浮動小数点数 | type: floatmin: ..max: .. |
type: floatmin: ..max: .. |
|
| ブール値 | type: bool |
type: bool |
|
| 時間 | type: time |
- | |
| Null | type: null |
- | |
| 選択タイプ | Enum(ドロップダウン) | type: enumchoices: [option1, option2]enum: .. |
type: enumchoices: [option1, option2] |
| カテゴリ | type: category |
- | |
| 色 | type: color |
- | |
| グループ | type: group |
- | |
| メールアドレス | type: email |
- | |
| ユーザー名 | type: username |
- | |
| リストタイプ | 一般的なリスト | type: listallow_any: true/false |
type: list |
| シンプル/コンパクトリスト | type: simple_listまたは type: listlist_type: compactlist_type: simple |
type: listlist_type: compactlist_type: simple |
|
| カテゴリリスト | type: category_list |
type: listlist_type: category |
|
| グループリスト | type: group_list |
type: listlist_type: group |
|
| タグリスト | type: tag_list |
type: listlist_type: tag |
|
| タググループリスト | type: tag_group_list |
- | |
| URLリスト | type: url_list |
- | |
| ホストリスト | type: host_list |
- | |
| 値リスト | type: value_list |
- | |
| 絵文字リスト | type: emoji_list |
- | |
| ファイルタイプ | アップロード | type: upload |
type: upload |
| アップロードされた画像リスト | type: uploaded_image_list |
- | |
| ファイルサイズ制限 | type: file_size_restrictionmin: ..max: .. |
- | |
| 特殊タイプ | HTML(非推奨) | type: html_deprecated |
- |
| JSONオブジェクト | 非推奨 | 非推奨 | |
| オブジェクト | - | type: objects |