Add option to apply behaviors to children
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-19 14:08:38 +02:00
parent ff5c3d00da
commit 022ad38163
3 changed files with 17 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import { IConfiguration } from '../Interfaces/IConfiguration';
import { IContainerModel } from '../Interfaces/IContainerModel';
import IProperties from '../Interfaces/IProperties';
/// CONTAINRE DEFAULTS ///
/// CONTAINER DEFAULTS ///
export const SHOW_TEXT = true;
export const DEFAULTCHILDTYPE_ALLOW_CYCLIC = false;
@ -22,6 +22,7 @@ export const NOTCHES_LENGTH = 4;
export const ENABLE_SHORTCUTS = true;
export const MAX_HISTORY = 200;
export const APPLY_BEHAVIORS_ON_CHILDREN = true;
export const DEFAULT_CONFIG: IConfiguration = {
AvailableContainers: [