Themes: add NSFW-labels

This commit is contained in:
Pieter Vander Vennet 2025-07-08 03:36:52 +02:00
parent 2b923965dd
commit f5888dee56
5 changed files with 23 additions and 92 deletions

View file

@ -30,6 +30,13 @@ export interface LayerConfigJson {
*/
id: string
/**
* question: What labels are applied on the theme?
*
* Labels are tags on a layer and might mark special properties, influencing certain build processes
*/
labels?: string[]
/**
* Used in the layer control panel to toggle a layer on and of.
*