'dashicons-images-alt2', 'category' => 'apis', 'preview_image' => Consts::get_url() . 'admin/img/blocks/giphy.jpg', 'description' => __( "Search and insert a GIF from Giphy", 'advanced-gutenberg-blocks' ), 'options_callback' => array( $this, 'settings' ), ); Blocks::register_block( 'advanced-gutenberg-blocks/giphy', __( 'Giphy', 'advanced-gutenberg-blocks' ), $args ); // Register settings Blocks::register_setting( 'advanced-gutenberg-blocks-giphy-api-key' ); } public function settings() { echo '
' . __( 'The API key is mandatory, you can create one on the OpenGraph.io API service. ' ) . '