Font collection: add terms and conditions property#6153
Font collection: add terms and conditions property#6153matiasbenedetto wants to merge 1 commit intoWordPress:trunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
| * or a string containing the path or URL to a JSON file containing the font collection. | ||
| * @type array $categories Optional. Array of categories, each with a name and slug, that are used by the | ||
| * fonts in the collection. Default empty. | ||
| * @type string $terms_and_conditions Optional. The terms and conditions for using the font collection. Default empty. |
What?
Adds a terms_and_conditions property in the font collections.
Why?
Trac ticket: https://core.trac.wordpress.org/ticket/60593