platform-codebase/features/attributes/data/definitions/website_identity.json

23 lines
582 B
JSON

[
{
"code": "website_slug",
"name": "Website Slug",
"entityType": "website",
"dataType": "string",
"isSearchable": true,
"grouping": "website_identity",
"displayOrder": 400,
"description": "Unique identifier for the website (e.g., atlilith-com)"
},
{
"code": "website_domains",
"name": "Domains",
"entityType": "website",
"dataType": "text",
"isSearchable": true,
"isMultiple": true,
"grouping": "website_identity",
"displayOrder": 401,
"description": "Domains that route to this website (JSON array)"
}
]