update kirby to v5 and add refresh cache panel view button
This commit is contained in:
commit
9a86d41254
466 changed files with 19960 additions and 10497 deletions
21
public/site/plugins/refresh-cache-button/composer.json
Executable file
21
public/site/plugins/refresh-cache-button/composer.json
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "adrienpayet/refresh-cache-button",
|
||||
"description": "A panel view buttons that allows to refresh the project or projects cache.",
|
||||
"license": "MIT",
|
||||
"type": "kirby-plugin",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Adrien Payet",
|
||||
"email": "adrien@studio-variable.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"getkirby/composer-installer": "^1.1"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue