mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
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
9 lines
184 B
JSON
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
|
|
}
|
|
}
|