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

Save Navigation Block data to a wp_navigation post type #35746

Merged
merged 24 commits into from
Oct 26, 2021

Commits on Oct 26, 2021

  1. Explore using a template part for the navigaiton block data

    Destructure attributes in nav block
    
    Add use of template part entity
    
    Move edit into a folder like the template part block
    
    Initial template part selection
    
    Render the template part inner blocks
    
    Fix visibility of UI when placeholders are visible
    
    Remove use of theme attribute
    
    Rework placeholder
    
    Revert "Remove use of theme attribute"
    
    This reverts commit 2adbdf7.
    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    cb0b436 View commit details
    Browse the repository at this point in the history
  2. Register custom post type

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    6496b22 View commit details
    Browse the repository at this point in the history
  3. Save data to a navigation post type

    Fix showing existing navigation post inner blocks
    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d3604b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87e2440 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4982df View commit details
    Browse the repository at this point in the history
  6. Fix direct insert

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3969042 View commit details
    Browse the repository at this point in the history
  7. Update List View feature

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0380f1e View commit details
    Browse the repository at this point in the history
  8. Add menu switcher

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1e752d7 View commit details
    Browse the repository at this point in the history
  9. Fix types

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f308a2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a408d68 View commit details
    Browse the repository at this point in the history
  11. Add menu naming

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    35765e8 View commit details
    Browse the repository at this point in the history
  12. Update PHP strings

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c7b5b55 View commit details
    Browse the repository at this point in the history
  13. Hide post editor view

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fba9170 View commit details
    Browse the repository at this point in the history
  14. Update more PHP strings

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d102434 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    57fc486 View commit details
    Browse the repository at this point in the history
  16. Add upgrade process

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    aa754f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    827d85e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eb49d80 View commit details
    Browse the repository at this point in the history
  19. Hide wp-admin CPT view again

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1e4342e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff6dd69 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2f73888 View commit details
    Browse the repository at this point in the history
  22. Skip e2e tests

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1e9270d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a49b424 View commit details
    Browse the repository at this point in the history
  24. Tidy up comment

    talldan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    63c685b View commit details
    Browse the repository at this point in the history