Autogen categories

This commit is contained in:
2026-05-31 14:25:28 +02:00
parent aa47532ef1
commit c57b2e21a2
5 changed files with 103 additions and 222 deletions
+3 -5
View File
@@ -419,11 +419,9 @@ mapping, model stem prefixes to strip, key/label formats, model column, and
default row values. `group_token_source: folder_name` uses the manifest folder
group directly instead of a prefix mapping, and `category_from:
immediate_parent` can expose the model's category folder in keys and labels.
`legacy_groups` maps released manifest group names to current folder groups,
and `legacy_key_format` preserves row IDs when migrating older generated lock
keys. Individual groups can override the model column with `model_column` or
write the discovered model stem to several columns with `model_columns`, which
is useful for root-node visualeffects. Supported format tokens are `{dataset}`,
Individual groups can override the model column with `model_column` or write
the discovered model stem to several columns with `model_columns`, which is
useful for root-node visualeffects. Supported format tokens are `{dataset}`,
`{group}`, `{group_raw}`, `{prefix}`, `{category}`, `{category_upper}`,
`{category_segment}`, `{category_segment_upper}`, `{subgroup}`, `{stem}`,
`{stem_upper}`, `{model_stem}`, and `{delimiter}`.