première tentative d'export du body en md, pas très concluant

This commit is contained in:
antonin gallon 2025-12-10 14:54:12 +01:00
parent 8c8295b677
commit c4892e919c
16 changed files with 477 additions and 0 deletions

View 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
}
}
}