mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
4332546a56
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
203 B
JSON
9 lines
203 B
JSON
{
|
|
"name": "members-test-theme",
|
|
"description": "A minimal theme for testing members behaviour",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"config": {
|
|
"posts_per_page": 25
|
|
}
|
|
}
|