leowebguy / proper-name
Plugin intended to prevent biased, copyrighted and other non desired naming.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0
- craftcms/cms: ^4.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
README
Proper Name is a Craft CMS plugin intended to reduce liability and improve SEO by preventing biased (gender, ethnicity...), copyrighted (shutterstock, getty...) and other non desired naming.
Installation
composer require leowebguy/proper-name
On your Control Panel, go to Settings → Plugins → "Proper Name" → Install
Settings
Set words that you would prefer NOT to be used in assets naming.
Output error
Testing
If you have Codeception already setup, use the following command to symlink the plugin test file vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php
into tests/unit/
folder.
ln -s ../../vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php ./tests/unit/ProperNameTest.php;
Then run php vendor/bin/codecept run unit
from your root