first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div class="oceanwp-mb-desc">
|
||||
<# if ( data.label ) { #>
|
||||
<span class="butterbean-label">{{ data.label }}</span>
|
||||
<# } #>
|
||||
|
||||
<# if ( data.description ) { #>
|
||||
<span class="butterbean-description">{{{ data.description }}}</span>
|
||||
<# } #>
|
||||
</div>
|
||||
|
||||
<div class="oceanwp-mb-field">
|
||||
<div class="uploader">
|
||||
<input type="text" {{{ data.attr }}} name="{{ data.field_name }}" value="{{ data.value }}" />
|
||||
<button type="button" class="button button-secondary oceanwp-add-media">{{ data.l10n.upload }}</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user