@@ -87,6 +87,14 @@ App\Entity\ContentNode\ColumnLayout:
8787 data : { columns: [{ slot: '1', width: 12 }] }
8888 instanceName : <word()>
8989 contentType : ' @contentTypeColumnLayout'
90+ columnLayout3campPrototype :
91+ root : ' @columnLayout1campPrototype'
92+ parent : ' @columnLayout1campPrototype'
93+ slot : ' 1'
94+ position : 10
95+ data : { columns: [{ slot: '1', width: 12 }] }
96+ instanceName : <word()>
97+ contentType : ' @contentTypeColumnLayout'
9098 columnLayoutWithResponsiveLayout :
9199 root : ' @self'
92100 parent : null
@@ -95,3 +103,27 @@ App\Entity\ContentNode\ColumnLayout:
95103 data : { columns: [{ slot: '1', width: 12 }] }
96104 instanceName : <word()>
97105 contentType : ' @contentTypeColumnLayout'
106+ columnLayout1campShared :
107+ root : ' @self'
108+ parent : null
109+ slot : null
110+ position : 0
111+ data : { columns: [{ slot: '1', width: 12 }] }
112+ instanceName : <word()>
113+ contentType : ' @contentTypeColumnLayout'
114+ columnLayout2campShared :
115+ root : ' @self'
116+ parent : null
117+ slot : null
118+ position : 0
119+ data : { columns: [{ slot: '1', width: 12 }] }
120+ instanceName : <word()>
121+ contentType : ' @contentTypeColumnLayout'
122+ columnLayout3campShared :
123+ root : ' @columnLayout1campShared'
124+ parent : ' @columnLayout1campShared'
125+ slot : ' 1'
126+ position : 10
127+ data : { columns: [{ slot: '1', width: 12 }] }
128+ instanceName : <word()>
129+ contentType : ' @contentTypeColumnLayout'
0 commit comments