première tentative d'export du body en md, pas très concluant
This commit is contained in:
parent
8c8295b677
commit
c4892e919c
16 changed files with 477 additions and 0 deletions
21
site/plugins/epub-export/composer.json
Normal file
21
site/plugins/epub-export/composer.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "studioVariable/epub",
|
||||
"description": "Kirby Example Plugin",
|
||||
"license": "MIT",
|
||||
"type": "kirby-plugin",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Studio Variable",
|
||||
"email": "contact@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