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

Site Export: ensure that the export endpoint uses Gutenberg theme classes #61561

Merged
merged 5 commits into from
Jun 4, 2024

Commits on May 22, 2024

  1. This ensures that any theme exports get the benefit of the latest cha…

    …nges to theme json and resolver.
    ramonjd committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6d04c30 View commit details
    Browse the repository at this point in the history
  2. check for function exists.

    ramonjd committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e23beb3 View commit details
    Browse the repository at this point in the history
  3. Moving changes to /lib folder because none of the changes are backw…

    …ards compat specific.
    
    Having this extension permanently in Gutenberg means that theme.json exporting will always use the latest version of the Theme JSON family of classes.
    ramonjd committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b62e6f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a9ca0 View commit details
    Browse the repository at this point in the history
  5. Added i18n domain

    ramonjd committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ccd2ac4 View commit details
    Browse the repository at this point in the history