diff --git a/src/Blueprint/Application/Model/Assets/ClassBlueprint.php b/src/Blueprint/Application/Model/Assets/ClassBlueprint.php index 44e0fea..31c80c3 100644 --- a/src/Blueprint/Application/Model/Assets/ClassBlueprint.php +++ b/src/Blueprint/Application/Model/Assets/ClassBlueprint.php @@ -15,6 +15,8 @@ class ClassBlueprint implements Normalizable { use GetAttributes; + public const OPTIONS_BUILD_CONTEXT = 'buildContext'; + /** @var array */ public array $options = []; diff --git a/src/Blueprint/Application/Model/Assets/PropertyBlueprint.php b/src/Blueprint/Application/Model/Assets/PropertyBlueprint.php index 574c7f5..6cdfbc1 100644 --- a/src/Blueprint/Application/Model/Assets/PropertyBlueprint.php +++ b/src/Blueprint/Application/Model/Assets/PropertyBlueprint.php @@ -15,6 +15,7 @@ class PropertyBlueprint implements Normalizable public const OPTIONS_NAME = 'name'; public const OPTIONS_PATH = 'path'; + public const OPTIONS_BUILD_CONTEXT = 'buildContext'; /** @var array */ public array $options = [];