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

Template hierarchy filter: Preserve existing paths #141

Merged
merged 9 commits into from
Mar 18, 2024

Commits on Feb 3, 2023

  1. Template hierarchy filter: Preserve existing paths

    Instead of solely returning the blade template path locate result, 
    append it to the array of existing files passed to the template hierarchy filter handler,
    allowing Gutenberg Full Site Editing (FSE) to find and use block templates/template parts in the (Sage 10) theme.
    strarsis authored and retlehs committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    74b8c3d View commit details
    Browse the repository at this point in the history
  2. Update FiltersTemplates.php

    Allow existing files to be used instead of Blade-PHP template (notably `template-canvas.php`).
    strarsis authored and retlehs committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    01279f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 16, 2023

  1. Fix lint errors.

    strarsis committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b7b8ccc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

Commits on Mar 18, 2024

  1. 🩹 Do not return blade files

    🧑‍💻 Allow blade views to override FSE templates
    Log1x committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    639155e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60978f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a26c3 View commit details
    Browse the repository at this point in the history
  4. 🚨 Run Pint

    Log1x committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6b70551 View commit details
    Browse the repository at this point in the history