PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
assets
/
admin
/
partials
<fieldset> <legend class="screen-reader-text">Post Formats</legend> <div class="wcmp-vendor-form-field-content"> <div class="wcmp-vendor-form-input-field-container"> <label>Label</label> <input type="text" ng-model="field.label" class="wcmp-vendor-form-input-field" /> </div> <div class="wcmp-vendor-form-input-field-container"> <label>Default Value</label> <select class="wcmp-vendor-form-input-field" ng-model="field.defaultValue"> <option value="unchecked">Unchecked</option> <option value="checked">Checked</option> </select> </div> <div class="wcmp-vendor-form-input-field-container"> <input type="checkbox" class="wcmp-vendor-form-input-field" ng-model="field.required" ng-checked="field.required" /> <label> Required</label> </div> <div class="wcmp-vendor-form-input-field-container"> <label>Custom CSS Classes</label> <input type="text" class="wcmp-vendor-form-input-field" ng-model="field.cssClass" /> </div> <div class="wcmp-vendor-form-input-field-container"> <a href="#" ng-click="removeFormField($index, $event)" class="wcmp-remove-form-field">Remove</a> </div> </div> </fieldset>
[+]
..
[-] file.html
[edit]
[-] selectbox.html
[edit]
[-] vendor_address_2.html
[edit]
[-] recaptcha.html
[edit]
[-] vendor_paypal_email.html
[edit]
[-] checkbox.html
[edit]
[-] vendor_postcode.html
[edit]
[-] email.html
[edit]
[-] vendor_description.html
[edit]
[-] separator.html
[edit]
[-] textarea.html
[edit]
[-] vendor_phone.html
[edit]
[-] vendor_address_1.html
[edit]
[-] vendor_country.html
[edit]
[-] url.html
[edit]
[-] textbox.html
[edit]
[-] vendor_city.html
[edit]
[-] vendor_state.html
[edit]