xypp / flarum-custom-hide-tags
Allow user select the tags they dont want to see.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:TypeScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
- flarum/tags: ^1.8
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2024-11-05 07:13:12 UTC
README
A Flarum extension. Allow user select the tags they don't want to see.
You need to configure permission in admin panel for which user can select tags.
Installation
Install with composer:
composer require xypp/flarum-custom-hide-tags:"*"
Updating
composer update xypp/flarum-custom-hide-tags:"*"
php flarum migrate
php flarum cache:clear