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

Block Library: Update FSE blocks to use block context #21696

Merged
merged 8 commits into from
May 7, 2020

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    af9b2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80b70a View commit details
    Browse the repository at this point in the history
  3. Block Library: Provide correct arguments to get_the_content

    Presumably the previous implementation relied on the fact that calling gutenberg_get_post_from_context would reset post global, referenced internally in get_the_content implicitly by call to get_post
    aduth committed May 6, 2020
    Configuration menu
    Copy the full SHA
    cc69ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ad058 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c5d9e4 View commit details
    Browse the repository at this point in the history
  6. E2E Tests: Re-enable block context testing

    With testing of availability of default post contxt
    aduth committed May 6, 2020
    Configuration menu
    Copy the full SHA
    eeba406 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63f66c3 View commit details
    Browse the repository at this point in the history
  8. Template Loader: Update context unset comment

    Co-Authored-By: Enrique Piqueras <epiqueras@users.noreply.github.com>
    aduth and epiqueras committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e2c84a3 View commit details
    Browse the repository at this point in the history