diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4aade9b23..6bc41f3e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,7 @@
- `ContentRepresentation`
- `Elements.Door`
- `ComponentBase.UseRepresentationInstances` - an option flag to make generating fitting models faster/smaller.
+- `ContentConfiguration.AllowRotatation`
### Fixed
diff --git a/Elements.Components/src/SpaceConfiguration.cs b/Elements.Components/src/SpaceConfiguration.cs
index 73d8fc992..cedee54f9 100644
--- a/Elements.Components/src/SpaceConfiguration.cs
+++ b/Elements.Components/src/SpaceConfiguration.cs
@@ -134,6 +134,11 @@ public ContentElement ContentElement
///
public double Depth => this.CellBoundary.Depth;
+ ///
+ /// Allow rotation of the configuration
+ ///
+ public bool AllowRotatation { get; set; }
+
///
/// Create a set of element instances from this configuration.
///