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

Post terms: Add prefix & suffix #40559

Merged
merged 4 commits into from
Apr 29, 2022

Commits on Apr 22, 2022

  1. Post terms: Add prefix & suffix

    Add prefix and suffix attributes to the post-terms block. These
    attributes are displayed inside the block div, immediately before and
    after the list. The attributes can be edited as rich text inside the
    block editor.
    
    Fixes #29909
    dsas committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b031694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba341a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Post terms: Wrap prefix & suffix in spans

    If the prefix or suffix attributes are provided, wrap them in spans with
    a classname.
    
    See #40559
    dsas committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    71866ca View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Post terms: Add missing closing span

    See #40559
    dsas committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c3054e9 View commit details
    Browse the repository at this point in the history