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

FSE: Remove template block settings and UI #35115

Merged
merged 6 commits into from
Aug 5, 2019

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    0d78a59 View commit details
    Browse the repository at this point in the history
  2. Disable configuration settings for FSE templates

    - Disables all configuration options for post content
    - Disables anchor for FSE templates. Enables custom class name so we can
      inject the correct classname for the header/footer
    noahtallen committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    2325857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ed9c4 View commit details
    Browse the repository at this point in the history
  4. Disable selection of template blocks

    This means that you can't see any reference to their settings!
    
    Note that we cannot do this same patch for the post content
    block because once the block has been disabled, you can't
    edit the inner blocks. Will have to find a different patch for that.
    noahtallen committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    20e8c2f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Use a more general name for the content slot

    Since users can see this in a few places, we want to make
    sure they aren't confused when it does pop up.
    noahtallen committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    eaffc0b View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    noahtallen committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    14705b8 View commit details
    Browse the repository at this point in the history