mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
ce567b9816
closes https://github.com/TryGhost/Team/issues/2526 - Mention emails can now be toggled inside staff user' profiles, if they have the webmention flag enabled on their Ghost site. - Removed the flag dedicated to webmention email notifications and is now handled by the `webmention` flag. - Does not send email notification if `webmention` flag is not enabled. - Updated tests. --------- Co-authored-by: Fabien "egg" O'Carroll <fabien@allou.is> |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Staff Service
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests