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

WIP: Blocks: Reimplement shared block as embedded editor #7453

Closed
wants to merge 6 commits into from

Commits on Aug 22, 2018

  1. Blocks: Reimplement shared block as embedded editor

    - Publish shared blocks when creating and editing them
    - Fix exception when converting a shared block to static
    - Fix 'Convert to Regular Block' button
    - Remove the block when deleting a shared block
    aduth authored and noisysocks committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    061e9bd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Sync changes made to a reusable block

    Update the editor's store when the reusable block is changed. This
    ensures other instances of the same reusable block are updated.
    noisysocks committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    64e578f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b2ac1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    1a74a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68a4d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    4ae59b3 View commit details
    Browse the repository at this point in the history