Plugin Directory

Changeset 2422301


Ignore:
Timestamp:
11/20/2020 12:12:58 PM (5 years ago)
Author:
mowomo
Message:

Brand assets

Location:
mowomo-no-default-fullscreen-mode
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • mowomo-no-default-fullscreen-mode/trunk/README.txt

    r2355930 r2422301  
    11=== mowomo no default fullscreen mode ===
    2 Contributors: mowomo
     2Contributors: mowomo, victorsaenztm, pablomiralles, mercedes-blogalizate, blogalizate, pedromcj95
    33Tags: gutenberg, fullscreen
    4 Requires at least: 4.0
    5 Tested up to: 5.4
     4Requires at least: 5.0
     5Tested up to: 5.5.3
    66Stable tag: trunk
    77Requires PHP: 5.4
     
    1212
    1313== Description ==
     14From WordPress 5.4 onwards, when accessing the WordPress administrator, we see that it does so in "full screen" mode by default and if you don't want to work that way, you can deactivate it, but it is very unusable, as well as confusing for novice users.
    1415
     16Therefore, if you want to get rid (yourself or your clients) of the annoying "full screen" of the WordPress administrator and get back to the default sidebar, with our "mowomo no default fullscreen mode" plugin you can now and very easily.
     17
     18Whenever you want to go back to full screen mode you can do it, don't worry.
    1519
    1620
    1721== Installation ==
    1822
     231. Upload the plugin folder to the `/wp-content/plugins/` directory or install the plugin through the WordPress plugin panel.
    1924
     252. Activate the plugin in the "Plugins" WordPress section.
    2026
    21 == Frequently Asked Questions ==
    22 
    23 
    24 == Screenshots ==
    25 
    26 
    27 == Changelog ==
    28 
    29 
    30 == Upgrade Notice ==
    31 
     273. Check Gutenberg editor
  • mowomo-no-default-fullscreen-mode/trunk/includes/admin/functions.php

    r2355930 r2422301  
    1313        }
    1414    }");
     15    return true;
    1516}
    1617add_action( 'enqueue_block_editor_assets', 'mwm_diable_full_screen_guten' );
  • mowomo-no-default-fullscreen-mode/trunk/mowomo-no-default-fullscreen-for-gutenberg.php

    r2355930 r2422301  
    33 * Plugin Name: mowomo no default fullscreen mode
    44 * Description: Simple plugin to disable the default fullscreen option in the Gutenberg editor
    5  * Version:     1.0.0
     5 * Version:     1.1
    66 * Author:      mowomo
    77 * Author URI:  https://www.mowomo.com
     
    1414if ( !defined( 'mwm_no_guten_full_NAME' ) )  define( 'mwm_no_guten_full_NAME', 'mowomo no default fullscreen for Gutenberg ' );
    1515if ( !defined( 'mwm_no_guten_full_SLUG' ) )  define( 'mwm_no_guten_full_SLUG', 'mwm_no_guten_full' );
    16 if ( !defined( 'mwm_no_guten_full_VER' ) )   define( 'mwm_no_guten_full_VER', '1.0.0' );
     16if ( !defined( 'mwm_no_guten_full_VER' ) )   define( 'mwm_no_guten_full_VER', '1.1' );
    1717if ( !defined( 'mwm_no_guten_full_TD' ) )    define( 'mwm_no_guten_full_TD', mwm_no_guten_full_SLUG . '_textdomain' );
    1818if ( !defined( 'mwm_no_guten_full_FILE' ) )  define( 'mwm_no_guten_full_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.