Files
medicalalert-web-reloaded/wp/wp-content/plugins/contact-form-7/includes/block-editor/index.asset.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

15 lines
197 B
PHP

<?php
return array(
'dependencies' => array(
'wp-api-fetch',
'wp-block-editor',
'wp-blocks',
'wp-components',
'wp-element',
'wp-i18n',
'wp-url',
),
'version' => WPCF7_VERSION,
);