Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
plugins
/
woocommerce
/
packages
/
blueprint
/
src
/
Steps
/
schemas
/
definitions
:
CorePluginReference.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php return array( 'type' => 'object', 'properties' => array( 'resource' => array( 'type' => 'string', 'const' => 'wordpress.org/plugins', 'description' => 'Identifies the file resource as a WordPress Core plugin', ), 'slug' => array( 'type' => 'string', 'description' => 'The slug of the WordPress Core plugin', ), ), 'required' => array( 'resource', 'slug', ), 'additionalProperties' => false, );