Skip to content
Extraits de code Groupes Projets
Valider 749ec99f rédigé par JamesRezo's avatar JamesRezo :tada:
Parcourir les fichiers

docs: update README.md

parent 63441b95
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## Unreleased
## 0.8.0 - 2024-12-10
### Fixed
......
......@@ -6,7 +6,7 @@ Based on <https://getcomposer.org/doc/articles/plugins.md>
## Identified Composer Types
- `spip-classic`
- ~~`spip-classic`~~
- `spip-ecrire`
- `spip-prive`
- `spip-plugin`
......@@ -20,16 +20,20 @@ Based on <https://getcomposer.org/doc/articles/plugins.md>
- `extra.spip.template` goes to `./squelettes-dist`
- `extra.spip.extensions` go to `./plugins-dist`
- `extra.spip.back_office` go to `./ecrire`
- `extra.spip.private_template` go to `./prive`
```json
{
"extra": {
"spip": {
"back_office": "vendor/back-office",
"template": "vendor/default-template",
"extensions": [
"vendor1/plugin-dist-1",
"vendor2/plugin-dist-2"
]
],
"private_template": "vendor/private-template",
}
}
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter