PluginProbe
Civist – Petitions and Fundraising / 8.0.3
Civist – Petitions and Fundraising v8.0.3
8.0.3 8.0.2 8.0.0 trunk
civist / civist-blocks-scripts.php

civist-blocks-scripts.php in Civist – Petitions and Fundraising 8.0.3, at civist-blocks-scripts.php

16 lines 589 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Exposes $civist_webpack_files variable containing the chunks injected by htmlWebpackPlugin as a php data type
4 *
5 * This file is generated from a template that allows the resource paths to be injected at build time
6 *
7 * @package civist
8 */
9
10 if ( ! defined( 'WPINC' ) ) {
11 die;
12 }
13
14 $civist_webpack_files = json_decode( '{"embed":{"size":223481,"entry":"civist-wordpress-blocks-embed.js","hash":"10cd49b70bef979b78aa","css":["civist-wordpress-blocks-embed.css"]},"editor":{"size":2151028,"entry":"civist-wordpress-blocks-editor.js","hash":"2be48431751710f73b42","css":[]}}' );
15
16