Add automatic migration from menu condition to menu override.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent cfcfd07467
commit 05bd547645
2 changed files with 37 additions and 0 deletions
+2
View File
@@ -78,3 +78,5 @@ export const CONF_DIMENSIONS = 'dimensions' as const;
export const CONF_DIMENSIONS_ASPECT_RATIO = `${CONF_DIMENSIONS}.aspect_ratio` as const;
export const CONF_DIMENSIONS_ASPECT_RATIO_MODE =
`${CONF_DIMENSIONS}.aspect_ratio_mode` as const;
export const CONF_OVERRIDES = 'overrides' as const;