[ 'Performance' => [ '10' => [ 'minify_js' => [ 'label' => 'Whether to minify js which generated.', 'type' => 'bool', 'default' => true, ], 'minify_css' => [ 'label' => 'Whether to minify css which generated.', 'type' => 'bool', 'default' => true, ], ], ], ], '999' => [ 'Others' => [ '10' => [ 'assets_version' => [ 'label' => 'Assets Version', 'type' => 'string', 'default' => function ( $app ) { /** @var WP_Framework $app */ return $app->get_plugin_version(); }, ], ], ], ], ];