leowebguy/proper-name

This package is abandoned and no longer maintained. No replacement package was suggested.

Plugin intended to prevent biased, copyrighted and other non desired naming.

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:craft-plugin

1.0.3 2023-03-24 03:15 UTC

This package is auto-updated.

Last update: 2024-04-24 07:46:39 UTC


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.

Screenshot

Output error

Screenshot

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

Screenshot