Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnymark committed Mar 10, 2023
1 parent 7f57bbd commit 429ffb1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Kirby 3 Route protect plugin

A [Kirby 3](https://getkirby.com) plugin, protecting users from creating page in conflict with routes.

**Version tested:** 3.9.0

## Installation

### Download

Download and copy this repository to `/site/plugins/kirby-route-protect`.

### Git submodule

git submodule add https://github.com/andreasnymark/kirby-route-protect.git site/plugins/kirby-route-protect

## Use

The plugin automatically picks up routes. You can add your own in **site/config/config.php**

‘andreasnymark.kirby-route-protect.slugs' => [ ‘protected-word' ],


## Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create [a new issue](issues/new).

## License

[MIT](https://opensource.org/licenses/MIT)

You are prohibited from using this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.


0 comments on commit 429ffb1

Please sign in to comment.