# themeDescriptor.json
The themeDescriptor.json
defines the theme of every Tenant.
It also enables the layouts descriptor with this flag: "useLayoutDescriptor": true
.
This file is located in the theme
folder of each site code repository. For example, a Tenant using the mediaBlog
theme would have it in this path:
examplesite.com/themes/mediaBlog/themeDescriptor.json
The themeDescriptor
in this case would look like this:
{
"name": "mediaBlog",
"tenantName": "examplesite.com",
"useLayoutDescriptor": true
}
# Inheritance
This file follows Marfeel's inheritance rules.
← ui.json Extensibility →