0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/utils/fixtures/themes/locale-theme/package.json
Hannah Wolfe 4332546a56
Removed theme engines API versioning concept
refs: https://github.com/TryGhost/Toolbox/issues/228

- we are getting rid of the concept of api versions from Ghost
- this means getting rid of them from the frontend as well, and from themes
2022-04-28 15:35:27 +01:00

9 lines
184 B
JSON

{
"name": "locale-theme",
"description": "A fake theme for testing locales.",
"version": "1.0.0",
"license": "MIT",
"config": {
"posts_per_page": 5
}
}