Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
dev2024_old_skip
/
wp-content
/
plugins
/
astra-sites
/
inc
/
assets
/
js
/
src
:
content.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
wp.media.view.AstraSearch = require( './search.js' ); var AstraContent = wp.media.View.extend({ tagName: 'div', className: 'ast-attachments-search-wrap', initialize: function() { this.value = this.options.value; }, render: function() { var search = new wp.media.view.AstraSearch({ controller: this.controller, model: this.model, }); this.views.add( search ); return this; } }); module.exports = AstraContent;