Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shared blocks to the blocks autocompleter #6067

Merged
merged 2 commits into from
May 29, 2018

Commits on May 28, 2018

  1. Fix blocks completer to provide supported blocks

    This updates the blocks completer to use the editor data store so only
    supported blocks will be offered as completion options. In addition to
    respecting the supported blocks list, shared blocks are now included as
    completion options.
    brandonpayton authored and noisysocks committed May 28, 2018
    Configuration menu
    Copy the full SHA
    3d34cbc View commit details
    Browse the repository at this point in the history
  2. Replace getSupportedBlocks() call with getInserterItems()

    Use only getInserterItems() in the blocks autocompleter. This selector
    will do all of the required filtering.
    noisysocks committed May 28, 2018
    Configuration menu
    Copy the full SHA
    2a2e247 View commit details
    Browse the repository at this point in the history