I have a query. I am trying to create a Custom Property editor for a button. I am able to create one field using $scope.model.value. But if I want to add an additional field for link I am not able to. Can someone help me on this?
Please find the code below
HTML:
Button
JS
angular.module('umbraco').controller('buttonController', function ($scope) {
model.value is working as expected but other properties are not working as expected. If there is any built in editor for button (with name, link) please let me know. It should be similar to RelatedLinks property but just one value. I tried RelatedLinks restricitng it to one value but I need a separate property editor. I am stuck here. Your help would be much appreciated.
Button Property EditorButton
Hi Team
I have a query. I am trying to create a Custom Property editor for a button. I am able to create one field using $scope.model.value. But if I want to add an additional field for link I am not able to. Can someone help me on this?
Please find the code below
HTML:
Button
JS
angular.module('umbraco').controller('buttonController', function ($scope) {
});
model.value is working as expected but other properties are not working as expected. If there is any built in editor for button (with name, link) please let me know. It should be similar to RelatedLinks property but just one value. I tried RelatedLinks restricitng it to one value but I need a separate property editor. I am stuck here. Your help would be much appreciated.
is working on a reply...