Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ENTITY_PROPERTY =
- {
- "$type" = "object",
- name = { "$type" = "string" },
- label = { "$type" = "string" },
- type = { "$type" = "string", "$hint" = "type.property.entity", "$options" = ["text","position","angle"] },
- default = { "$type" = "string" },
- },
- ENTITY =
- {
- "$type" = "object",
- name = { "$type" = "string" },
- label = { "$type" = "string" },
- icon = { "$type" = "string", "$hint" = "path.image.icon.entity" },
- properties = { "$type" = "array", "$subtype" = "ENTITY_PROPERTY" },
- render = { "$type" = "array", "$subtype" = "string" },
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement