'dashicons-camera', 'category' => 'apis', 'preview_image' => Consts::get_url() . 'admin/img/blocks/unslplash.jpg', 'description' => __( "Find beautiful pictures from the best free photos stock", 'advanced-gutenberg-blocks' ), 'options_callback' => array( $this, 'settings' ), ); Blocks::register_block( 'advanced-gutenberg-blocks/unsplash', __( 'Unsplash', 'advanced-gutenberg-blocks' ), $args ); // Register settings Blocks::register_setting( 'advanced-gutenberg-blocks-unsplash-api-key' ); } public function settings() { echo '
' . __( 'The API key is mandatory, you can create one on the OpenGraph.io API service. ' ) . '