legacy grid's configs removed
This commit is contained in:
@@ -257,6 +257,6 @@ angular.module("umbraco")
|
||||
// *********************************************
|
||||
|
||||
//assetsService.loadCss("/App_Plugins/Lecoati.uSky.Grid/lib/jquery-ui-1.10.4.custom/css/ui-lightness/jquery-ui-1.10.4.custom.min.css");
|
||||
assetsService.loadCss($scope.model.config.items.approvedBackgroundCss);
|
||||
//assetsService.loadCss($scope.model.config.items.approvedBackgroundCss);
|
||||
|
||||
});
|
||||
@@ -25,7 +25,7 @@ angular.module("umbraco")
|
||||
enableMacro: true,
|
||||
enabledEditors: [ "rte", "media", "macro" ],
|
||||
enableMultiCells: true,
|
||||
approvedBackgroundCss: "views/propertyeditors/grid/config/grid.default.backgrounds.css",
|
||||
approvedBackgroundCss: "",
|
||||
gridConfigPath: "views/propertyeditors/grid/config/grid.default.config.js"
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</table>
|
||||
|
||||
|
||||
<p><strong>Allowed row settings:</strong></p>
|
||||
<!--<p><strong>Allowed row settings:</strong></p>
|
||||
<table cellpadding="20" style="margin-bottom:20px">
|
||||
<tr>
|
||||
<td>
|
||||
@@ -80,9 +80,9 @@
|
||||
<label for="">Default value</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>-->
|
||||
|
||||
<p><strong>Allowed editors:</strong></p>
|
||||
<!--<p><strong>Allowed editors:</strong></p>
|
||||
<table cellpadding="20" style="margin-bottom:20px">
|
||||
<tr>
|
||||
<td>
|
||||
@@ -94,14 +94,14 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>-->
|
||||
|
||||
<p><strong>Others settings:</strong></p>
|
||||
<table cellpadding="20" style="margin-bottom:20px">
|
||||
<tr>
|
||||
<td>
|
||||
<p><input ng-model="model.value.enableMultiCells" type="checkbox"> <i class="icon icon-edit"></i> Multiple controls in cell</p>
|
||||
<p>Approved background stylesheet path: <input ng-model="model.value.approvedBackgroundCss" type="text" style="width:300px;"></p>
|
||||
<!--<p>Approved background stylesheet path: <input ng-model="model.value.approvedBackgroundCss" type="text" style="width:300px;"></p>-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user