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

Navigation: Add Post, Page, Category and Tag variations to Link #24670

Merged
merged 7 commits into from
Aug 26, 2020

Commits on Aug 25, 2020

  1. Navigation: Add Post, Page, Category and Tag variations to Link

    Adds Post, Page, Category and Tag variations to the Navigation Link
    block. Each variation sets the type attribute which in turn causes
    LinkControl to filter its results using the /wp/v2/search API's type and
    subtype params.
    noisysocks committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    13a44f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    fdd7c66 View commit details
    Browse the repository at this point in the history
  2. Navigation: Show 'Create post' or 'Create page' when appropriate

    - Display 'Create post' when inserting a Post Link.
    - Display 'Create page' when inserting a Link or a Page Link.
    - Only allow direct URL input when inserting a Link.
    noisysocks committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e8ca160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d6eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467ed27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bb7317 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29d03bb View commit details
    Browse the repository at this point in the history