diff --git a/app/partials/custom-attributes/custom-attribute-value-edit.jade b/app/partials/custom-attributes/custom-attribute-value-edit.jade index ce11b449..ef9078de 100644 --- a/app/partials/custom-attributes/custom-attribute-value-edit.jade +++ b/app/partials/custom-attributes/custom-attribute-value-edit.jade @@ -24,6 +24,7 @@ form.custom-field-single.editable name="value" ng-model="model" ) + option option(ng-repeat="option in extra", value="{{ option }}") {{ option }} <% } else if (type=="number") { %> input#custom-field-value(name="value", type="number", value!="<%- value %>")