Changeset 1942189
- Timestamp:
- 09/16/2018 01:55:13 PM (8 years ago)
- File:
-
- 1 edited
-
secretary/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
secretary/trunk/readme.txt
r1699944 r1942189 3 3 Donate link: http://twitter.com/ChrisBAshton 4 4 Tags: secretary, quality, validate, check, qa, proofread 5 Tested up to: 4. 85 Tested up to: 4.9 6 6 Stable tag: trunk 7 7 License: GPLv3 … … 14 14 Users define their editorial rules in YAML (see Settings -> Secretary) according to a number of built-in rule functions. For example, Secretary can show a warning if you've forgotten to set a Featured Image for your post, by adding the `featured-image` rule to your YAML config. 15 15 16 Secretary comes with 7 different rules out of the box, but other plugins could in theory provide rules to Secretary by calling `SecretaryRules::register`.16 Secretary comes with a number of rules out of the box, but you can write your own custom plugins for Secretary by calling `SecretaryRules::register`. See example at https://github.com/ChrisBAshton/secretary-rule-gallery-at-top, and API documentation at https://github.com/ChrisBAshton/secretary. 17 17 18 18 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.