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 block.json schema defintion to core blocks #35900

Merged
merged 3 commits into from
Nov 9, 2021
Merged

Commits on Nov 8, 2021

  1. Add block.json schema defintion to core blocks

    Adds the schema defintion to the top of each core block to help
    development, in supported editors the schema definition will show
    validation errors, offer tooltips and autocomplete.
    
    Schema definition:
    
    	"$schema": "https://json.schemastore.org/block.json",
    mkaz committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    460046e View commit details
    Browse the repository at this point in the history
  2. Update packages/block-library/CHANGELOG.md

    gziolo authored and mkaz committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    07faecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4ecd9 View commit details
    Browse the repository at this point in the history