| { |
| "name": "DataEnumCustom", |
| "key": { |
| "int": 438, |
| "string": "dataenumcustom" |
| }, |
| "extends": "viewmodel/data_enum.json", |
| "properties": { |
| "splitKeyValues": { |
| "type": "bool", |
| "initialValue": "false", |
| "key": { |
| "int": 571, |
| "string": "splitkeyvalues" |
| }, |
| "description": "Whether the user can edit keys and values separately.", |
| "runtime": false |
| }, |
| "name": { |
| "type": "String", |
| "initialValue": "''", |
| "key": { |
| "int": 572, |
| "string": "name" |
| }, |
| "description": "Non-unique identifier, used to give friendly names to enums." |
| } |
| } |
| } |