app/views/promethee/components/table/_edit.define.html.erb in promethee-3.0.2 vs app/views/promethee/components/table/_edit.define.html.erb in promethee-4.0.0
- old
+ new
@@ -6,15 +6,18 @@
position: 60,
library: true,
data: {
type: 'table',
attributes: {
- cols: [],
- cols_data: {},
- rows: [],
- rows_data: {}
- }
+ structure: {
+ searchable: false,
+ translatable: false,
+ type: 'matrix',
+ value: []
+ }
+ },
+ children: []
}
})
JAVASCRIPT
%>
-<div ng-init="<%= init %>"></div>
\ No newline at end of file
+<div ng-init="<%= init %>"></div>