Title: Disable &#8220;extend&#8221; features
Last modified: May 3, 2019

---

# Disable “extend” features

 *  Resolved [mkronenfeld](https://wordpress.org/support/users/mkronenfeld/)
 * (@mkronenfeld)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/disable-extend-features/)
 * Hey there,
 * is it possible to disable the “extend” features, like display, spacing and so
   on?
 * We would like to use just several block, but don’t want our editors to overwrite
   any theme styles.
 * I do not necessarily need an option in the admin area. A hint for a JavaScript
   solution would be okay with me.
 * Best regards
    Marvin
    -  This topic was modified 6 years, 11 months ago by [mkronenfeld](https://wordpress.org/support/users/mkronenfeld/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisable-extend-features%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [nK](https://wordpress.org/support/users/nko/)
 * (@nko)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/disable-extend-features/#post-11503811)
 * Hi Marvin.
 * There are JS Filters available here:
 * 1. [https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/spacings/index.jsx#L69](https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/spacings/index.jsx#L69)
   
   2. [https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/display/index.jsx#L85](https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/display/index.jsx#L85)
   3. [https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/scroll-reveal/index.jsx#L62](https://github.com/nk-o/ghostkit/blob/master/src/gutenberg/extend/scroll-reveal/index.jsx#L62)
 * You can disable extensions using it. Example:
 *     ```
       wp.hooks.addFilter( 'ghostkit.blocks.allowSpacings', 'disable-ghostkit-spacings-ext', function() {
           return false;
       } )
       ```
   
 * Regards, nK.
 *  Thread Starter [mkronenfeld](https://wordpress.org/support/users/mkronenfeld/)
 * (@mkronenfeld)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/disable-extend-features/#post-11505002)
 * Works like a charm. Thank you very much!
 * Best regards
    Marvin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable “extend” features’ is closed to new replies.

 * ![](https://ps.w.org/ghostkit/assets/icon-256x256.png?rev=2971726)
 * [Ghost Kit – Page Builder Blocks, Motion Effects & Extensions](https://wordpress.org/plugins/ghostkit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ghostkit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ghostkit/)
 * [Active Topics](https://wordpress.org/support/plugin/ghostkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ghostkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ghostkit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mkronenfeld](https://wordpress.org/support/users/mkronenfeld/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/disable-extend-features/#post-11505002)
 * Status: resolved