mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
bd9f720a70
refs: https://github.com/TryGhost/Toolbox/issues/168 - Upgraded the remaining themes to be pinned to the canary API - This required one minor fix because the edit URL has changed for authors in v4/canary - I also ripped out everywhere that the theme ghost-api version was being pinned to canary, as this was unreliable and only happening in a few places - It's also going to be unnecessary code as soon as we finish changing to only having one API version
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"name": "members-test-theme",
|
|
"description": "A minimal theme for testing members behaviour",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"ghost-api": "canary"
|
|
},
|
|
"license": "MIT",
|
|
"config": {
|
|
"posts_per_page": 25
|
|
}
|
|
}
|