Air Asset Picker is a Gutenberg block that connects your WordPress site to your Air workspace. Content editors can browse, search, and insert brand-approved images and videos from Air without ever leaving the WordPress block editor — no downloading, no re-uploading.
How it works:
Why CDN delivery?
Assets are served directly from Air’s CDN. This means no storage overhead in WordPress, and any updates made to an asset in Air are reflected on your site immediately.
Requirements:
This plugin connects to Air (https://air.inc) to enable asset selection and embedding. Air is a digital asset management service operated by Air Labs, Inc.
When is data sent?
https://wordpress-plugin.air.inc in an iframe. This is required to authenticate the user and display the asset gallery.What data is sent?
Terms and privacy:
The compiled JavaScript shipped in /build is generated from human-readable sources in /src using @wordpress/scripts (webpack). The full source code, build configuration, and development instructions are publicly available at:
https://github.com/AirLabsTeam/air-wordpress-plugin
Build prerequisites:
Build steps:
git clone https://github.com/AirLabsTeam/air-wordpress-plugin.git
cd air-wordpress-plugin
npm install
npm run build:prod
The build outputs /build/index.js, /build/index.asset.php, and /build/block.json — the exact files shipped in the WordPress.org zip. No third-party minified libraries are bundled; all dependencies are sourced from @wordpress/* packages provided by WordPress core.