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.
///