diff --git a/test/regression/api/canary/admin/db_spec.js b/test/regression/api/canary/admin/db_spec.js index a4353d2ef8..a056983699 100644 --- a/test/regression/api/canary/admin/db_spec.js +++ b/test/regression/api/canary/admin/db_spec.js @@ -240,7 +240,7 @@ describe('DB API', function () { const jsonResponse = res.body; should.exist(jsonResponse.db); should.exist(jsonResponse.problems); - jsonResponse.problems.should.have.length(3); + jsonResponse.problems.should.have.length(2); const res2 = await request.get(localUtils.API.getApiQuery('posts/')) .set('Origin', config.get('url')) diff --git a/test/utils/fixtures/export/README.md b/test/utils/fixtures/export/README.md index 9cf7467be5..a98912fb83 100644 --- a/test/utils/fixtures/export/README.md +++ b/test/utils/fixtures/export/README.md @@ -16,7 +16,7 @@ Steps to generate a new `vX_export.json` file: - `Fixture Ghosty` - Full name - {your_email}@ghost.org - Email address (I used naz@ghost.org as an example, this is to prevent spamming test@ghost.org) - Password - generate one (for example use 1Password to autofill it) -4. Go to Admin panels's labs page and download an export (/settings/lab page and "Export your content" section) +4. Go to Admin panels's labs page and download an export (`/settings/labs` page and "Export your content" section) 5. Format and rename exported data: `jq . testing-export-fixtures.ghost.2021-03-24-01-15-52.json > v3_export.json` (can use `vX_export.json` where X is a Ghost version number) 6. Copy the file into `/utils/fixtures/export` project folder by running e.g.: `cp ./v3_export.json ~/Ghost/test/fixtures/export/` 7. Replace email used during registration with a generic `test@ghost.org` can use following command `sed -i 's/naz@ghost.org/test@ghost.org/g' v3_export.json` (replace naz@ with an email you used and use appropriate json file name) diff --git a/test/utils/fixtures/export/v4_export.json b/test/utils/fixtures/export/v4_export.json index 812bc6101f..7b9d942915 100644 --- a/test/utils/fixtures/export/v4_export.json +++ b/test/utils/fixtures/export/v4_export.json @@ -1,3002 +1,4290 @@ { - "db": [ - { - "meta": { - "exported_on": 1613351347849, - "version": "4.0.0" - }, - "data": { - "actions": [ - { - "id": "6029c9a3a526f951dabea514", - "resource_id": "1", - "resource_type": "user", - "actor_id": "1", - "actor_type": "user", - "event": "edited", - "context": null, - "created_at": "2021-02-15T01:08:51.000Z" - } - ], - "api_keys": [], - "brute": [ - { - "key": "mXicDihx2jaDah6tVF663JguP33Y2ubKh/YjCQghpRE=", - "firstRequest": 1546430178928, - "lastRequest": 1546430178928, - "lifetime": 1546433778931, - "count": 1 - } - ], - "integrations": [], - "invites": [], - "members": [], - "migrations": [ - { - "id": 1, - "name": "1-create-tables.js", - "version": "init", - "currentVersion": "2.9" - }, - { - "id": 2, - "name": "2-create-fixtures.js", - "version": "init", - "currentVersion": "2.9" - }, - { - "id": 3, - "name": "1-post-excerpt.js", - "version": "1.3", - "currentVersion": "2.9" - }, - { - "id": 4, - "name": "1-codeinjection-post.js", - "version": "1.4", - "currentVersion": "2.9" - }, - { - "id": 5, - "name": "1-og-twitter-post.js", - "version": "1.5", - "currentVersion": "2.9" - }, - { - "id": 6, - "name": "1-add-backup-client.js", - "version": "1.7", - "currentVersion": "2.9" - }, - { - "id": 7, - "name": "1-add-permissions-redirect.js", - "version": "1.9", - "currentVersion": "2.9" - }, - { - "id": 8, - "name": "1-custom-template-post.js", - "version": "1.13", - "currentVersion": "2.9" - }, - { - "id": 9, - "name": "2-theme-permissions.js", - "version": "1.13", - "currentVersion": "2.9" - }, - { - "id": 10, - "name": "1-add-webhooks-table.js", - "version": "1.18", - "currentVersion": "2.9" - }, - { - "id": 11, - "name": "1-webhook-permissions.js", - "version": "1.19", - "currentVersion": "2.9" - }, - { - "id": 12, - "name": "1-remove-settings-keys.js", - "version": "1.20", - "currentVersion": "2.9" - }, - { - "id": 13, - "name": "1-add-contributor-role.js", - "version": "1.21", - "currentVersion": "2.9" - }, - { - "id": 14, - "name": "1-multiple-authors-DDL.js", - "version": "1.22", - "currentVersion": "2.9" - }, - { - "id": 15, - "name": "1-multiple-authors-DML.js", - "version": "1.22", - "currentVersion": "2.9" - }, - { - "id": 16, - "name": "1-update-koenig-beta-html.js", - "version": "1.25", - "currentVersion": "2.9" - }, - { - "id": 17, - "name": "2-demo-post.js", - "version": "1.25", - "currentVersion": "2.9" - }, - { - "id": 18, - "name": "1-rename-amp-column.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 19, - "name": "2-update-posts.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 20, - "name": "3-remove-koenig-labs.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 21, - "name": "4-permalink-setting.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 22, - "name": "5-remove-demo-post.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 23, - "name": "6-replace-fixture-posts.js", - "version": "2.0", - "currentVersion": "2.9" - }, - { - "id": 24, - "name": "1-add-sessions-table.js", - "version": "2.2", - "currentVersion": "2.9" - }, - { - "id": 25, - "name": "2-add-integrations-and-api-key-tables.js", - "version": "2.2", - "currentVersion": "2.9" - }, - { - "id": 26, - "name": "3-insert-admin-integration-role.js", - "version": "2.2", - "currentVersion": "2.9" - }, - { - "id": 27, - "name": "4-insert-integration-and-api-key-permissions.js", - "version": "2.2", - "currentVersion": "2.9" - }, - { - "id": 28, - "name": "5-add-mobiledoc-revisions-table.js", - "version": "2.2", - "currentVersion": "2.9" - }, - { - "id": 29, - "name": "1-add-webhook-columns.js", - "version": "2.3", - "currentVersion": "2.9" - }, - { - "id": 30, - "name": "2-add-webhook-edit-permission.js", - "version": "2.3", - "currentVersion": "2.9" - }, - { - "id": 31, - "name": "1-add-webhook-permission-roles.js", - "version": "2.6", - "currentVersion": "2.9" - }, - { - "id": 32, - "name": "1-add-members-table.js", - "version": "2.8", - "currentVersion": "2.9" - } - ], - "migrations_lock": [ - { - "lock_key": "km01", - "locked": 0, - "acquired_at": "2019-01-02T11:56:10.000Z", - "released_at": "2019-01-02T11:56:16.000Z" - } - ], - "mobiledoc_revisions": [], - "permissions": [ - { - "id": "5c2ca6dfe015a676161822fe", - "name": "Export database", - "object_type": "db", - "action_type": "exportContent", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822ff", - "name": "Import database", - "object_type": "db", - "action_type": "importContent", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182300", - "name": "Delete all content", - "object_type": "db", - "action_type": "deleteAllContent", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182301", - "name": "Send mail", - "object_type": "mail", - "action_type": "send", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182302", - "name": "Browse notifications", - "object_type": "notification", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182303", - "name": "Add notifications", - "object_type": "notification", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182304", - "name": "Delete notifications", - "object_type": "notification", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182305", - "name": "Browse posts", - "object_type": "post", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182306", - "name": "Read posts", - "object_type": "post", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182307", - "name": "Edit posts", - "object_type": "post", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182308", - "name": "Add posts", - "object_type": "post", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182309", - "name": "Delete posts", - "object_type": "post", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230a", - "name": "Browse settings", - "object_type": "setting", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230b", - "name": "Read settings", - "object_type": "setting", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230c", - "name": "Edit settings", - "object_type": "setting", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230d", - "name": "Generate slugs", - "object_type": "slug", - "action_type": "generate", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230e", - "name": "Browse tags", - "object_type": "tag", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618230f", - "name": "Read tags", - "object_type": "tag", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182310", - "name": "Edit tags", - "object_type": "tag", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182311", - "name": "Add tags", - "object_type": "tag", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182312", - "name": "Delete tags", - "object_type": "tag", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182313", - "name": "Browse themes", - "object_type": "theme", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182314", - "name": "Edit themes", - "object_type": "theme", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182315", - "name": "Activate themes", - "object_type": "theme", - "action_type": "activate", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182316", - "name": "Upload themes", - "object_type": "theme", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182317", - "name": "Download themes", - "object_type": "theme", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182318", - "name": "Delete themes", - "object_type": "theme", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182319", - "name": "Browse users", - "object_type": "user", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231a", - "name": "Read users", - "object_type": "user", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231b", - "name": "Edit users", - "object_type": "user", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231c", - "name": "Add users", - "object_type": "user", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231d", - "name": "Delete users", - "object_type": "user", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231e", - "name": "Assign a role", - "object_type": "role", - "action_type": "assign", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618231f", - "name": "Browse roles", - "object_type": "role", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182325", - "name": "Browse subscribers", - "object_type": "subscriber", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182326", - "name": "Read subscribers", - "object_type": "subscriber", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182327", - "name": "Edit subscribers", - "object_type": "subscriber", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182328", - "name": "Add subscribers", - "object_type": "subscriber", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182329", - "name": "Delete subscribers", - "object_type": "subscriber", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232a", - "name": "Browse invites", - "object_type": "invite", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232b", - "name": "Read invites", - "object_type": "invite", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232c", - "name": "Edit invites", - "object_type": "invite", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232d", - "name": "Add invites", - "object_type": "invite", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232e", - "name": "Delete invites", - "object_type": "invite", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618232f", - "name": "Download redirects", - "object_type": "redirect", - "action_type": "download", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182330", - "name": "Upload redirects", - "object_type": "redirect", - "action_type": "upload", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182331", - "name": "Add webhooks", - "object_type": "webhook", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182332", - "name": "Edit webhooks", - "object_type": "webhook", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182333", - "name": "Delete webhooks", - "object_type": "webhook", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182334", - "name": "Browse integrations", - "object_type": "integration", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182335", - "name": "Read integrations", - "object_type": "integration", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182336", - "name": "Edit integrations", - "object_type": "integration", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182337", - "name": "Add integrations", - "object_type": "integration", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182338", - "name": "Delete integrations", - "object_type": "integration", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a67616182339", - "name": "Browse API keys", - "object_type": "api_key", - "action_type": "browse", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618233a", - "name": "Read API keys", - "object_type": "api_key", - "action_type": "read", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618233b", - "name": "Edit API keys", - "object_type": "api_key", - "action_type": "edit", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618233c", - "name": "Add API keys", - "object_type": "api_key", - "action_type": "add", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a6761618233d", - "name": "Delete API keys", - "object_type": "api_key", - "action_type": "destroy", - "object_id": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - } - ], - "permissions_roles": [ - { - "id": "5c2ca6e0e015a6761618234d", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a676161822fe" - }, - { - "id": "5c2ca6e0e015a6761618234e", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a676161822ff" - }, - { - "id": "5c2ca6e0e015a6761618234f", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182300" - }, - { - "id": "5c2ca6e0e015a67616182350", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182301" - }, - { - "id": "5c2ca6e0e015a67616182351", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182302" - }, - { - "id": "5c2ca6e0e015a67616182352", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182303" - }, - { - "id": "5c2ca6e0e015a67616182353", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182304" - }, - { - "id": "5c2ca6e0e015a67616182354", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182305" - }, - { - "id": "5c2ca6e0e015a67616182355", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182306" - }, - { - "id": "5c2ca6e0e015a67616182356", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182307" - }, - { - "id": "5c2ca6e0e015a67616182357", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182308" - }, - { - "id": "5c2ca6e0e015a67616182358", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182309" - }, - { - "id": "5c2ca6e0e015a67616182359", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230a" - }, - { - "id": "5c2ca6e0e015a6761618235a", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230b" - }, - { - "id": "5c2ca6e0e015a6761618235b", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230c" - }, - { - "id": "5c2ca6e0e015a6761618235c", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230d" - }, - { - "id": "5c2ca6e0e015a6761618235d", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230e" - }, - { - "id": "5c2ca6e0e015a6761618235e", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618230f" - }, - { - "id": "5c2ca6e0e015a6761618235f", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182310" - }, - { - "id": "5c2ca6e0e015a67616182360", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182311" - }, - { - "id": "5c2ca6e0e015a67616182361", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182312" - }, - { - "id": "5c2ca6e0e015a67616182362", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182313" - }, - { - "id": "5c2ca6e0e015a67616182363", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182314" - }, - { - "id": "5c2ca6e0e015a67616182364", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182315" - }, - { - "id": "5c2ca6e0e015a67616182365", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182316" - }, - { - "id": "5c2ca6e0e015a67616182366", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182317" - }, - { - "id": "5c2ca6e0e015a67616182367", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182318" - }, - { - "id": "5c2ca6e0e015a67616182368", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182319" - }, - { - "id": "5c2ca6e0e015a67616182369", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231a" - }, - { - "id": "5c2ca6e0e015a6761618236a", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231b" - }, - { - "id": "5c2ca6e0e015a6761618236b", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231c" - }, - { - "id": "5c2ca6e0e015a6761618236c", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231d" - }, - { - "id": "5c2ca6e0e015a6761618236d", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231e" - }, - { - "id": "5c2ca6e0e015a6761618236e", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618231f" - }, - { - "id": "5c2ca6e0e015a6761618236f", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182320" - }, - { - "id": "5c2ca6e0e015a67616182370", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182321" - }, - { - "id": "5c2ca6e0e015a67616182371", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182322" - }, - { - "id": "5c2ca6e0e015a67616182372", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182323" - }, - { - "id": "5c2ca6e0e015a67616182373", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182324" - }, - { - "id": "5c2ca6e0e015a67616182374", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182325" - }, - { - "id": "5c2ca6e0e015a67616182375", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182326" - }, - { - "id": "5c2ca6e0e015a67616182376", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182327" - }, - { - "id": "5c2ca6e0e015a67616182377", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182328" - }, - { - "id": "5c2ca6e0e015a67616182378", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182329" - }, - { - "id": "5c2ca6e0e015a67616182379", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232a" - }, - { - "id": "5c2ca6e0e015a6761618237a", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232b" - }, - { - "id": "5c2ca6e0e015a6761618237b", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232c" - }, - { - "id": "5c2ca6e0e015a6761618237c", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232d" - }, - { - "id": "5c2ca6e0e015a6761618237d", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232e" - }, - { - "id": "5c2ca6e0e015a6761618237e", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618232f" - }, - { - "id": "5c2ca6e0e015a6761618237f", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182330" - }, - { - "id": "5c2ca6e0e015a67616182380", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182331" - }, - { - "id": "5c2ca6e0e015a67616182381", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182332" - }, - { - "id": "5c2ca6e0e015a67616182382", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182333" - }, - { - "id": "5c2ca6e0e015a67616182383", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182334" - }, - { - "id": "5c2ca6e0e015a67616182384", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182335" - }, - { - "id": "5c2ca6e0e015a67616182385", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182336" - }, - { - "id": "5c2ca6e0e015a67616182386", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182337" - }, - { - "id": "5c2ca6e0e015a67616182387", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182338" - }, - { - "id": "5c2ca6e0e015a67616182388", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a67616182339" - }, - { - "id": "5c2ca6e0e015a67616182389", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618233a" - }, - { - "id": "5c2ca6e0e015a6761618238a", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618233b" - }, - { - "id": "5c2ca6e0e015a6761618238b", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618233c" - }, - { - "id": "5c2ca6e0e015a6761618238c", - "role_id": "5c2ca6dfe015a676161822f8", - "permission_id": "5c2ca6dfe015a6761618233d" - }, - { - "id": "5c2ca6e0e015a6761618238d", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182301" - }, - { - "id": "5c2ca6e0e015a6761618238e", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182302" - }, - { - "id": "5c2ca6e0e015a6761618238f", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182303" - }, - { - "id": "5c2ca6e0e015a67616182390", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182304" - }, - { - "id": "5c2ca6e0e015a67616182391", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182305" - }, - { - "id": "5c2ca6e0e015a67616182392", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182306" - }, - { - "id": "5c2ca6e0e015a67616182393", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182307" - }, - { - "id": "5c2ca6e0e015a67616182394", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182308" - }, - { - "id": "5c2ca6e0e015a67616182395", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182309" - }, - { - "id": "5c2ca6e0e015a67616182396", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230a" - }, - { - "id": "5c2ca6e0e015a67616182397", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230b" - }, - { - "id": "5c2ca6e0e015a67616182398", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230c" - }, - { - "id": "5c2ca6e0e015a67616182399", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230d" - }, - { - "id": "5c2ca6e0e015a6761618239a", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230e" - }, - { - "id": "5c2ca6e0e015a6761618239b", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618230f" - }, - { - "id": "5c2ca6e0e015a6761618239c", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182310" - }, - { - "id": "5c2ca6e0e015a6761618239d", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182311" - }, - { - "id": "5c2ca6e0e015a6761618239e", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182312" - }, - { - "id": "5c2ca6e0e015a6761618239f", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182313" - }, - { - "id": "5c2ca6e0e015a676161823a0", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182314" - }, - { - "id": "5c2ca6e0e015a676161823a1", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182315" - }, - { - "id": "5c2ca6e0e015a676161823a2", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182316" - }, - { - "id": "5c2ca6e0e015a676161823a3", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182317" - }, - { - "id": "5c2ca6e0e015a676161823a4", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182318" - }, - { - "id": "5c2ca6e0e015a676161823a5", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182319" - }, - { - "id": "5c2ca6e0e015a676161823a6", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231a" - }, - { - "id": "5c2ca6e0e015a676161823a7", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231b" - }, - { - "id": "5c2ca6e0e015a676161823a8", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231c" - }, - { - "id": "5c2ca6e0e015a676161823a9", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231d" - }, - { - "id": "5c2ca6e0e015a676161823aa", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231e" - }, - { - "id": "5c2ca6e0e015a676161823ab", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618231f" - }, - { - "id": "5c2ca6e0e015a676161823ac", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182320" - }, - { - "id": "5c2ca6e0e015a676161823ad", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182321" - }, - { - "id": "5c2ca6e0e015a676161823ae", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182322" - }, - { - "id": "5c2ca6e0e015a676161823af", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182323" - }, - { - "id": "5c2ca6e0e015a676161823b0", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182324" - }, - { - "id": "5c2ca6e0e015a676161823b1", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182325" - }, - { - "id": "5c2ca6e0e015a676161823b2", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182326" - }, - { - "id": "5c2ca6e0e015a676161823b3", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182327" - }, - { - "id": "5c2ca6e0e015a676161823b4", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182328" - }, - { - "id": "5c2ca6e0e015a676161823b5", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182329" - }, - { - "id": "5c2ca6e0e015a676161823b6", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232a" - }, - { - "id": "5c2ca6e0e015a676161823b7", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232b" - }, - { - "id": "5c2ca6e0e015a676161823b8", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232c" - }, - { - "id": "5c2ca6e0e015a676161823b9", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232d" - }, - { - "id": "5c2ca6e0e015a676161823ba", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232e" - }, - { - "id": "5c2ca6e0e015a676161823bb", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a6761618232f" - }, - { - "id": "5c2ca6e0e015a676161823bc", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182330" - }, - { - "id": "5c2ca6e0e015a676161823bd", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182331" - }, - { - "id": "5c2ca6e0e015a676161823be", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182332" - }, - { - "id": "5c2ca6e0e015a676161823bf", - "role_id": "5c2ca6dfe015a676161822fd", - "permission_id": "5c2ca6dfe015a67616182333" - }, - { - "id": "5c2ca6e0e015a676161823c0", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182305" - }, - { - "id": "5c2ca6e0e015a676161823c1", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182306" - }, - { - "id": "5c2ca6e0e015a676161823c2", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182307" - }, - { - "id": "5c2ca6e0e015a676161823c3", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182308" - }, - { - "id": "5c2ca6e0e015a676161823c4", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182309" - }, - { - "id": "5c2ca6e0e015a676161823c5", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618230a" - }, - { - "id": "5c2ca6e0e015a676161823c6", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618230b" - }, - { - "id": "5c2ca6e0e015a676161823c7", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618230d" - }, - { - "id": "5c2ca6e0e015a676161823c8", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618230e" - }, - { - "id": "5c2ca6e0e015a676161823c9", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618230f" - }, - { - "id": "5c2ca6e0e015a676161823ca", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182310" - }, - { - "id": "5c2ca6e0e015a676161823cb", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182311" - }, - { - "id": "5c2ca6e0e015a676161823cc", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182312" - }, - { - "id": "5c2ca6e0e015a676161823cd", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182319" - }, - { - "id": "5c2ca6e0e015a676161823ce", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231a" - }, - { - "id": "5c2ca6e0e015a676161823cf", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231b" - }, - { - "id": "5c2ca6e0e015a676161823d0", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231c" - }, - { - "id": "5c2ca6e0e015a676161823d1", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231d" - }, - { - "id": "5c2ca6e0e015a676161823d2", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231e" - }, - { - "id": "5c2ca6e0e015a676161823d3", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618231f" - }, - { - "id": "5c2ca6e0e015a676161823d4", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182320" - }, - { - "id": "5c2ca6e0e015a676161823d5", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182321" - }, - { - "id": "5c2ca6e0e015a676161823d6", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182322" - }, - { - "id": "5c2ca6e0e015a676161823d7", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182323" - }, - { - "id": "5c2ca6e0e015a676161823d8", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182324" - }, - { - "id": "5c2ca6e0e015a676161823d9", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182328" - }, - { - "id": "5c2ca6e0e015a676161823da", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618232a" - }, - { - "id": "5c2ca6e0e015a676161823db", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618232b" - }, - { - "id": "5c2ca6e0e015a676161823dc", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618232c" - }, - { - "id": "5c2ca6e0e015a676161823dd", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618232d" - }, - { - "id": "5c2ca6e0e015a676161823de", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a6761618232e" - }, - { - "id": "5c2ca6e0e015a676161823df", - "role_id": "5c2ca6dfe015a676161822f9", - "permission_id": "5c2ca6dfe015a67616182313" - }, - { - "id": "5c2ca6e0e015a676161823e0", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182305" - }, - { - "id": "5c2ca6e0e015a676161823e1", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182306" - }, - { - "id": "5c2ca6e0e015a676161823e2", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182308" - }, - { - "id": "5c2ca6e0e015a676161823e3", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618230a" - }, - { - "id": "5c2ca6e0e015a676161823e4", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618230b" - }, - { - "id": "5c2ca6e0e015a676161823e5", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618230d" - }, - { - "id": "5c2ca6e0e015a676161823e6", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618230e" - }, - { - "id": "5c2ca6e0e015a676161823e7", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618230f" - }, - { - "id": "5c2ca6e0e015a676161823e8", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182311" - }, - { - "id": "5c2ca6e0e015a676161823e9", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182319" - }, - { - "id": "5c2ca6e0e015a676161823ea", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618231a" - }, - { - "id": "5c2ca6e0e015a676161823eb", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a6761618231f" - }, - { - "id": "5c2ca6e0e015a676161823ec", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182320" - }, - { - "id": "5c2ca6e0e015a676161823ed", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182321" - }, - { - "id": "5c2ca6e0e015a676161823ee", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182322" - }, - { - "id": "5c2ca6e0e015a676161823ef", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182323" - }, - { - "id": "5c2ca6e0e015a676161823f0", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182324" - }, - { - "id": "5c2ca6e0e015a676161823f1", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182328" - }, - { - "id": "5c2ca6e0e015a676161823f2", - "role_id": "5c2ca6dfe015a676161822fa", - "permission_id": "5c2ca6dfe015a67616182313" - }, - { - "id": "5c2ca6e0e015a676161823f3", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182305" - }, - { - "id": "5c2ca6e0e015a676161823f4", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182306" - }, - { - "id": "5c2ca6e0e015a676161823f5", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182308" - }, - { - "id": "5c2ca6e0e015a676161823f6", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618230a" - }, - { - "id": "5c2ca6e0e015a676161823f7", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618230b" - }, - { - "id": "5c2ca6e0e015a676161823f8", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618230d" - }, - { - "id": "5c2ca6e0e015a676161823f9", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618230e" - }, - { - "id": "5c2ca6e0e015a676161823fa", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618230f" - }, - { - "id": "5c2ca6e0e015a676161823fb", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182319" - }, - { - "id": "5c2ca6e0e015a676161823fc", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618231a" - }, - { - "id": "5c2ca6e0e015a676161823fd", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a6761618231f" - }, - { - "id": "5c2ca6e0e015a676161823fe", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182320" - }, - { - "id": "5c2ca6e0e015a676161823ff", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182321" - }, - { - "id": "5c2ca6e0e015a67616182400", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182322" - }, - { - "id": "5c2ca6e0e015a67616182401", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182323" - }, - { - "id": "5c2ca6e0e015a67616182402", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182324" - }, - { - "id": "5c2ca6e0e015a67616182403", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182328" - }, - { - "id": "5c2ca6e0e015a67616182404", - "role_id": "5c2ca6dfe015a676161822fb", - "permission_id": "5c2ca6dfe015a67616182313" - } - ], - "permissions_users": [], - "posts": [ - { - "id": "5c2ca6dfe015a6761618233f", - "uuid": "4bcae678-0c29-4f70-8395-f63ae5f4fa91", - "title": "Creating a custom theme", - "slug": "themes", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v1.0.0/images/marketplace.jpg\",\"caption\":\"Anyone can write a completely custom Ghost theme with some solid knowledge of HTML and CSS\"}]],\"markups\":[[\"a\",[\"href\",\"https://ghost.org/marketplace/\"]],[\"code\"],[\"a\",[\"href\",\"https://github.com/TryGhost/Casper\"]],[\"a\",[\"href\",\"https://ghost.org/docs/themes/\"]],[\"strong\"],[\"a\",[\"href\",\"https://forum.ghost.org/c/themes\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be adapted for most purposes. However, Ghost can also be completely themed to suit your needs. Rather than just giving you a few basic settings which act as a poor proxy for code, we just let you write code.\"]]],[1,\"p\",[[0,[],0,\"There are a huge range of both free and premium pre-built themes which you can get from the \"],[0,[0],1,\"Ghost Theme Marketplace\"],[0,[],0,\", or you can create your own from scratch.\"]]],[10,0],[1,\"p\",[[0,[],0,\"Ghost themes are written with a templating language called handlebars, which has a set of dynamic helpers to insert your data into template files. For example: \"],[0,[1],1,\"{{author.name}}\"],[0,[],0,\" outputs the name of the current author.\"]]],[1,\"p\",[[0,[],0,\"The best way to learn how to write your own Ghost theme is to have a look at \"],[0,[2],1,\"the source code for Casper\"],[0,[],0,\", which is heavily commented and should give you a sense of how everything fits together.\"]]],[3,\"ul\",[[[0,[1],1,\"default.hbs\"],[0,[],0,\" is the main template file, all contexts will load inside this file unless specifically told to use a different template.\"]],[[0,[1],1,\"post.hbs\"],[0,[],0,\" is the file used in the context of viewing a post.\"]],[[0,[1],1,\"index.hbs\"],[0,[],0,\" is the file used in the context of viewing the home page.\"]],[[0,[],0,\"and so on\"]]]],[1,\"p\",[[0,[],0,\"We've got \"],[0,[3],1,\"full and extensive theme documentation\"],[0,[],0,\" which outlines every template file, context and helper that you can use.\"]]],[1,\"p\",[[0,[],0,\"If you want to chat with other people making Ghost themes to get any advice or help, there's also a \"],[0,[4],1,\"themes\"],[0,[],0,\" section on our \"],[0,[5],1,\"public Ghost forum\"],[0,[],0,\".\"]]]]}", - "html": "

Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be adapted for most purposes. However, Ghost can also be completely themed to suit your needs. Rather than just giving you a few basic settings which act as a poor proxy for code, we just let you write code.

There are a huge range of both free and premium pre-built themes which you can get from the Ghost Theme Marketplace, or you can create your own from scratch.

Anyone can write a completely custom Ghost theme with some solid knowledge of HTML and CSS

Ghost themes are written with a templating language called handlebars, which has a set of dynamic helpers to insert your data into template files. For example: {{author.name}} outputs the name of the current author.

The best way to learn how to write your own Ghost theme is to have a look at the source code for Casper, which is heavily commented and should give you a sense of how everything fits together.

We've got full and extensive theme documentation which outlines every template file, context and helper that you can use.

If you want to chat with other people making Ghost themes to get any advice or help, there's also a themes section on our public Ghost forum.

", - "comment_id": "5c2ca6dfe015a6761618233f", - "plaintext": "Ghost comes with a beautiful default theme called Casper, which is designed to\nbe a clean, readable publication layout and can be adapted for most purposes.\nHowever, Ghost can also be completely themed to suit your needs. Rather than\njust giving you a few basic settings which act as a poor proxy for code, we just\nlet you write code.\n\nThere are a huge range of both free and premium pre-built themes which you can\nget from the Ghost Theme Marketplace [https://ghost.org/marketplace/], or you can\ncreate your own from scratch.\n\nAnyone can write a completely custom Ghost theme with some solid knowledge of\nHTML and CSSGhost themes are written with a templating language called\nhandlebars, which has a set of dynamic helpers to insert your data into template\nfiles. For example: {{author.name}} outputs the name of the current author.\n\nThe best way to learn how to write your own Ghost theme is to have a look at \nthe\nsource code for Casper [https://github.com/TryGhost/Casper], which is heavily\ncommented and should give you a sense of how everything fits together.\n\n * default.hbs is the main template file, all contexts will load inside this\n file unless specifically told to use a different template.\n * post.hbs is the file used in the context of viewing a post.\n * index.hbs is the file used in the context of viewing the home page.\n * and so on\n\nWe've got full and extensive theme documentation\n[https://ghost.org/docs/themes/] which outlines every template file,\ncontext and helper that you can use.\n\nIf you want to chat with other people making Ghost themes to get any advice or\nhelp, there's also a themes section on our public Ghost forum\n[https://forum.ghost.org/c/themes].", - "feature_image": "https://static.ghost.org/v2.0.0/images/creating-a-custom-theme.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:15.000Z", - "published_by": "1", - "custom_excerpt": "Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be easily adapted for most purposes.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6dfe015a67616182341", - "uuid": "d8694730-91c5-4c0f-b38e-674af8c0135f", - "title": "Apps & integrations", - "slug": "apps-integrations", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"markdown\",{\"markdown\":\"\\n\"}]],\"markups\":[[\"a\",[\"href\",\"https://zapier.com\"]],[\"strong\"],[\"a\",[\"href\",\"https://ghost.org/docs/themes/\"]],[\"em\"],[\"a\",[\"href\",\"https://ghost.org/integrations/disqus/\"]],[\"a\",[\"href\",\"https://ghost.org/integrations/discourse/\"]],[\"a\",[\"href\",\"https://ghost.org/integrations/\"]],[\"a\",[\"href\",\"https://prismjs.com/\"]],[\"a\",[\"href\",\"https://www.google.com/forms/\"]],[\"a\",[\"href\",\"https://www.typeform.com/\"]],[\"a\",[\"href\",\"https://ghost.org/docs/content-api/\"]],[\"a\",[\"href\",\"/themes/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.\"]]],[1,\"h1\",[[0,[],0,\"Zapier\"]]],[1,\"p\",[[0,[],0,\"You can connect your Ghost site to over 1,000 external services using the official integration with \"],[0,[0],1,\"Zapier\"],[0,[],0,\".\"]]],[1,\"p\",[[0,[],0,\"Zapier sets up automations with Triggers and Actions, which allows you to create and customise a wide range of connected applications.\"]]],[1,\"blockquote\",[[0,[1],1,\"Example\"],[0,[],0,\": When someone new subscribes to a newsletter on a Ghost site (Trigger) then the contact information is automatically pushed into MailChimp (Action).\"]]],[1,\"p\",[[0,[1],1,\"Here are the most popular Ghost<>Zapier automation templates:\"],[0,[],0,\" \"]]],[10,0],[1,\"h1\",[[0,[],0,\"Editing your theme\"]]],[1,\"p\",[[0,[],0,\"One of the biggest advantages of using Ghost over centralised platforms is that you have total control over the front end of your site. Either customise your existing theme, or create a new theme from scratch with our \"],[0,[2],1,\"Theme SDK\"],[0,[],0,\". \"]]],[1,\"p\",[[0,[],0,\"You can integrate \"],[0,[3],1,\"any\"],[0,[],0,\" front end code into a Ghost theme without restriction, and it will work just fine. No restrictions!\"]]],[1,\"p\",[[0,[1],1,\"Here are some common examples\"],[0,[],0,\":\"]]],[3,\"ul\",[[[0,[],0,\"Include comments on a Ghost blog with \"],[0,[4],1,\"Disqus\"],[0,[],0,\" or \"],[0,[5],1,\"Discourse\"]],[[0,[],0,\"Implement \"],[0,[6],1,\"MathJAX\"],[0,[],0,\" with a little bit of JavaScript\"]],[[0,[],0,\"Add syntax highlighting to your code snippets using \"],[0,[7],1,\"Prism.js\"]],[[0,[],0,\"Integrate any dynamic forms from \"],[0,[8],1,\"Google\"],[0,[],0,\" or \"],[0,[9],1,\"Typeform\"],[0,[],0,\" to capture data\"]],[[0,[],0,\"Just about anything which uses JavaScript, APIs and Markup.\"]]]],[1,\"h1\",[[0,[],0,\"Using the Public API\"]]],[1,\"p\",[[0,[],0,\"Ghost itself is driven by a set of core APIs, and so you can access the Public Ghost JSON API from external webpages or applications in order to pull data and display it in other places.\"]]],[1,\"blockquote\",[[0,[],0,\"The Ghost API is \"],[0,[10],1,\"thoroughly documented\"],[0,[],0,\" and straightforward to work with for developers of almost any level. \"]]],[1,\"p\",[[0,[],0,\"Alright, the last post in our welcome-series! If you're curious about creating your own Ghost theme from scratch, here are \"],[0,[11],1,\"some more details\"],[0,[],0,\" on how that works.\"]]]]}", - "html": "

There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.

Zapier

You can connect your Ghost site to over 1,000 external services using the official integration with Zapier.

Zapier sets up automations with Triggers and Actions, which allows you to create and customise a wide range of connected applications.

Example: When someone new subscribes to a newsletter on a Ghost site (Trigger) then the contact information is automatically pushed into MailChimp (Action).

Here are the most popular Ghost<>Zapier automation templates:

\n

Editing your theme

One of the biggest advantages of using Ghost over centralised platforms is that you have total control over the front end of your site. Either customise your existing theme, or create a new theme from scratch with our Theme SDK.

You can integrate any front end code into a Ghost theme without restriction, and it will work just fine. No restrictions!

Here are some common examples:

Using the Public API

Ghost itself is driven by a set of core APIs, and so you can access the Public Ghost JSON API from external webpages or applications in order to pull data and display it in other places.

The Ghost API is thoroughly documented and straightforward to work with for developers of almost any level.

Alright, the last post in our welcome-series! If you're curious about creating your own Ghost theme from scratch, here are some more details on how that works.

", - "comment_id": "5c2ca6dfe015a67616182341", - "plaintext": "There are three primary ways to work with third-party services in Ghost: using\nZapier, editing your theme, or using the Ghost API.\n\nZapier\nYou can connect your Ghost site to over 1,000 external services using the\nofficial integration with Zapier [https://zapier.com].\n\nZapier sets up automations with Triggers and Actions, which allows you to create\nand customise a wide range of connected applications.\n\nExample: When someone new subscribes to a newsletter on a Ghost site (Trigger)\nthen the contact information is automatically pushed into MailChimp (Action).\nHere are the most popular Ghost<>Zapier automation templates: \n\nEditing your theme\nOne of the biggest advantages of using Ghost over centralised platforms is that\nyou have total control over the front end of your site. Either customise your\nexisting theme, or create a new theme from scratch with our Theme SDK\n[https://ghost.org/docs/themes/]. \n\nYou can integrate any front end code into a Ghost theme without restriction,\nand it will work just fine. No restrictions!\n\nHere are some common examples:\n\n * Include comments on a Ghost blog with Disqus\n [https://ghost.org/integrations/disqus/] or Discourse\n [https://ghost.org/integrations/discourse/]\n * Implement MathJAX [https://ghost.org/integrations/] with a little\n bit of JavaScript\n * Add syntax highlighting to your code snippets using Prism.js\n [https://prismjs.com/]\n * Integrate any dynamic forms from Google [https://www.google.com/forms/] or \n Typeform [https://www.typeform.com/] to capture data\n * Just about anything which uses JavaScript, APIs and Markup.\n\nUsing the Public API\nGhost itself is driven by a set of core APIs, and so you can access the Public\nGhost JSON API from external webpages or applications in order to pull data and\ndisplay it in other places.\n\nThe Ghost API is thoroughly documented [https://ghost.org/docs/content-api/] and\nstraightforward to work with for developers of almost any level. Alright, the\nlast post in our welcome-series! If you're curious about creating your own Ghost\ntheme from scratch, here are some more details [/themes/] on how that works.", - "feature_image": "https://static.ghost.org/v2.0.0/images/app-integrations.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:16.000Z", - "published_by": "1", - "custom_excerpt": "There are three primary ways to work with third-party services in Ghost: using Zapier, editing your theme, or using the Ghost API.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6dfe015a67616182343", - "uuid": "71b5ca8d-17ce-4cd8-b843-01f0b2d041b5", - "title": "Organising your content", - "slug": "organising-content", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[[\"soft-return\",\"\",{}]],\"cards\":[],\"markups\":[[\"strong\"],[\"code\"],[\"em\"],[\"a\",[\"href\",\"https://ghost.org/docs/themes/\"]],[\"a\",[\"href\",\"http://yaml.org/spec/1.2/spec.html\",\"rel\",\"noreferrer nofollow noopener\"]],[\"a\",[\"href\",\"https://ghost.org/docs/themes/routing/\"]],[\"a\",[\"href\",\"/apps-integrations/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"Ghost has a flexible organisational taxonomy called\"],[0,[0],1,\" tags\"],[0,[],0,\" which can be used to configure your site structure using \"],[0,[0],1,\"dynamic routing\"],[0,[],0,\". \"]]],[1,\"h1\",[[0,[],0,\"Basic Tagging\"]]],[1,\"p\",[[0,[],0,\"You can think of tags like Gmail labels. By tagging posts with one or more keyword, you can organise articles into buckets of related content.\"]]],[1,\"p\",[[0,[],0,\"When you create content for your publication you can assign tags to help differentiate between categories of content. \"]]],[1,\"p\",[[0,[],0,\"For example you may tag some content with News and other content with Podcast, which would create two distinct categories of content listed on \"],[0,[1],1,\"/tag/news/\"],[0,[],0,\" and \"],[0,[1],1,\"/tag/weather/\"],[0,[],0,\", respectively.\"]]],[1,\"p\",[[0,[],0,\"If you tag a post with both \"],[0,[1],1,\"News\"],[0,[],0,\" \"],[0,[2],1,\"and\"],[0,[],0,\" \"],[0,[1],1,\"Weather\"],[0,[],0,\" - then it appears in both sections. Tag archives are like dedicated home-pages for each category of content that you have. They have their own pages, their own RSS feeds, and can support their own cover images and meta data.\"]]],[1,\"h1\",[[0,[],0,\"The primary tag\"]]],[1,\"p\",[[0,[],0,\"Inside the Ghost editor, you can drag and drop tags into a specific order. The first tag in the list is always given the most importance, and some themes will only display the primary tag (the first tag in the list) by default. \"]]],[1,\"blockquote\",[[0,[2,0],1,\"News\"],[0,[],1,\", Technology, Startup\"]]],[1,\"p\",[[0,[],0,\"So you can add the most important tag which you want to show up in your theme, but also add related tags which are less important.\"]]],[1,\"h1\",[[0,[],0,\"Private tags\"]]],[1,\"p\",[[0,[],0,\"Sometimes you may want to assign a post a specific tag, but you don't necessarily want that tag appearing in the theme or creating an archive page. In Ghost, hashtags are private and can be used for special styling.\"]]],[1,\"p\",[[0,[],0,\"For example, if you sometimes publish posts with video content - you might want your theme to adapt and get rid of the sidebar for these posts, to give more space for an embedded video to fill the screen. In this case, you could use private tags to tell your theme what to do.\"]]],[1,\"blockquote\",[[0,[2,0],1,\"News\"],[0,[],1,\", #video\"]]],[1,\"p\",[[0,[],0,\"Here, the theme would assign the post publicly displayed tags of News - but it would also keep a private record of the post being tagged with #video. In your theme, you could then look for private tags conditionally and give them special formatting. \"]]],[1,\"blockquote\",[[0,[2],0,\"You can find documentation for theme development techniques like this and many more over on Ghost's extensive \"],[0,[3],1,\"theme documentation\"],[0,[],1,\".\"]]],[1,\"h1\",[[0,[],0,\"Dynamic Routing\"]]],[1,\"p\",[[0,[],0,\"Dynamic routing gives you the ultimate freedom to build a custom publication to suit your needs. Routes are rules that map URL patterns to your content and templates. \"]]],[1,\"p\",[[0,[],0,\"For example, you may not want content tagged with \"],[0,[1],1,\"News\"],[0,[],0,\" to exist on: \"],[0,[1],1,\"example.com/tag/news\"],[0,[],0,\". Instead, you want it to exist on \"],[0,[1],1,\"example.com/news\"],[0,[],0,\" . \"]]],[1,\"p\",[[0,[],0,\"In this case you can use dynamic routes to create customised collections of content on your site. It's also possible to use multiple templates in your theme to render each content type differently.\"]]],[1,\"p\",[[0,[],0,\"There are lots of use cases for dynamic routing with Ghost, here are a few common examples: \"]]],[3,\"ul\",[[[0,[],0,\"Setting a custom home page with its own template\"]],[[0,[],0,\"Having separate content hubs for blog and podcast, that render differently, and have custom RSS feeds to support two types of content\"]],[[0,[],0,\"Creating a founders column as a unique view, by filtering content created by specific authors\"]],[[0,[],0,\"Including dates in permalinks for your posts\"]],[[0,[],0,\"Setting posts to have a URL relative to their primary tag like \"],[0,[1],1,\"example.com/europe/story-title/\"],[1,[],0,0]]]],[1,\"blockquote\",[[0,[2],0,\"Dynamic routing can be configured in Ghost using \"],[0,[4],1,\"YAML\"],[0,[],0,\" files. Read our dynamic routing \"],[0,[5],1,\"documentation\"],[0,[],1,\" for further details.\"]]],[1,\"p\",[[0,[],0,\"You can further customise your site using \"],[0,[6],1,\"Apps & Integrations\"],[0,[],0,\".\"]]]]}", - "html": "

Ghost has a flexible organisational taxonomy called tags which can be used to configure your site structure using dynamic routing.

Basic Tagging

You can think of tags like Gmail labels. By tagging posts with one or more keyword, you can organise articles into buckets of related content.

When you create content for your publication you can assign tags to help differentiate between categories of content.

For example you may tag some content with  News and other content with Podcast, which would create two distinct categories of content listed on /tag/news/ and /tag/weather/, respectively.

If you tag a post with both News and Weather - then it appears in both sections. Tag archives are like dedicated home-pages for each category of content that you have. They have their own pages, their own RSS feeds, and can support their own cover images and meta data.

The primary tag

Inside the Ghost editor, you can drag and drop tags into a specific order. The first tag in the list is always given the most importance, and some themes will only display the primary tag (the first tag in the list) by default.

News, Technology, Startup

So you can add the most important tag which you want to show up in your theme, but also add related tags which are less important.

Private tags

Sometimes you may want to assign a post a specific tag, but you don't necessarily want that tag appearing in the theme or creating an archive page. In Ghost, hashtags are private and can be used for special styling.

For example, if you sometimes publish posts with video content - you might want your theme to adapt and get rid of the sidebar for these posts, to give more space for an embedded video to fill the screen. In this case, you could use private tags to tell your theme what to do.

News, #video

Here, the theme would assign the post publicly displayed tags of News - but it would also keep a private record of the post being tagged with #video. In your theme, you could then look for private tags conditionally and give them special formatting.

You can find documentation for theme development techniques like this and many more over on Ghost's extensive theme documentation.

Dynamic Routing

Dynamic routing gives you the ultimate freedom to build a custom publication to suit your needs. Routes are rules that map URL patterns to your content and templates.

For example, you may not want content tagged with News to exist on: example.com/tag/news. Instead, you want it to exist on example.com/news .

In this case you can use dynamic routes to create customised collections of content on your site. It's also possible to use multiple templates in your theme to render each content type differently.

There are lots of use cases for dynamic routing with Ghost, here are a few common examples:

Dynamic routing can be configured in Ghost using YAML files. Read our dynamic routing documentation for further details.

You can further customise your site using Apps & Integrations.

", - "comment_id": "5c2ca6dfe015a67616182343", - "plaintext": "Ghost has a flexible organisational taxonomy called tags which can be used to\nconfigure your site structure using dynamic routing. \n\nBasic Tagging\nYou can think of tags like Gmail labels. By tagging posts with one or more\nkeyword, you can organise articles into buckets of related content.\n\nWhen you create content for your publication you can assign tags to help\ndifferentiate between categories of content. \n\nFor example you may tag some content with  News and other content with Podcast,\nwhich would create two distinct categories of content listed on /tag/news/ and \n/tag/weather/, respectively.\n\nIf you tag a post with both News and Weather - then it appears in both\nsections. Tag archives are like dedicated home-pages for each category of\ncontent that you have. They have their own pages, their own RSS feeds, and can\nsupport their own cover images and meta data.\n\nThe primary tag\nInside the Ghost editor, you can drag and drop tags into a specific order. The\nfirst tag in the list is always given the most importance, and some themes will\nonly display the primary tag (the first tag in the list) by default. \n\nNews, Technology, StartupSo you can add the most important tag which you want to\nshow up in your theme, but also add related tags which are less important.\n\nPrivate tags\nSometimes you may want to assign a post a specific tag, but you don't\nnecessarily want that tag appearing in the theme or creating an archive page. In\nGhost, hashtags are private and can be used for special styling.\n\nFor example, if you sometimes publish posts with video content - you might want\nyour theme to adapt and get rid of the sidebar for these posts, to give more\nspace for an embedded video to fill the screen. In this case, you could use\nprivate tags to tell your theme what to do.\n\nNews, #videoHere, the theme would assign the post publicly displayed tags of\nNews - but it would also keep a private record of the post being tagged with\n#video. In your theme, you could then look for private tags conditionally and\ngive them special formatting. \n\nYou can find documentation for theme development techniques like this and many\nmore over on Ghost's extensive theme documentation\n[https://ghost.org/docs/themes/].Dynamic Routing\nDynamic routing gives you the ultimate freedom to build a custom publication to\nsuit your needs. Routes are rules that map URL patterns to your content and\ntemplates. \n\nFor example, you may not want content tagged with News to exist on: \nexample.com/tag/news. Instead, you want it to exist on example.com/news . \n\nIn this case you can use dynamic routes to create customised collections of\ncontent on your site. It's also possible to use multiple templates in your theme\nto render each content type differently.\n\nThere are lots of use cases for dynamic routing with Ghost, here are a few\ncommon examples: \n\n * Setting a custom home page with its own template\n * Having separate content hubs for blog and podcast, that render differently,\n and have custom RSS feeds to support two types of content\n * Creating a founders column as a unique view, by filtering content created by\n specific authors\n * Including dates in permalinks for your posts\n * Setting posts to have a URL relative to their primary tag like \n example.com/europe/story-title/\n \n\nDynamic routing can be configured in Ghost using YAML\n[http://yaml.org/spec/1.2/spec.html] files. Read our dynamic routing \ndocumentation [https://ghost.org/docs/themes/routing/] for further\ndetails.You can further customise your site using Apps & Integrations\n[/apps-integrations/].", - "feature_image": "https://static.ghost.org/v2.0.0/images/organising-your-content.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:17.000Z", - "published_by": "1", - "custom_excerpt": "Ghost has a flexible organisational taxonomy called tags which can be used to configure your site structure using dynamic routing.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6e0e015a67616182345", - "uuid": "478a7854-df47-4597-b1a1-f229b562c7f4", - "title": "Managing admin settings", - "slug": "admin-settings", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}]],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v1.0.0/images/private.png\"}],[\"hr\",{}]],\"markups\":[[\"a\",[\"href\",\"/ghost/settings/general/\"]],[\"em\"],[\"strong\"],[\"a\",[\"href\",\"https://ghost.org/pricing/\"]],[\"a\",[\"href\",\"/organising-content/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"There are a couple of things to do next while you're getting set up:\"]]],[1,\"h1\",[[0,[],0,\"Make your site private\"]]],[1,\"p\",[[0,[],0,\"If you've got a publication that you don't want the world to see yet because it's not ready to launch, you can hide your Ghost site behind a basic shared pass-phrase.\"]]],[1,\"p\",[[0,[],0,\"You can toggle this preference on at the bottom of Ghost's \"],[0,[0],1,\"General Settings\"],[0,[],0,\":\"]]],[10,0],[1,\"p\",[[0,[],0,\"Ghost will give you a short, randomly generated pass-phrase which you can share with anyone who needs access to the site while you're working on it. While this setting is enabled, all search engine optimisation features will be switched off to help keep your site under the radar.\"]]],[1,\"p\",[[0,[],0,\"Do remember though, this is \"],[0,[1],1,\"not\"],[0,[],0,\" secure authentication. You shouldn't rely on this feature for protecting important private data. It's just a simple, shared pass-phrase for some very basic privacy.\"]]],[10,1],[1,\"h1\",[[0,[],0,\"Invite your team \"]]],[1,\"p\",[[0,[],0,\"Ghost has a number of different user roles for your team:\"]]],[1,\"p\",[[0,[2],1,\"Contributors\"],[1,[],0,0],[0,[],0,\"This is the base user level in Ghost. Contributors can create and edit their own draft posts, but they are unable to edit drafts of others or publish posts. Contributors are \"],[0,[2],1,\"untrusted\"],[0,[],0,\" users with the most basic access to your publication.\"]]],[1,\"p\",[[0,[2],1,\"Authors\"],[1,[],0,1],[0,[],0,\"Authors are the 2nd user level in Ghost. Authors can write, edit and publish their own posts. Authors are \"],[0,[2],1,\"trusted\"],[0,[],0,\" users. If you don't trust users to be allowed to publish their own posts, they should be set as Contributors.\"]]],[1,\"p\",[[0,[2],1,\"Editors\"],[1,[],0,2],[0,[],0,\"Editors are the 3rd user level in Ghost. Editors can do everything that an Author can do, but they can also edit and publish the posts of others - as well as their own. Editors can also invite new Contributors+Authors to the site.\"]]],[1,\"p\",[[0,[2],1,\"Administrators\"],[1,[],0,3],[0,[],0,\"The top user level in Ghost is Administrator. Again, administrators can do everything that Authors and Editors can do, but they can also edit all site settings and data, not just content. Additionally, administrators have full access to invite, manage or remove any other user of the site.\"],[1,[],0,4],[1,[],0,5],[0,[2],1,\"The Owner\"],[1,[],0,6],[0,[],0,\"There is only ever one owner of a Ghost site. The owner is a special user which has all the same permissions as an Administrator, but with two exceptions: The Owner can never be deleted. And in some circumstances the owner will have access to additional special settings if applicable. For example: billing details, if using \"],[0,[3,2],2,\"Ghost(Pro)\"],[0,[],0,\".\"]]],[1,\"blockquote\",[[0,[1],1,\"It's a good idea to ask all of your users to fill out their user profiles, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.\"]]],[1,\"p\",[[0,[],0,\"Next up: \"],[0,[4],1,\"Organising your content\"],[0,[],0,\" \"]]]]}", - "html": "

There are a couple of things to do next while you're getting set up:

Make your site private

If you've got a publication that you don't want the world to see yet because it's not ready to launch, you can hide your Ghost site behind a basic shared pass-phrase.

You can toggle this preference on at the bottom of Ghost's General Settings:

Ghost will give you a short, randomly generated pass-phrase which you can share with anyone who needs access to the site while you're working on it. While this setting is enabled, all search engine optimisation features will be switched off to help keep your site under the radar.

Do remember though, this is not secure authentication. You shouldn't rely on this feature for protecting important private data. It's just a simple, shared pass-phrase for some very basic privacy.


Invite your team

Ghost has a number of different user roles for your team:

Contributors
This is the base user level in Ghost. Contributors can create and edit their own draft posts, but they are unable to edit drafts of others or publish posts. Contributors are untrusted users with the most basic access to your publication.

Authors
Authors are the 2nd user level in Ghost. Authors can write, edit  and publish their own posts. Authors are trusted users. If you don't trust users to be allowed to publish their own posts, they should be set as Contributors.

Editors
Editors are the 3rd user level in Ghost. Editors can do everything that an Author can do, but they can also edit and publish the posts of others - as well as their own. Editors can also invite new Contributors+Authors to the site.

Administrators
The top user level in Ghost is Administrator. Again, administrators can do everything that Authors and Editors can do, but they can also edit all site settings and data, not just content. Additionally, administrators have full access to invite, manage or remove any other user of the site.

The Owner
There is only ever one owner of a Ghost site. The owner is a special user which has all the same permissions as an Administrator, but with two exceptions: The Owner can never be deleted. And in some circumstances the owner will have access to additional special settings if applicable. For example: billing details, if using Ghost(Pro).

It's a good idea to ask all of your users to fill out their user profiles, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.

Next up: Organising your content

", - "comment_id": "5c2ca6e0e015a67616182345", - "plaintext": "There are a couple of things to do next while you're getting set up:\n\nMake your site private\nIf you've got a publication that you don't want the world to see yet because\nit's not ready to launch, you can hide your Ghost site behind a basic shared\npass-phrase.\n\nYou can toggle this preference on at the bottom of Ghost's General Settings\n[/ghost/settings/general/]:\n\nGhost will give you a short, randomly generated pass-phrase which you can share\nwith anyone who needs access to the site while you're working on it. While this\nsetting is enabled, all search engine optimisation features will be switched off\nto help keep your site under the radar.\n\nDo remember though, this is not secure authentication. You shouldn't rely on\nthis feature for protecting important private data. It's just a simple, shared\npass-phrase for some very basic privacy.\n\n\n--------------------------------------------------------------------------------\n\nInvite your team \nGhost has a number of different user roles for your team:\n\nContributors\nThis is the base user level in Ghost. Contributors can create and edit their own\ndraft posts, but they are unable to edit drafts of others or publish posts.\nContributors are untrusted users with the most basic access to your\npublication.\n\nAuthors\nAuthors are the 2nd user level in Ghost. Authors can write, edit  and publish\ntheir own posts. Authors are trusted users. If you don't trust users to be\nallowed to publish their own posts, they should be set as Contributors.\n\nEditors\nEditors are the 3rd user level in Ghost. Editors can do everything that an\nAuthor can do, but they can also edit and publish the posts of others - as well\nas their own. Editors can also invite new Contributors+Authors to the site.\n\nAdministrators\nThe top user level in Ghost is Administrator. Again, administrators can do\neverything that Authors and Editors can do, but they can also edit all site\nsettings and data, not just content. Additionally, administrators have full\naccess to invite, manage or remove any other user of the site.\n\nThe Owner\nThere is only ever one owner of a Ghost site. The owner is a special user which\nhas all the same permissions as an Administrator, but with two exceptions: The\nOwner can never be deleted. And in some circumstances the owner will have access\nto additional special settings if applicable. For example: billing details, if\nusing Ghost(Pro) [https://ghost.org/pricing/].\n\nIt's a good idea to ask all of your users to fill out their user profiles,\nincluding bio and social links. These will populate rich structured data for\nposts and generally create more opportunities for themes to fully populate their\ndesign.Next up: Organising your content [/organising-content/]", - "feature_image": "https://static.ghost.org/v2.0.0/images/admin-settings.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:16.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:16.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:18.000Z", - "published_by": "1", - "custom_excerpt": "There are a couple of things to do next while you're getting set up: making your site private and inviting your team.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6e0e015a67616182347", - "uuid": "c6772055-e38a-49e8-acec-ee2bd9839b7f", - "title": "Publishing options", - "slug": "publishing-options", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"code\",{\"code\":\"{\\n \\\"@context\\\": \\\"https://schema.org\\\",\\n \\\"@type\\\": \\\"Article\\\",\\n \\\"publisher\\\": {\\n \\\"@type\\\": \\\"Organization\\\",\\n \\\"name\\\": \\\"Publishing options\\\",\\n \\\"logo\\\": \\\"https://static.ghost.org/ghost-logo.svg\\\"\\n },\\n \\\"author\\\": {\\n \\\"@type\\\": \\\"Person\\\",\\n \\\"name\\\": \\\"Ghost\\\",\\n \\\"url\\\": \\\"http://demo.ghost.io/author/ghost/\\\",\\n \\\"sameAs\\\": []\\n },\\n \\\"headline\\\": \\\"Publishing options\\\",\\n \\\"url\\\": \\\"http://demo.ghost.io/publishing-options\\\",\\n \\\"datePublished\\\": \\\"2018-08-08T11:44:00.000Z\\\",\\n \\\"dateModified\\\": \\\"2018-08-09T12:06:21.000Z\\\",\\n \\\"keywords\\\": \\\"Getting Started\\\",\\n \\\"description\\\": \\\"The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.\\\",\\n }\\n}\\n \"}]],\"markups\":[[\"a\",[\"href\",\"https://schema.org/\"]],[\"a\",[\"href\",\"https://search.google.com/structured-data/testing-tool\",\"rel\",\"noreferrer nofollow noopener\"]],[\"strong\"],[\"a\",[\"href\",\"/ghost/settings/code-injection/\"]],[\"a\",[\"href\",\"/admin-settings/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page. \"]]],[1,\"blockquote\",[[0,[],0,\"Access the post settings menu in the top right hand corner of the editor. \"]]],[1,\"h2\",[[0,[],0,\"Post feature image\"]]],[1,\"p\",[[0,[],0,\"Insert your post feature image from the very top of the post settings menu. Consider resizing or optimising your image first to ensure it's an appropriate size.\"]]],[1,\"h2\",[[0,[],0,\"Structured data & SEO\"]]],[1,\"p\",[[0,[],0,\"Customise your social media sharing cards for Facebook and Twitter, enabling you to add custom images, titles and descriptions for social media.\"]]],[1,\"p\",[[0,[],0,\"There’s no need to hard code your meta data. You can set your meta title and description using the post settings tool, which has a handy character guide and SERP preview. \"]]],[1,\"p\",[[0,[],0,\"Ghost will automatically implement structured data for your publication using JSON-LD to further optimise your content.\"]]],[10,0],[1,\"p\",[[0,[],0,\"You can test that the structured data \"],[0,[0],1,\"schema\"],[0,[],0,\" on your site is working as it should using \"],[0,[1],1,\"Google’s structured data tool\"],[0,[],0,\". \"]]],[1,\"h2\",[[0,[],0,\"Code Injection\"]]],[1,\"p\",[[0,[],0,\"This tool allows you to inject code on a per post or page basis, or across your entire site. This means you can modify CSS, add unique tracking codes, or add other scripts to the head or foot of your publication without making edits to your theme files. \"]]],[1,\"p\",[[0,[2],1,\"To add code site-wide\"],[0,[],0,\", use the code injection tool \"],[0,[3],1,\"in the main admin menu\"],[0,[],0,\". This is useful for adding a Facebook Pixel, a Google Analytics tracking code, or to start tracking with any other analytics tool.\"]]],[1,\"p\",[[0,[2],1,\"To add code to a post or page\"],[0,[],0,\", use the code injection tool within the post settings menu. This is useful if you want to add art direction, scripts or styles that are only applicable to one post or page. \"]]],[1,\"p\",[[0,[],0,\"From here, you might be interested in managing some more specific \"],[0,[4],1,\"admin settings\"],[0,[],0,\"!\"]]]]}", - "html": "

The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.

Access the post settings menu in the top right hand corner of the editor.

Post feature image

Insert your post feature image from the very top of the post settings menu. Consider resizing or optimising your image first to ensure it's an appropriate size.

Structured data & SEO

Customise your social media sharing cards for Facebook and Twitter, enabling you to add custom images, titles and descriptions for social media.

There’s no need to hard code your meta data. You can set your meta title and description using the post settings tool, which has a handy character guide and SERP preview.

Ghost will automatically implement structured data for your publication using JSON-LD to further optimise your content.

{\n    \"@context\": \"https://schema.org\",\n    \"@type\": \"Article\",\n    \"publisher\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Publishing options\",\n        \"logo\": \"https://static.ghost.org/ghost-logo.svg\"\n    },\n    \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"Ghost\",\n        \"url\": \"http://demo.ghost.io/author/ghost/\",\n        \"sameAs\": []\n    },\n    \"headline\": \"Publishing options\",\n    \"url\": \"http://demo.ghost.io/publishing-options\",\n    \"datePublished\": \"2018-08-08T11:44:00.000Z\",\n    \"dateModified\": \"2018-08-09T12:06:21.000Z\",\n    \"keywords\": \"Getting Started\",\n    \"description\": \"The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.\",\n    }\n}\n    

You can test that the structured data schema on your site is working as it should using Google’s structured data tool.

Code Injection

This tool allows you to inject code on a per post or page basis, or across your entire site. This means you can modify CSS, add unique tracking codes, or add other scripts to the head or foot of your publication without making edits to your theme files.

To add code site-wide, use the code injection tool in the main admin menu. This is useful for adding a Facebook Pixel, a Google Analytics tracking code, or to start tracking with any other analytics tool.

To add code to a post or page, use the code injection tool within the post settings menu. This is useful if you want to add art direction, scripts or styles that are only applicable to one post or page.

From here, you might be interested in managing some more specific admin settings!

", - "comment_id": "5c2ca6e0e015a67616182347", - "plaintext": "The Ghost editor has everything you need to fully optimise your content. This is\nwhere you can add tags and authors, feature a post, or turn a post into a page. \n\nAccess the post settings menu in the top right hand corner of the editor. Post\nfeature image\nInsert your post feature image from the very top of the post settings menu.\nConsider resizing or optimising your image first to ensure it's an appropriate\nsize.\n\nStructured data & SEO\nCustomise your social media sharing cards for Facebook and Twitter, enabling you\nto add custom images, titles and descriptions for social media.\n\nThere’s no need to hard code your meta data. You can set your meta title and\ndescription using the post settings tool, which has a handy character guide and\nSERP preview. \n\nGhost will automatically implement structured data for your publication using\nJSON-LD to further optimise your content.\n\n{\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"Publishing options\",\n \"logo\": \"https://static.ghost.org/ghost-logo.svg\"\n },\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Ghost\",\n \"url\": \"http://demo.ghost.io/author/ghost/\",\n \"sameAs\": []\n },\n \"headline\": \"Publishing options\",\n \"url\": \"http://demo.ghost.io/publishing-options\",\n \"datePublished\": \"2018-08-08T11:44:00.000Z\",\n \"dateModified\": \"2018-08-09T12:06:21.000Z\",\n \"keywords\": \"Getting Started\",\n \"description\": \"The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.\",\n }\n}\n \n\nYou can test that the structured data schema [https://schema.org/] on your site\nis working as it should using Google’s structured data tool\n[https://search.google.com/structured-data/testing-tool]. \n\nCode Injection\nThis tool allows you to inject code on a per post or page basis, or across your\nentire site. This means you can modify CSS, add unique tracking codes, or add\nother scripts to the head or foot of your publication without making edits to\nyour theme files. \n\nTo add code site-wide, use the code injection tool in the main admin menu\n[/ghost/settings/code-injection/]. This is useful for adding a Facebook Pixel, a\nGoogle Analytics tracking code, or to start tracking with any other analytics\ntool.\n\nTo add code to a post or page, use the code injection tool within the post\nsettings menu. This is useful if you want to add art direction, scripts or\nstyles that are only applicable to one post or page. \n\nFrom here, you might be interested in managing some more specific admin settings\n[/admin-settings/]!", - "feature_image": "https://static.ghost.org/v2.0.0/images/publishing-options.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:16.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:16.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:19.000Z", - "published_by": "1", - "custom_excerpt": "The Ghost editor has everything you need to fully optimise your content. This is where you can add tags and authors, feature a post, or turn a post into a page.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6e0e015a67616182349", - "uuid": "0df241ed-304c-49e2-9b9b-741660621d28", - "title": "Writing posts with Ghost ✍️", - "slug": "the-editor", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v2.0.0/images/formatting-editor-demo.gif\"}],[\"code\",{\"code\":\"
\\n
\\n {{> \\\"site-nav\\\"}}\\n
\\n
\"}],[\"image\",{\"src\":\"https://static.ghost.org/v2.0.0/images/using-images-demo.gif\"}]],\"markups\":[[\"strong\"],[\"code\"],[\"a\",[\"href\",\"/publishing-options/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"Ghost has a powerful visual editor with familiar formatting options, as well as the ability to seamlessly add dynamic content. \"]]],[1,\"p\",[[0,[],0,\"Select the text to add formatting, headers or create links, or use Markdown shortcuts to do the work for you - if that's your thing. \"]]],[10,0],[1,\"h2\",[[0,[],0,\"Rich editing at your fingertips\"]]],[1,\"p\",[[0,[],0,\"The editor can also handle rich media objects, called \"],[0,[0],1,\"cards\"],[0,[],0,\". \"]]],[1,\"p\",[[0,[],0,\"You can insert a card either by clicking the \"],[0,[1],1,\"+\"],[0,[],0,\" button on a new line, or typing \"],[0,[1],1,\"/\"],[0,[],0,\" on a new line to search for a particular card. This allows you to efficiently insert\"],[0,[0],1,\" images\"],[0,[],0,\", \"],[0,[0],1,\"markdown\"],[0,[],0,\", \"],[0,[0],1,\"html\"],[0,[],0,\" and \"],[0,[0],1,\"embeds\"],[0,[],0,\".\"]]],[1,\"p\",[[0,[0],1,\"For Example\"],[0,[],0,\":\"]]],[3,\"ul\",[[[0,[],0,\"Insert a video from YouTube directly into your content by pasting the URL \"]],[[0,[],0,\"Create unique content like a button or content opt-in using the HTML card\"]],[[0,[],0,\"Need to share some code? Embed code blocks directly \"]]]],[10,1],[1,\"h1\",[[0,[],0,\"Working with images in posts\"]]],[1,\"p\",[[0,[],0,\"You can add images to your posts in many ways:\"]]],[3,\"ul\",[[[0,[],0,\"Upload from your computer\"]],[[0,[],0,\"Click and drag an image into the browser\"]],[[0,[],0,\"Paste directly into the editor from your clipboard\"]],[[0,[],0,\"Insert using a URL\"]]]],[1,\"p\",[[0,[],0,\"Once inserted you can blend images beautifully into your content at different sizes and add captions wherever needed.\"]]],[10,2],[1,\"p\",[[0,[],0,\"The post settings menu and publishing options can be found in the top right hand corner. For more advanced tips on post settings check out the \"],[0,[2],1,\"publishing options\"],[0,[],0,\" post!\"]]],[1,\"p\",[]]]}", - "html": "

Ghost has a powerful visual editor with familiar formatting options, as well as the ability to seamlessly add dynamic content.

Select the text to add formatting, headers or create links, or use Markdown shortcuts to do the work for you - if that's your thing.

Rich editing at your fingertips

The editor can also handle rich media objects, called cards.

You can insert a card either by clicking the  +  button on a new line, or typing  /  on a new line to search for a particular card. This allows you to efficiently insert images, markdown, html and embeds.

For Example:

<header class=\"site-header outer\">\n    <div class=\"inner\">\n        {{> \"site-nav\"}}\n    </div>\n</header>

Working with images in posts

You can add images to your posts in many ways:

Once inserted you can blend images beautifully into your content at different sizes and add captions wherever needed.

The post settings menu and publishing options can be found in the top right hand corner. For more advanced tips on post settings check out the publishing options post!

", - "comment_id": "5c2ca6e0e015a67616182349", - "plaintext": "Ghost has a powerful visual editor with familiar formatting options, as well as\nthe ability to seamlessly add dynamic content. \n\nSelect the text to add formatting, headers or create links, or use Markdown\nshortcuts to do the work for you - if that's your thing. \n\nRich editing at your fingertips\nThe editor can also handle rich media objects, called cards. \n\nYou can insert a card either by clicking the+  button on a new line, or typing/ \n  on a new line to search for a particular card. This allows you to efficiently\ninsert images, markdown, html and embeds.\n\nFor Example:\n\n * Insert a video from YouTube directly into your content by pasting the URL \n * Create unique content like a button or content opt-in using the HTML card\n * Need to share some code? Embed code blocks directly \n\n
\n
\n {{> \"site-nav\"}}\n
\n
\n\nWorking with images in posts\nYou can add images to your posts in many ways:\n\n * Upload from your computer\n * Click and drag an image into the browser\n * Paste directly into the editor from your clipboard\n * Insert using a URL\n\nOnce inserted you can blend images beautifully into your content at different\nsizes and add captions wherever needed.\n\nThe post settings menu and publishing options can be found in the top right hand\ncorner. For more advanced tips on post settings check out the publishing options\n[/publishing-options/] post!", - "feature_image": "https://static.ghost.org/v2.0.0/images/writing-posts-with-ghost.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:16.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:16.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:20.000Z", - "published_by": "1", - "custom_excerpt": "Getting started with the editor is simple, with familiar formatting options in a functional toolbar and the ability to add dynamic content seamlessly.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - }, - { - "id": "5c2ca6e0e015a6761618234b", - "uuid": "98e5999b-031d-4941-b0c5-e7624c425648", - "title": "Welcome to Ghost", - "slug": "welcome", - "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[],\"markups\":[[\"strong\"],[\"a\",[\"href\",\"https://ghost.org/downloads/\"]],[\"a\",[\"href\",\"https://ghost.org/pricing\"]],[\"a\",[\"href\",\"https://github.com/TryGhost\"]],[\"a\",[\"href\",\"/the-editor/\"]],[\"em\"]],\"sections\":[[1,\"p\",[[0,[],0,\"👋 Welcome, it's great to have you here.\"]]],[1,\"p\",[[0,[],0,\"We know that first impressions are important, so we've populated your new site with some initial \"],[0,[0],1,\"getting started\"],[0,[],0,\" posts that will help you get familiar with everything in no time. This is the first one!\"]]],[1,\"p\",[[0,[0],1,\"A few things you should know upfront\"],[0,[],0,\":\"]]],[3,\"ol\",[[[0,[],0,\"Ghost is designed for ambitious, professional publishers who want to actively build a business around their content. That's who it works best for. \"]],[[0,[],0,\"The entire platform can be modified and customised to suit your needs. It's very powerful, but does require some knowledge of code. Ghost is not necessarily a good platform for beginners or people who just want a simple personal blog. \"]],[[0,[],0,\"For the best experience we recommend downloading the \"],[0,[1],1,\"Ghost Desktop App\"],[0,[],0,\" for your computer, which is the best way to access your Ghost site on a desktop device. \"]]]],[1,\"p\",[[0,[],0,\"Ghost is made by an independent non-profit organisation called the Ghost Foundation. We are 100% self funded by revenue from our \"],[0,[2],1,\"Ghost(Pro)\"],[0,[],0,\" service, and every penny we make is re-invested into funding further development of free, open source technology for modern publishing.\"]]],[1,\"p\",[[0,[],0,\"The version of Ghost you are looking at right now would not have been made possible without generous contributions from the open source \"],[0,[3],1,\"community\"],[0,[],0,\".\"]]],[1,\"h2\",[[0,[],0,\"Next up, the editor\"]]],[1,\"p\",[[0,[],0,\"The main thing you'll want to read about next is probably: \"],[0,[4],1,\"the Ghost editor\"],[0,[],0,\". This is where the good stuff happens.\"]]],[1,\"blockquote\",[[0,[5],0,\"By the way, once you're done reading, you can simply delete the default \"],[0,[0],1,\"Ghost\"],[0,[],1,\" user from your team to remove all of these introductory posts! \"]]]]}", - "html": "

👋 Welcome, it's great to have you here.

We know that first impressions are important, so we've populated your new site with some initial getting started posts that will help you get familiar with everything in no time. This is the first one!

A few things you should know upfront:

  1. Ghost is designed for ambitious, professional publishers who want to actively build a business around their content. That's who it works best for.
  2. The entire platform can be modified and customised to suit your needs. It's very powerful, but does require some knowledge of code. Ghost is not necessarily a good platform for beginners or people who just want a simple personal blog.
  3. For the best experience we recommend downloading the Ghost Desktop App for your computer, which is the best way to access your Ghost site on a desktop device.

Ghost is made by an independent non-profit organisation called the Ghost Foundation. We are 100% self funded by revenue from our Ghost(Pro) service, and every penny we make is re-invested into funding further development of free, open source technology for modern publishing.

The version of Ghost you are looking at right now would not have been made possible without generous contributions from the open source community.

Next up, the editor

The main thing you'll want to read about next is probably: the Ghost editor. This is where the good stuff happens.

By the way, once you're done reading, you can simply delete the default Ghost user from your team to remove all of these introductory posts!
", - "comment_id": "5c2ca6e0e015a6761618234b", - "plaintext": "👋 Welcome, it's great to have you here.\n\nWe know that first impressions are important, so we've populated your new site\nwith some initial getting started posts that will help you get familiar with\neverything in no time. This is the first one!\n\nA few things you should know upfront:\n\n 1. Ghost is designed for ambitious, professional publishers who want to\n actively build a business around their content. That's who it works best\n for. \n 2. The entire platform can be modified and customised to suit your needs. It's\n very powerful, but does require some knowledge of code. Ghost is not\n necessarily a good platform for beginners or people who just want a simple\n personal blog. \n 3. For the best experience we recommend downloading the Ghost Desktop App\n [https://ghost.org/downloads/] for your computer, which is the best way to\n access your Ghost site on a desktop device. \n\nGhost is made by an independent non-profit organisation called the Ghost\nFoundation. We are 100% self funded by revenue from our Ghost(Pro)\n[https://ghost.org/pricing] service, and every penny we make is re-invested\ninto funding further development of free, open source technology for modern\npublishing.\n\nThe version of Ghost you are looking at right now would not have been made\npossible without generous contributions from the open source community\n[https://github.com/TryGhost].\n\nNext up, the editor\nThe main thing you'll want to read about next is probably: the Ghost editor\n[/the-editor/]. This is where the good stuff happens.\n\nBy the way, once you're done reading, you can simply delete the default Ghost \nuser from your team to remove all of these introductory posts!", - "feature_image": "https://static.ghost.org/v2.0.0/images/welcome-to-ghost.jpg", - "featured": 0, - "page": 0, - "status": "published", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "author_id": "5951f5fca366002ebd5dbef7", - "created_at": "2019-01-02T11:56:16.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:16.000Z", - "updated_by": "1", - "published_at": "2019-01-02T11:56:21.000Z", - "published_by": "1", - "custom_excerpt": "Welcome, it's great to have you here.\nWe know that first impressions are important, so we've populated your new site with some initial getting started posts that will help you get familiar with everything in no time.", - "codeinjection_head": null, - "codeinjection_foot": null, - "og_image": null, - "og_title": null, - "og_description": null, - "twitter_image": null, - "twitter_title": null, - "twitter_description": null, - "custom_template": null - } - ], - "posts_authors": [ - { - "id": "5c2ca6dfe015a67616182340", - "post_id": "5c2ca6dfe015a6761618233f", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6dfe015a67616182342", - "post_id": "5c2ca6dfe015a67616182341", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6dfe015a67616182344", - "post_id": "5c2ca6dfe015a67616182343", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182346", - "post_id": "5c2ca6e0e015a67616182345", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182348", - "post_id": "5c2ca6e0e015a67616182347", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a6761618234a", - "post_id": "5c2ca6e0e015a67616182349", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a6761618234c", - "post_id": "5c2ca6e0e015a6761618234b", - "author_id": "5951f5fca366002ebd5dbef7", - "sort_order": 0 - } - ], - "posts_tags": [ - { - "id": "5c2ca6e0e015a67616182405", - "post_id": "5c2ca6dfe015a6761618233f", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182406", - "post_id": "5c2ca6dfe015a67616182341", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182407", - "post_id": "5c2ca6dfe015a67616182343", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182408", - "post_id": "5c2ca6e0e015a67616182345", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a67616182409", - "post_id": "5c2ca6e0e015a67616182347", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a6761618240a", - "post_id": "5c2ca6e0e015a67616182349", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - }, - { - "id": "5c2ca6e0e015a6761618240b", - "post_id": "5c2ca6e0e015a6761618234b", - "tag_id": "5c2ca6dfe015a676161822f3", - "sort_order": 0 - } - ], - "roles": [ - { - "id": "5c2ca6dfe015a676161822f8", - "name": "Administrator", - "description": "Administrators", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822f9", - "name": "Editor", - "description": "Editors", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822fa", - "name": "Author", - "description": "Authors", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822fb", - "name": "Contributor", - "description": "Contributors", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822fc", - "name": "Owner", - "description": "Blog Owner", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - }, - { - "id": "5c2ca6dfe015a676161822fd", - "name": "Admin Integration", - "description": "External Apps", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - } - ], - "roles_users": [ - { - "id": "5c2ca6dfe015a6761618233e", - "role_id": "5c2ca6dfe015a676161822fa", - "user_id": "5951f5fca366002ebd5dbef7" - }, - { - "id": "5c2ca6e0e015a6761618240c", - "role_id": "5c2ca6dfe015a676161822fc", - "user_id": "1" - } - ], - "settings": [ - { - "id": "6029c95aa526f951dabea4c5", - "group": "core", - "key": "db_hash", - "value": "599b09d8-26ad-44e9-8bfa-c69c64d969f3", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95aa526f951dabea4c6", - "group": "core", - "key": "routes_hash", - "value": "60af38213490b9daf1f0a94eec650d57", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T01:07:41.000Z" - }, - { - "id": "6029c95aa526f951dabea4c7", - "group": "core", - "key": "next_update_check", - "value": "1613437675", - "type": "number", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T01:07:55.000Z" - }, - { - "id": "6029c95aa526f951dabea4c8", - "group": "core", - "key": "notifications", - "value": "[]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95aa526f951dabea4c9", - "group": "core", - "key": "session_secret", - "value": "2324c3b9de2d6ad1d6ce79c3ebf8d15000ebe3033a894a399b4edb0bf18c71b3", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95aa526f951dabea4ca", - "group": "core", - "key": "theme_session_secret", - "value": "034b906917dcb788135c9002ad626bc42093ae192385f67d29760ba12be4fde4", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4cb", - "group": "core", - "key": "ghost_public_key", - "value": "-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAJkoeQXP5VlKJOFKBb7utBrWSoldrVCt1u5u8/P5Z1qL/qgqmGiLUpmD4CYHg0aD\nsK8KV0N1xehvWFs64fU07umRzCtnfbqRY1C7H2FRol48tpeATZdy+28THvfblwmszPObCuBG\nwTMhOq6hi0S5gAj1+EJg1lOFpjfCfOIfq21HAgMBAAE=\n-----END RSA PUBLIC KEY-----\n", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4cc", - "group": "core", - "key": "ghost_private_key", - "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXQIBAAKBgQCZKHkFz+VZSiThSgW+7rQa1kqJXa1QrdbubvPz+Wdai/6oKphoi1KZg+Am\nB4NGg7CvCldDdcXob1hbOuH1NO7pkcwrZ326kWNQux9hUaJePLaXgE2XcvtvEx7325cJrMzz\nmwrgRsEzITquoYtEuYAI9fhCYNZThaY3wnziH6ttRwIDAQABAoGARweoKPPjz+c892bXB1e5\nG4EqjE5vpK0asvWuGgYe0rV+YwtuJ34FzsCEYd62GSvV8zf+hIDISiXpelXymT/1VJHiL3dK\n5S1wOMDP7BattbOjPr1nYE7ZgSVnjdSAZoq1r5XPyWb/Ls6m594vNiG+FUuc5q5emlFTRg8I\n3qSb66ECQQDJbczgFFM9JSqy8HmQzeNVDQEmRuR3KGsedTgL6CVayDASBBvj8SGJbKO+1/vY\n7CEqopGeY7LZM65lZBu11eb5AkEAwqbTsX0TO99bkytPQ2rfdfb0h2xyrsqtT+AMbH7OZScx\ngadG6iTeyd80IX2yWvU/FwCz6nHhceVpJxDPVDvGPwJBAL1ShIQA1pPcARwaxkgCHC/ufywY\n6dfNl5ETH9ChK6r+CaCFWCmQlLLz95wCqWYj2rCWCERU9N8NolcOFrV8DRECQHJfbAviHicT\n+s7ip9RJO7wou03HXyttU6CXWTV23Pd6rBAupfB2caHUUOFM5juj1spBU3XyLDGsRrj5m5k2\n9ikCQQCpKw6XXrmMKiDpgFy1b5Vg+hnuE//V0pWp7c9XjLRLNBNtPjDA6fAD32qQv0Sh5Yzq\nUv5Tk8YzbNrIPAu80+2C\n-----END RSA PRIVATE KEY-----\n", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4cd", - "group": "core", - "key": "members_public_key", - "value": "-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAJcqSXokrqY4Nh+M0QBG6X74SLhVGFL1b4PutG+2oB383RKrjv3oo3qpdHZDjpC7\nR+KRqd7R2YKS4lS1aJUANWsp4LdrsEkgmky+dEvr+dFBd+zQJEQxO2JCiRtjxySO7hEN4Hqw\nTVg/JKZYFuc7bPWOKya4RpDXkUqkodVniwL3AgMBAAE=\n-----END RSA PUBLIC KEY-----\n", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ce", - "group": "core", - "key": "members_private_key", - "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXgIBAAKBgQCXKkl6JK6mODYfjNEARul++Ei4VRhS9W+D7rRvtqAd/N0Sq4796KN6qXR2\nQ46Qu0fikane0dmCkuJUtWiVADVrKeC3a7BJIJpMvnRL6/nRQXfs0CREMTtiQokbY8ckju4R\nDeB6sE1YPySmWBbnO2z1jismuEaQ15FKpKHVZ4sC9wIDAQABAoGAIjQ6Tf3w2sGLVZY6UFK7\nULSDV9pBV7wbUIH5p/Ftx3tI1omlIES8gOvI412j65HE0TpecoGPMuFjfwFROa3DaDP6ZApW\n/QT0nWlm0+E5h4miAwzg6Zmh6CQCVfCeyohCGsKxdqYk7lnbna9j+iPcGGu+WKQXFQFdXc1y\nLZEBJUkCQQDPba9I4PGtBToiZtJPovQW48qrmhO7SmIZMJ2reI1S+kKZ06Xry/JnnyWx/TOQ\n5tKhhCROPL4nEh2kKwiCO4/lAkEAuo/lXztIrMhSVCnVhUBAvT1WjngWw2TTPlAD/viU3kUQ\ntsltuo07ZQfd7FnuFqiFObQJZfx6CKen3oHU3koBqwJBALraN3gTCiGt/7xVm0YZqH+mGz+R\nwAyK6OuAG8gHBGenAK/JNEHAqlAl0LMRP45cH4lXm8zOcwyHCSSFj1ihhvECQQCegKLfxf54\nzbkkyGYgT/aw0Ow5Hs44M/FFf7Xlak0Qip0orvoLBPLxYz2pEL63gXWvEMbrXxZPRCHbaXLx\naO8BAkEAsGi+rizBndSdweYCFS665DlyAq2BZg2VGdwQ/bFHbX70HbkExhg8QtivmhTMTwVI\n5cFjaDmz0WFARyoNfpFhyQ==\n-----END RSA PRIVATE KEY-----\n", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4cf", - "group": "core", - "key": "members_email_auth_secret", - "value": "2ac9add3050d5d696bb43211bd55206ed99fde60822fc0a4b03b6ca37dd4abe481cc5b9309acb2b1a005177d11855b637f784a26afed1a96f8544157c529ec5c", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d2", - "group": "site", - "key": "title", - "value": "Ghost", - "type": "string", - "flags": "PUBLIC", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T01:08:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d3", - "group": "site", - "key": "description", - "value": "The professional publishing platform", - "type": "string", - "flags": "PUBLIC", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T01:08:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d4", - "group": "site", - "key": "logo", - "value": "https://static.ghost.org/v1.0.0/images/ghost-logo.svg", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d5", - "group": "site", - "key": "cover_image", - "value": "https://static.ghost.org/v3.0.0/images/publication-cover.png", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d6", - "group": "site", - "key": "icon", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d7", - "group": "site", - "key": "accent_color", - "value": "#15171A", - "type": "string", - "flags": "PUBLIC", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d8", - "group": "site", - "key": "lang", - "value": "en", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4d9", - "group": "site", - "key": "timezone", - "value": "Etc/UTC", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4da", - "group": "site", - "key": "codeinjection_head", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4db", - "group": "site", - "key": "codeinjection_foot", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4dc", - "group": "site", - "key": "facebook", - "value": "ghost", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4dd", - "group": "site", - "key": "twitter", - "value": "ghost", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4de", - "group": "site", - "key": "navigation", - "value": "[{\"label\":\"Home\", \"url\":\"/\"},{\"label\":\"Tag\", \"url\":\"/tag/getting-started/\"}, {\"label\":\"Author\", \"url\":\"/author/ghost/\"},{\"label\":\"Help\", \"url\":\"https://ghost.org/docs/\"}]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4df", - "group": "site", - "key": "secondary_navigation", - "value": "[]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e0", - "group": "site", - "key": "meta_title", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e1", - "group": "site", - "key": "meta_description", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e2", - "group": "site", - "key": "og_image", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e3", - "group": "site", - "key": "og_title", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e4", - "group": "site", - "key": "og_description", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e5", - "group": "site", - "key": "twitter_image", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e6", - "group": "site", - "key": "twitter_title", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e7", - "group": "site", - "key": "twitter_description", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e8", - "group": "theme", - "key": "active_theme", - "value": "casper", - "type": "string", - "flags": "RO", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4e9", - "group": "private", - "key": "is_private", - "value": "false", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ea", - "group": "private", - "key": "password", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4eb", - "group": "private", - "key": "public_hash", - "value": "f8ed802cc0e9ae34aba37b57a4508f", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ec", - "group": "members", - "key": "default_content_visibility", - "value": "public", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ed", - "group": "members", - "key": "members_allow_free_signup", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ee", - "group": "members", - "key": "members_from_address", - "value": "noreply", - "type": "string", - "flags": "RO", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ef", - "group": "members", - "key": "members_support_address", - "value": "noreply", - "type": "string", - "flags": "PUBLIC,RO", - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f0", - "group": "members", - "key": "members_reply_address", - "value": "newsletter", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f1", - "group": "members", - "key": "members_free_signup_redirect", - "value": "/", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f2", - "group": "members", - "key": "members_paid_signup_redirect", - "value": "/", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f3", - "group": "members", - "key": "stripe_product_name", - "value": "Ghost Subscription", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f6", - "group": "members", - "key": "stripe_plans", - "value": "[{\"name\":\"Monthly\",\"currency\":\"usd\",\"interval\":\"month\",\"amount\":500},{\"name\":\"Yearly\",\"currency\":\"usd\",\"interval\":\"year\",\"amount\":5000}]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4f9", - "group": "members", - "key": "stripe_connect_livemode", - "value": null, - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4fa", - "group": "members", - "key": "stripe_connect_display_name", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4fc", - "group": "portal", - "key": "portal_name", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4fd", - "group": "portal", - "key": "portal_button", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4fe", - "group": "portal", - "key": "portal_plans", - "value": "[\"free\", \"monthly\", \"yearly\"]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea4ff", - "group": "portal", - "key": "portal_button_style", - "value": "icon-and-text", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea500", - "group": "portal", - "key": "portal_button_icon", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea501", - "group": "portal", - "key": "portal_button_signup_text", - "value": "Subscribe", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea502", - "group": "email", - "key": "mailgun_domain", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea503", - "group": "email", - "key": "mailgun_api_key", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea504", - "group": "email", - "key": "mailgun_base_url", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea505", - "group": "email", - "key": "email_track_opens", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea506", - "group": "amp", - "key": "amp", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea507", - "group": "amp", - "key": "amp_gtag_id", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea508", - "group": "firstpromoter", - "key": "firstpromoter", - "value": "false", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea509", - "group": "firstpromoter", - "key": "firstpromoter_id", - "value": null, - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50a", - "group": "labs", - "key": "labs", - "value": "{}", - "type": "object", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50b", - "group": "slack", - "key": "slack_url", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50c", - "group": "slack", - "key": "slack_username", - "value": "Ghost", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50d", - "group": "unsplash", - "key": "unsplash", - "value": "{\"isActive\": true}", - "type": "object", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50e", - "group": "views", - "key": "shared_views", - "value": "[]", - "type": "array", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea50f", - "group": "newsletter", - "key": "newsletter_show_badge", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea510", - "group": "newsletter", - "key": "newsletter_show_header", - "value": "true", - "type": "boolean", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea511", - "group": "newsletter", - "key": "newsletter_body_font_category", - "value": "sans_serif", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - }, - { - "id": "6029c95ba526f951dabea512", - "group": "newsletter", - "key": "newsletter_footer_content", - "value": "", - "type": "string", - "flags": null, - "created_at": "2021-02-15T14:07:39.000Z", - "updated_at": "2021-02-15T14:07:39.000Z" - } - ], - "subscribers": [], - "tags": [ - { - "id": "5c2ca6dfe015a676161822f3", - "name": "Getting Started", - "slug": "getting-started", - "description": null, - "feature_image": null, - "parent_id": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - } - ], - "users": [ - { - "id": "1", - "name": "Joe Bloggs", - "slug": "joe-bloggs", - "password": "$2a$10$lYwP44K1nXJdvsK6FXXD1uAALyCLrgV7pHSgTyqT7mw.sTQpklFIm", - "email": "jbloggs@example.com", - "profile_image": "https://example.com/super_photo.jpg", - "cover_image": null, - "bio": "bio", - "website": null, - "location": "location", - "facebook": null, - "twitter": null, - "accessibility": null, - "status": "active", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "tour": null, - "last_seen": "2019-01-02T11:56:19.000Z", - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:19.000Z", - "updated_by": "1" - }, - { - "id": "5951f5fca366002ebd5dbef7", - "name": "Ghost", - "slug": "ghost", - "password": "$2a$10$F.k1xMyuCpkbxHDi2a7dvu2fB02pP4OcYJSkEO9WnPocJiTeHE.6O", - "email": "ghost-author@example.com", - "profile_image": "https://static.ghost.org/v2.0.0/images/ghost.png", - "cover_image": null, - "bio": "You can delete this user to remove all the welcome posts", - "website": "https://ghost.org", - "location": "The Internet", - "facebook": "ghost", - "twitter": "tryghost", - "accessibility": null, - "status": "active", - "locale": null, - "visibility": "public", - "meta_title": null, - "meta_description": null, - "tour": null, - "last_seen": null, - "created_at": "2019-01-02T11:56:15.000Z", - "created_by": "1", - "updated_at": "2019-01-02T11:56:15.000Z", - "updated_by": "1" - } - ], - "webhooks": [] - } - } - ] + "db": [ + { + "meta": { + "exported_on": 1616560573131, + "version": "4.1.0" + }, + "data": { + "actions": [], + "api_keys": [ + { + "id": "605ac141a2d5a6aa9e101ed4", + "type": "admin", + "secret": "4446bf1b18c1d500281fcd0298f5be584a96194fa8069f38ece5ca3e1ad1cee6", + "role_id": "605ac140a2d5a6aa9e101e69", + "integration_id": "605ac141a2d5a6aa9e101ed3", + "user_id": null, + "last_seen_at": null, + "last_seen_version": null, + "created_at": "2021-03-24T04:34:10.000Z", + "updated_at": "2021-03-24T04:34:10.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ed6", + "type": "admin", + "secret": "9a0520dcecb01a2da92aaae74d09757fdef0cca35cfa848090b2ac8b1803e4de", + "role_id": "605ac140a2d5a6aa9e101e6a", + "integration_id": "605ac141a2d5a6aa9e101ed5", + "user_id": null, + "last_seen_at": null, + "last_seen_version": null, + "created_at": "2021-03-24T04:34:10.000Z", + "updated_at": "2021-03-24T04:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ed8", + "type": "admin", + "secret": "b4172b04cfac28589cab04e615f330b39cb19615a3752774662d0d790a7ec6f8", + "role_id": "605ac140a2d5a6aa9e101e6b", + "integration_id": "605ac142a2d5a6aa9e101ed7", + "user_id": null, + "last_seen_at": null, + "last_seen_version": null, + "created_at": "2021-03-24T04:34:10.000Z", + "updated_at": "2021-03-24T04:34:10.000Z" + } + ], + "brute": [ + { + "key": "oHUubZQTM66eOWJCFaoi+8dO/eXPG5zwBOW8P5YAuKM=", + "firstRequest": 1616560528637, + "lastRequest": 1616560528637, + "lifetime": 1616564128639, + "count": 1 + } + ], + "emails": [], + "integrations": [ + { + "id": "605ac141a2d5a6aa9e101ed3", + "type": "builtin", + "name": "Zapier", + "slug": "zapier", + "icon_image": null, + "description": "Built-in Zapier integration", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ed5", + "type": "internal", + "name": "Ghost Backup", + "slug": "ghost-backup", + "icon_image": null, + "description": "Internal DB Backup integration", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ed7", + "type": "internal", + "name": "Ghost Scheduler", + "slug": "ghost-scheduler", + "icon_image": null, + "description": "Internal Scheduler integration", + "created_at": "2021-03-24T04:34:10.000Z", + "updated_at": "2021-03-24T04:34:10.000Z" + } + ], + "invites": [], + "labels": [], + "members": [], + "members_labels": [], + "members_stripe_customers": [], + "members_stripe_customers_subscriptions": [], + "migrations": [ + { + "id": 1, + "name": "1-create-tables.js", + "version": "init", + "currentVersion": "4.1" + }, + { + "id": 2, + "name": "2-create-fixtures.js", + "version": "init", + "currentVersion": "4.1" + }, + { + "id": 3, + "name": "1-post-excerpt.js", + "version": "1.3", + "currentVersion": "4.1" + }, + { + "id": 4, + "name": "1-codeinjection-post.js", + "version": "1.4", + "currentVersion": "4.1" + }, + { + "id": 5, + "name": "1-og-twitter-post.js", + "version": "1.5", + "currentVersion": "4.1" + }, + { + "id": 6, + "name": "1-add-backup-client.js", + "version": "1.7", + "currentVersion": "4.1" + }, + { + "id": 7, + "name": "1-add-permissions-redirect.js", + "version": "1.9", + "currentVersion": "4.1" + }, + { + "id": 8, + "name": "1-custom-template-post.js", + "version": "1.13", + "currentVersion": "4.1" + }, + { + "id": 9, + "name": "2-theme-permissions.js", + "version": "1.13", + "currentVersion": "4.1" + }, + { + "id": 10, + "name": "1-add-webhooks-table.js", + "version": "1.18", + "currentVersion": "4.1" + }, + { + "id": 11, + "name": "1-webhook-permissions.js", + "version": "1.19", + "currentVersion": "4.1" + }, + { + "id": 12, + "name": "1-remove-settings-keys.js", + "version": "1.20", + "currentVersion": "4.1" + }, + { + "id": 13, + "name": "1-add-contributor-role.js", + "version": "1.21", + "currentVersion": "4.1" + }, + { + "id": 14, + "name": "1-multiple-authors-DDL.js", + "version": "1.22", + "currentVersion": "4.1" + }, + { + "id": 15, + "name": "1-multiple-authors-DML.js", + "version": "1.22", + "currentVersion": "4.1" + }, + { + "id": 16, + "name": "1-update-koenig-beta-html.js", + "version": "1.25", + "currentVersion": "4.1" + }, + { + "id": 17, + "name": "2-demo-post.js", + "version": "1.25", + "currentVersion": "4.1" + }, + { + "id": 18, + "name": "1-rename-amp-column.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 19, + "name": "2-update-posts.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 20, + "name": "3-remove-koenig-labs.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 21, + "name": "4-permalink-setting.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 22, + "name": "5-remove-demo-post.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 23, + "name": "6-replace-fixture-posts.js", + "version": "2.0", + "currentVersion": "4.1" + }, + { + "id": 24, + "name": "1-add-sessions-table.js", + "version": "2.2", + "currentVersion": "4.1" + }, + { + "id": 25, + "name": "2-add-integrations-and-api-key-tables.js", + "version": "2.2", + "currentVersion": "4.1" + }, + { + "id": 26, + "name": "3-insert-admin-integration-role.js", + "version": "2.2", + "currentVersion": "4.1" + }, + { + "id": 27, + "name": "4-insert-integration-and-api-key-permissions.js", + "version": "2.2", + "currentVersion": "4.1" + }, + { + "id": 28, + "name": "5-add-mobiledoc-revisions-table.js", + "version": "2.2", + "currentVersion": "4.1" + }, + { + "id": 29, + "name": "1-add-webhook-columns.js", + "version": "2.3", + "currentVersion": "4.1" + }, + { + "id": 30, + "name": "2-add-webhook-edit-permission.js", + "version": "2.3", + "currentVersion": "4.1" + }, + { + "id": 31, + "name": "1-add-webhook-permission-roles.js", + "version": "2.6", + "currentVersion": "4.1" + }, + { + "id": 32, + "name": "1-add-members-table.js", + "version": "2.8", + "currentVersion": "4.1" + }, + { + "id": 33, + "name": "1-remove-empty-strings.js", + "version": "2.13", + "currentVersion": "4.1" + }, + { + "id": 34, + "name": "1-add-actions-table.js", + "version": "2.14", + "currentVersion": "4.1" + }, + { + "id": 35, + "name": "2-add-actions-permissions.js", + "version": "2.14", + "currentVersion": "4.1" + }, + { + "id": 36, + "name": "1-add-type-column-to-integrations.js", + "version": "2.15", + "currentVersion": "4.1" + }, + { + "id": 37, + "name": "2-insert-zapier-integration.js", + "version": "2.15", + "currentVersion": "4.1" + }, + { + "id": 38, + "name": "1-add-members-perrmissions.js", + "version": "2.16", + "currentVersion": "4.1" + }, + { + "id": 39, + "name": "1-normalize-settings.js", + "version": "2.17", + "currentVersion": "4.1" + }, + { + "id": 40, + "name": "2-posts-add-canonical-url.js", + "version": "2.17", + "currentVersion": "4.1" + }, + { + "id": 41, + "name": "1-restore-settings-from-backup.js", + "version": "2.18", + "currentVersion": "4.1" + }, + { + "id": 42, + "name": "1-update-editor-permissions.js", + "version": "2.21", + "currentVersion": "4.1" + }, + { + "id": 43, + "name": "1-add-member-permissions-to-roles.js", + "version": "2.22", + "currentVersion": "4.1" + }, + { + "id": 44, + "name": "1-insert-ghost-db-backup-role.js", + "version": "2.27", + "currentVersion": "4.1" + }, + { + "id": 45, + "name": "2-insert-db-backup-integration.js", + "version": "2.27", + "currentVersion": "4.1" + }, + { + "id": 46, + "name": "3-add-subdirectory-to-relative-canonical-urls.js", + "version": "2.27", + "currentVersion": "4.1" + }, + { + "id": 47, + "name": "1-add-db-backup-content-permission.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 48, + "name": "2-add-db-backup-content-permission-to-roles.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 49, + "name": "3-insert-ghost-scheduler-role.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 50, + "name": "4-insert-scheduler-integration.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 51, + "name": "5-add-scheduler-permission-to-roles.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 52, + "name": "6-add-type-column.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 53, + "name": "7-populate-type-column.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 54, + "name": "8-remove-page-column.js", + "version": "2.28", + "currentVersion": "4.1" + }, + { + "id": 55, + "name": "1-add-post-page-column.js", + "version": "2.29", + "currentVersion": "4.1" + }, + { + "id": 56, + "name": "2-populate-post-page-column.js", + "version": "2.29", + "currentVersion": "4.1" + }, + { + "id": 57, + "name": "3-remove-page-type-column.js", + "version": "2.29", + "currentVersion": "4.1" + }, + { + "id": 58, + "name": "1-remove-name-and-password-from-members-table.js", + "version": "2.31", + "currentVersion": "4.1" + }, + { + "id": 59, + "name": "01-add-members-stripe-customers-table.js", + "version": "2.32", + "currentVersion": "4.1" + }, + { + "id": 60, + "name": "02-add-name-to-members-table.js", + "version": "2.32", + "currentVersion": "4.1" + }, + { + "id": 61, + "name": "01-correct-members-stripe-customers-table.js", + "version": "2.33", + "currentVersion": "4.1" + }, + { + "id": 62, + "name": "01-add-stripe-customers-subscriptions-table.js", + "version": "2.34", + "currentVersion": "4.1" + }, + { + "id": 63, + "name": "02-add-email-to-members-stripe-customers-table.js", + "version": "2.34", + "currentVersion": "4.1" + }, + { + "id": 64, + "name": "03-add-name-to-members-stripe-customers-table.js", + "version": "2.34", + "currentVersion": "4.1" + }, + { + "id": 65, + "name": "01-add-note-to-members-table.js", + "version": "2.35", + "currentVersion": "4.1" + }, + { + "id": 66, + "name": "01-add-self-signup-and-from address-to-members-settings.js", + "version": "2.37", + "currentVersion": "4.1" + }, + { + "id": 67, + "name": "01-remove-user-ghost-auth-columns.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 68, + "name": "02-drop-token-auth-tables.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 69, + "name": "03-drop-client-auth-tables.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 70, + "name": "04-add-posts-meta-table.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 71, + "name": "05-populate-posts-meta-table.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 72, + "name": "06-remove-posts-meta-columns.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 73, + "name": "07-add-posts-type-column.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 74, + "name": "08-populate-posts-type-column.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 75, + "name": "09-remove-posts-page-column.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 76, + "name": "10-remove-empty-strings.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 77, + "name": "11-update-posts-html.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 78, + "name": "12-populate-members-table-from-subscribers.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 79, + "name": "13-drop-subscribers-table.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 80, + "name": "14-remove-subscribers-flag.js", + "version": "3.0", + "currentVersion": "4.1" + }, + { + "id": 81, + "name": "01-add-send-email-when-published-to-posts.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 82, + "name": "02-add-email-subject-to-posts-meta.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 83, + "name": "03-add-email-preview-permissions.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 84, + "name": "04-add-subscribed-flag-to-members.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 85, + "name": "05-add-emails-table.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 86, + "name": "06-add-email-permissions.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 87, + "name": "07-add-uuid-field-to-members.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 88, + "name": "08-add-uuid-values-to-members.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 89, + "name": "09-add-further-email-permissions.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 90, + "name": "10-add-email-error-data-column.js", + "version": "3.1", + "currentVersion": "4.1" + }, + { + "id": 91, + "name": "01-add-cancel-at-period-end-to-subscriptions.js", + "version": "3.2", + "currentVersion": "4.1" + }, + { + "id": 92, + "name": "1-add-labels-table.js", + "version": "3.6", + "currentVersion": "4.1" + }, + { + "id": 93, + "name": "2-add-members-labels-table.js", + "version": "3.6", + "currentVersion": "4.1" + }, + { + "id": 94, + "name": "3-add-labels-permissions.js", + "version": "3.6", + "currentVersion": "4.1" + }, + { + "id": 95, + "name": "01-fix-incorrect-member-labels-foreign-keys.js", + "version": "3.7", + "currentVersion": "4.1" + }, + { + "id": 96, + "name": "01-add-geolocation-to-members.js", + "version": "3.8", + "currentVersion": "4.1" + }, + { + "id": 97, + "name": "01-add-member-sigin-url-permissions.js", + "version": "3.9", + "currentVersion": "4.1" + }, + { + "id": 98, + "name": "01-remove-broken-complimentary-plan-from-members-settings.js", + "version": "3.11", + "currentVersion": "4.1" + }, + { + "id": 99, + "name": "01-add-identity-permission.js", + "version": "3.12", + "currentVersion": "4.1" + }, + { + "id": 100, + "name": "02-remove-legacy-is-paid-flag-from-settings.js", + "version": "3.12", + "currentVersion": "4.1" + }, + { + "id": 101, + "name": "01-add-email-preview-permissions-to-roles.js", + "version": "3.18", + "currentVersion": "4.1" + }, + { + "id": 102, + "name": "02-add-members_stripe_connect-auth-permissions.js", + "version": "3.18", + "currentVersion": "4.1" + }, + { + "id": 103, + "name": "01-update-member-from-email-address.js", + "version": "3.19", + "currentVersion": "4.1" + }, + { + "id": 104, + "name": "01-removed-legacy-values-from-settings-table.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 105, + "name": "02-settings-key-renames.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 106, + "name": "03-add-group-and-flags-to-settings.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 107, + "name": "04-populate-settings-groups-and-flags.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 108, + "name": "05-migrate-members-subscription-settings.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 109, + "name": "06-migrate-stripe-connect-settings.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 110, + "name": "07-update-type-for-settings.js", + "version": "3.22", + "currentVersion": "4.1" + }, + { + "id": 111, + "name": "01-migrate-bulk-email-settings.js", + "version": "3.23", + "currentVersion": "4.1" + }, + { + "id": 112, + "name": "02-remove-bulk-email-settings.js", + "version": "3.23", + "currentVersion": "4.1" + }, + { + "id": 113, + "name": "03-update-portal-button-setting.js", + "version": "3.23", + "currentVersion": "4.1" + }, + { + "id": 114, + "name": "04-add-meta-columns-to-tags-table.js", + "version": "3.23", + "currentVersion": "4.1" + }, + { + "id": 115, + "name": "01-populate-group-for-new-portal-settings.js", + "version": "3.24", + "currentVersion": "4.1" + }, + { + "id": 116, + "name": "01-add-members-stripe-webhook-settings.js", + "version": "3.25", + "currentVersion": "4.1" + }, + { + "id": 117, + "name": "01-add-amp-gtag-id-setting.js", + "version": "3.26", + "currentVersion": "4.1" + }, + { + "id": 118, + "name": "01-remove-duplicate-subscriptions.js", + "version": "3.29", + "currentVersion": "4.1" + }, + { + "id": 119, + "name": "02-remove-duplicate-customers.js", + "version": "3.29", + "currentVersion": "4.1" + }, + { + "id": 120, + "name": "03-remove-orphaned-customers.js", + "version": "3.29", + "currentVersion": "4.1" + }, + { + "id": 121, + "name": "04-remove-orphaned-subscriptions.js", + "version": "3.29", + "currentVersion": "4.1" + }, + { + "id": 122, + "name": "05-add-member-constraints.js", + "version": "3.29", + "currentVersion": "4.1" + }, + { + "id": 123, + "name": "01-add-member-signin-url-permission-roles.js", + "version": "3.30", + "currentVersion": "4.1" + }, + { + "id": 124, + "name": "01-add-member-support-address-setting.js", + "version": "3.32", + "currentVersion": "4.1" + }, + { + "id": 125, + "name": "02-add-member-reply-address-setting.js", + "version": "3.32", + "currentVersion": "4.1" + }, + { + "id": 126, + "name": "03-add-routes-hash-setting.js", + "version": "3.32", + "currentVersion": "4.1" + }, + { + "id": 127, + "name": "01-add-email-recipients-tables.js", + "version": "3.33", + "currentVersion": "4.1" + }, + { + "id": 128, + "name": "01-add-tokens-table.js", + "version": "3.34", + "currentVersion": "4.1" + }, + { + "id": 129, + "name": "01-add-address-columns-to-emails-table.js", + "version": "3.35", + "currentVersion": "4.1" + }, + { + "id": 130, + "name": "01-add-snippets-table.js", + "version": "3.36", + "currentVersion": "4.1" + }, + { + "id": 131, + "name": "02-add-snippets-permissions.js", + "version": "3.36", + "currentVersion": "4.1" + }, + { + "id": 132, + "name": "01-update-portal-button-setting.js", + "version": "3.37", + "currentVersion": "4.1" + }, + { + "id": 133, + "name": "01-add-email-recipient-filter-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 134, + "name": "02-populate-email-recipient-filter-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 135, + "name": "03-add-recipient-filter-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 136, + "name": "04-populate-recipient-filter-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 137, + "name": "05-add-emails-track-opens-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 138, + "name": "06-add-newsletter-settings.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 139, + "name": "07-migrate-newsletter-settings-from-config.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 140, + "name": "08-repopulate-send-email-when-published-down-migration.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 141, + "name": "09-remove-send-email-when-published-column.js", + "version": "3.38", + "currentVersion": "4.1" + }, + { + "id": 142, + "name": "01-add-members-signup-redirect-settings.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 143, + "name": "02-add-user-id-to-api-keys-table.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 144, + "name": "03-add-email-track-opens-setting.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 145, + "name": "04-add-cancellation-reason-column.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 146, + "name": "05-remove-unused-columns-on-emails.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 147, + "name": "06-add-email-recipient-index.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 148, + "name": "07-add-email-recipients-event-timestamps.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 149, + "name": "08-add-email-stats-columns.js", + "version": "3.39", + "currentVersion": "4.1" + }, + { + "id": 150, + "name": "01-add-members-email-open-rate-column.js", + "version": "3.40", + "currentVersion": "4.1" + }, + { + "id": 151, + "name": "02-add members-email-aggregation-columns.js", + "version": "3.40", + "currentVersion": "4.1" + }, + { + "id": 152, + "name": "03-populate-members-email-counts.js", + "version": "3.40", + "currentVersion": "4.1" + }, + { + "id": 153, + "name": "01-add-firstpromoter-settings.js", + "version": "3.41", + "currentVersion": "4.1" + }, + { + "id": 154, + "name": "01-update-mobiledoc.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 155, + "name": "02-add-status-column-to-members.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 156, + "name": "03-populate-status-column-for-members.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 157, + "name": "04-drop-apps-related-tables.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 158, + "name": "05-add-members-subscribe-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 159, + "name": "06-populate-members-subscribe-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 160, + "name": "07-alter-unique-constraint-for-posts-slug.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 161, + "name": "08-add-members-login-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 162, + "name": "09-add-members-email-change-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 163, + "name": "10-add-members-status-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 164, + "name": "11-add-members-paid-subscription-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 165, + "name": "12-delete-apps-related-settings-keys.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 166, + "name": "13-add-members-payment-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 167, + "name": "14-remove-orphaned-stripe-records.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 168, + "name": "15-add-frontmatter-column-to-meta.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 169, + "name": "16-refactor-slack-setting.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 170, + "name": "17-populate-members-status-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 171, + "name": "18-transform-urls-absolute-to-transform-ready.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 172, + "name": "19-remove-labs-members-setting.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 173, + "name": "20-refactor-unsplash-setting.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 174, + "name": "21-sanitize-email-batches-provider-id.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 175, + "name": "22-solve-orphaned-webhooks.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 176, + "name": "23-regenerate-posts-html.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 177, + "name": "24-add-missing-email-permissions.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 178, + "name": "25-populate-members-paid-subscription-events-table.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 179, + "name": "26-add-cascade-on-delete.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 180, + "name": "27-add-primary-key-brute-migrations-lock.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 181, + "name": "28-add-webhook-intergrations-foreign-key.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 182, + "name": "29-fix-foreign-key-for-members-stripe-customers-subscriptions.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 183, + "name": "30-set-default-accent-color.js", + "version": "4.0", + "currentVersion": "4.1" + }, + { + "id": 184, + "name": "01-fix-backup-content-permission-typo.js", + "version": "4.1", + "currentVersion": "4.1" + }, + { + "id": 185, + "name": "02-add-unique-constraint-for-member-stripe-tables.js", + "version": "4.1", + "currentVersion": "4.1" + } + ], + "migrations_lock": [ + { + "lock_key": "km01", + "locked": 0, + "acquired_at": "2021-03-24T04:34:07.000Z", + "released_at": "2021-03-24T04:34:10.000Z" + } + ], + "permissions": [ + { + "id": "605ac140a2d5a6aa9e101e6c", + "name": "Export database", + "object_type": "db", + "action_type": "exportContent", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e6d", + "name": "Import database", + "object_type": "db", + "action_type": "importContent", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e6e", + "name": "Delete all content", + "object_type": "db", + "action_type": "deleteAllContent", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e6f", + "name": "Send mail", + "object_type": "mail", + "action_type": "send", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e70", + "name": "Browse notifications", + "object_type": "notification", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e71", + "name": "Add notifications", + "object_type": "notification", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e72", + "name": "Delete notifications", + "object_type": "notification", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e73", + "name": "Browse posts", + "object_type": "post", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e74", + "name": "Read posts", + "object_type": "post", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e75", + "name": "Edit posts", + "object_type": "post", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e76", + "name": "Add posts", + "object_type": "post", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e77", + "name": "Delete posts", + "object_type": "post", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e78", + "name": "Browse settings", + "object_type": "setting", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e79", + "name": "Read settings", + "object_type": "setting", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7a", + "name": "Edit settings", + "object_type": "setting", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7b", + "name": "Generate slugs", + "object_type": "slug", + "action_type": "generate", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7c", + "name": "Browse tags", + "object_type": "tag", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7d", + "name": "Read tags", + "object_type": "tag", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7e", + "name": "Edit tags", + "object_type": "tag", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e7f", + "name": "Add tags", + "object_type": "tag", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e80", + "name": "Delete tags", + "object_type": "tag", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e81", + "name": "Browse themes", + "object_type": "theme", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e82", + "name": "Edit themes", + "object_type": "theme", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e83", + "name": "Activate themes", + "object_type": "theme", + "action_type": "activate", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e84", + "name": "Upload themes", + "object_type": "theme", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e85", + "name": "Download themes", + "object_type": "theme", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e86", + "name": "Delete themes", + "object_type": "theme", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e87", + "name": "Browse users", + "object_type": "user", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e88", + "name": "Read users", + "object_type": "user", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e89", + "name": "Edit users", + "object_type": "user", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8a", + "name": "Add users", + "object_type": "user", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8b", + "name": "Delete users", + "object_type": "user", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8c", + "name": "Assign a role", + "object_type": "role", + "action_type": "assign", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8d", + "name": "Browse roles", + "object_type": "role", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8e", + "name": "Browse invites", + "object_type": "invite", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e8f", + "name": "Read invites", + "object_type": "invite", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e90", + "name": "Edit invites", + "object_type": "invite", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e91", + "name": "Add invites", + "object_type": "invite", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e92", + "name": "Delete invites", + "object_type": "invite", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e93", + "name": "Download redirects", + "object_type": "redirect", + "action_type": "download", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e94", + "name": "Upload redirects", + "object_type": "redirect", + "action_type": "upload", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e95", + "name": "Add webhooks", + "object_type": "webhook", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e96", + "name": "Edit webhooks", + "object_type": "webhook", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e97", + "name": "Delete webhooks", + "object_type": "webhook", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e98", + "name": "Browse integrations", + "object_type": "integration", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e99", + "name": "Read integrations", + "object_type": "integration", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9a", + "name": "Edit integrations", + "object_type": "integration", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9b", + "name": "Add integrations", + "object_type": "integration", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9c", + "name": "Delete integrations", + "object_type": "integration", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9d", + "name": "Browse API keys", + "object_type": "api_key", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9e", + "name": "Read API keys", + "object_type": "api_key", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e9f", + "name": "Edit API keys", + "object_type": "api_key", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea0", + "name": "Add API keys", + "object_type": "api_key", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea1", + "name": "Delete API keys", + "object_type": "api_key", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea2", + "name": "Browse Actions", + "object_type": "action", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea3", + "name": "Browse Members", + "object_type": "member", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea4", + "name": "Read Members", + "object_type": "member", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea5", + "name": "Edit Members", + "object_type": "member", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea6", + "name": "Add Members", + "object_type": "member", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101ea7", + "name": "Delete Members", + "object_type": "member", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ea8", + "name": "Publish posts", + "object_type": "post", + "action_type": "publish", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ea9", + "name": "Backup database", + "object_type": "db", + "action_type": "backupContent", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eaa", + "name": "Email preview", + "object_type": "email_preview", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eab", + "name": "Send test email", + "object_type": "email_preview", + "action_type": "sendTestEmail", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eac", + "name": "Browse emails", + "object_type": "email", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ead", + "name": "Read emails", + "object_type": "email", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eae", + "name": "Retry emails", + "object_type": "email", + "action_type": "retry", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eaf", + "name": "Browse labels", + "object_type": "label", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb0", + "name": "Read labels", + "object_type": "label", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb1", + "name": "Edit labels", + "object_type": "label", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb2", + "name": "Add labels", + "object_type": "label", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb3", + "name": "Delete labels", + "object_type": "label", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb4", + "name": "Read member signin urls", + "object_type": "member_signin_url", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb5", + "name": "Read identities", + "object_type": "identity", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb6", + "name": "Auth Stripe Connect for Members", + "object_type": "members_stripe_connect", + "action_type": "auth", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb7", + "name": "Browse snippets", + "object_type": "snippet", + "action_type": "browse", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb8", + "name": "Read snippets", + "object_type": "snippet", + "action_type": "read", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eb9", + "name": "Edit snippets", + "object_type": "snippet", + "action_type": "edit", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101eba", + "name": "Add snippets", + "object_type": "snippet", + "action_type": "add", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + }, + { + "id": "605ac141a2d5a6aa9e101ebb", + "name": "Delete snippets", + "object_type": "snippet", + "action_type": "destroy", + "object_id": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + } + ], + "permissions_roles": [ + { + "id": "605ac142a2d5a6aa9e101ed9", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e6c" + }, + { + "id": "605ac142a2d5a6aa9e101eda", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e6d" + }, + { + "id": "605ac142a2d5a6aa9e101edb", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e6e" + }, + { + "id": "605ac142a2d5a6aa9e101edc", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101ea9" + }, + { + "id": "605ac142a2d5a6aa9e101edd", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e6f" + }, + { + "id": "605ac142a2d5a6aa9e101ede", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e70" + }, + { + "id": "605ac142a2d5a6aa9e101edf", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e71" + }, + { + "id": "605ac142a2d5a6aa9e101ee0", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e72" + }, + { + "id": "605ac142a2d5a6aa9e101ee1", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e73" + }, + { + "id": "605ac142a2d5a6aa9e101ee2", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e74" + }, + { + "id": "605ac142a2d5a6aa9e101ee3", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e75" + }, + { + "id": "605ac142a2d5a6aa9e101ee4", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e76" + }, + { + "id": "605ac142a2d5a6aa9e101ee5", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e77" + }, + { + "id": "605ac142a2d5a6aa9e101ee6", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101ea8" + }, + { + "id": "605ac142a2d5a6aa9e101ee7", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e78" + }, + { + "id": "605ac142a2d5a6aa9e101ee8", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e79" + }, + { + "id": "605ac142a2d5a6aa9e101ee9", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7a" + }, + { + "id": "605ac142a2d5a6aa9e101eea", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7b" + }, + { + "id": "605ac142a2d5a6aa9e101eeb", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7c" + }, + { + "id": "605ac142a2d5a6aa9e101eec", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7d" + }, + { + "id": "605ac142a2d5a6aa9e101eed", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7e" + }, + { + "id": "605ac142a2d5a6aa9e101eee", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e7f" + }, + { + "id": "605ac142a2d5a6aa9e101eef", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e80" + }, + { + "id": "605ac142a2d5a6aa9e101ef0", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e81" + }, + { + "id": "605ac142a2d5a6aa9e101ef1", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e82" + }, + { + "id": "605ac142a2d5a6aa9e101ef2", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e83" + }, + { + "id": "605ac142a2d5a6aa9e101ef3", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e84" + }, + { + "id": "605ac142a2d5a6aa9e101ef4", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e85" + }, + { + "id": "605ac142a2d5a6aa9e101ef5", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e86" + }, + { + "id": "605ac142a2d5a6aa9e101ef6", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e87" + }, + { + "id": "605ac142a2d5a6aa9e101ef7", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e88" + }, + { + "id": "605ac142a2d5a6aa9e101ef8", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e89" + }, + { + "id": "605ac142a2d5a6aa9e101ef9", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8a" + }, + { + "id": "605ac142a2d5a6aa9e101efa", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8b" + }, + { + "id": "605ac142a2d5a6aa9e101efb", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8c" + }, + { + "id": "605ac142a2d5a6aa9e101efc", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8d" + }, + { + "id": "605ac142a2d5a6aa9e101efd", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8e" + }, + { + "id": "605ac142a2d5a6aa9e101efe", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e8f" + }, + { + "id": "605ac142a2d5a6aa9e101eff", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e90" + }, + { + "id": "605ac142a2d5a6aa9e101f00", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e91" + }, + { + "id": "605ac142a2d5a6aa9e101f01", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e92" + }, + { + "id": "605ac142a2d5a6aa9e101f02", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e93" + }, + { + "id": "605ac142a2d5a6aa9e101f03", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e94" + }, + { + "id": "605ac142a2d5a6aa9e101f04", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e95" + }, + { + "id": "605ac142a2d5a6aa9e101f05", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e96" + }, + { + "id": "605ac142a2d5a6aa9e101f06", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e97" + }, + { + "id": "605ac142a2d5a6aa9e101f07", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e98" + }, + { + "id": "605ac142a2d5a6aa9e101f08", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e99" + }, + { + "id": "605ac142a2d5a6aa9e101f09", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9a" + }, + { + "id": "605ac142a2d5a6aa9e101f0a", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9b" + }, + { + "id": "605ac142a2d5a6aa9e101f0b", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9c" + }, + { + "id": "605ac142a2d5a6aa9e101f0c", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9d" + }, + { + "id": "605ac142a2d5a6aa9e101f0d", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9e" + }, + { + "id": "605ac142a2d5a6aa9e101f0e", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101e9f" + }, + { + "id": "605ac142a2d5a6aa9e101f0f", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea0" + }, + { + "id": "605ac142a2d5a6aa9e101f10", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea1" + }, + { + "id": "605ac142a2d5a6aa9e101f11", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea2" + }, + { + "id": "605ac142a2d5a6aa9e101f12", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea3" + }, + { + "id": "605ac142a2d5a6aa9e101f13", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea4" + }, + { + "id": "605ac142a2d5a6aa9e101f14", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea5" + }, + { + "id": "605ac142a2d5a6aa9e101f15", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea6" + }, + { + "id": "605ac142a2d5a6aa9e101f16", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac140a2d5a6aa9e101ea7" + }, + { + "id": "605ac142a2d5a6aa9e101f17", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eaf" + }, + { + "id": "605ac142a2d5a6aa9e101f18", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb0" + }, + { + "id": "605ac142a2d5a6aa9e101f19", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb1" + }, + { + "id": "605ac142a2d5a6aa9e101f1a", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb2" + }, + { + "id": "605ac142a2d5a6aa9e101f1b", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb3" + }, + { + "id": "605ac142a2d5a6aa9e101f1c", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eaa" + }, + { + "id": "605ac142a2d5a6aa9e101f1d", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eab" + }, + { + "id": "605ac142a2d5a6aa9e101f1e", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eac" + }, + { + "id": "605ac142a2d5a6aa9e101f1f", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101ead" + }, + { + "id": "605ac142a2d5a6aa9e101f20", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eae" + }, + { + "id": "605ac142a2d5a6aa9e101f21", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb4" + }, + { + "id": "605ac142a2d5a6aa9e101f22", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb7" + }, + { + "id": "605ac142a2d5a6aa9e101f23", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb8" + }, + { + "id": "605ac142a2d5a6aa9e101f24", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eb9" + }, + { + "id": "605ac142a2d5a6aa9e101f25", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101eba" + }, + { + "id": "605ac142a2d5a6aa9e101f26", + "role_id": "605ac140a2d5a6aa9e101e64", + "permission_id": "605ac141a2d5a6aa9e101ebb" + }, + { + "id": "605ac142a2d5a6aa9e101f27", + "role_id": "605ac140a2d5a6aa9e101e6a", + "permission_id": "605ac140a2d5a6aa9e101e6c" + }, + { + "id": "605ac142a2d5a6aa9e101f28", + "role_id": "605ac140a2d5a6aa9e101e6a", + "permission_id": "605ac140a2d5a6aa9e101e6d" + }, + { + "id": "605ac142a2d5a6aa9e101f29", + "role_id": "605ac140a2d5a6aa9e101e6a", + "permission_id": "605ac140a2d5a6aa9e101e6e" + }, + { + "id": "605ac142a2d5a6aa9e101f2a", + "role_id": "605ac140a2d5a6aa9e101e6a", + "permission_id": "605ac141a2d5a6aa9e101ea9" + }, + { + "id": "605ac142a2d5a6aa9e101f2b", + "role_id": "605ac140a2d5a6aa9e101e6b", + "permission_id": "605ac141a2d5a6aa9e101ea8" + }, + { + "id": "605ac142a2d5a6aa9e101f2c", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e6f" + }, + { + "id": "605ac142a2d5a6aa9e101f2d", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e70" + }, + { + "id": "605ac142a2d5a6aa9e101f2e", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e71" + }, + { + "id": "605ac142a2d5a6aa9e101f2f", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e72" + }, + { + "id": "605ac142a2d5a6aa9e101f30", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e73" + }, + { + "id": "605ac142a2d5a6aa9e101f31", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e74" + }, + { + "id": "605ac142a2d5a6aa9e101f32", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e75" + }, + { + "id": "605ac142a2d5a6aa9e101f33", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e76" + }, + { + "id": "605ac142a2d5a6aa9e101f34", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e77" + }, + { + "id": "605ac142a2d5a6aa9e101f35", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101ea8" + }, + { + "id": "605ac142a2d5a6aa9e101f36", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e78" + }, + { + "id": "605ac142a2d5a6aa9e101f37", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e79" + }, + { + "id": "605ac142a2d5a6aa9e101f38", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7a" + }, + { + "id": "605ac142a2d5a6aa9e101f39", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7b" + }, + { + "id": "605ac142a2d5a6aa9e101f3a", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7c" + }, + { + "id": "605ac142a2d5a6aa9e101f3b", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7d" + }, + { + "id": "605ac142a2d5a6aa9e101f3c", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7e" + }, + { + "id": "605ac142a2d5a6aa9e101f3d", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e7f" + }, + { + "id": "605ac142a2d5a6aa9e101f3e", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e80" + }, + { + "id": "605ac142a2d5a6aa9e101f3f", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e81" + }, + { + "id": "605ac142a2d5a6aa9e101f40", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e82" + }, + { + "id": "605ac142a2d5a6aa9e101f41", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e83" + }, + { + "id": "605ac142a2d5a6aa9e101f42", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e84" + }, + { + "id": "605ac142a2d5a6aa9e101f43", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e85" + }, + { + "id": "605ac142a2d5a6aa9e101f44", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e86" + }, + { + "id": "605ac142a2d5a6aa9e101f45", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e87" + }, + { + "id": "605ac142a2d5a6aa9e101f46", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e88" + }, + { + "id": "605ac142a2d5a6aa9e101f47", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e89" + }, + { + "id": "605ac142a2d5a6aa9e101f48", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8a" + }, + { + "id": "605ac142a2d5a6aa9e101f49", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8b" + }, + { + "id": "605ac142a2d5a6aa9e101f4a", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8c" + }, + { + "id": "605ac142a2d5a6aa9e101f4b", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8d" + }, + { + "id": "605ac142a2d5a6aa9e101f4c", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8e" + }, + { + "id": "605ac142a2d5a6aa9e101f4d", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e8f" + }, + { + "id": "605ac142a2d5a6aa9e101f4e", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e90" + }, + { + "id": "605ac142a2d5a6aa9e101f4f", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e91" + }, + { + "id": "605ac142a2d5a6aa9e101f50", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e92" + }, + { + "id": "605ac142a2d5a6aa9e101f51", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e93" + }, + { + "id": "605ac142a2d5a6aa9e101f52", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e94" + }, + { + "id": "605ac142a2d5a6aa9e101f53", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e95" + }, + { + "id": "605ac142a2d5a6aa9e101f54", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e96" + }, + { + "id": "605ac142a2d5a6aa9e101f55", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101e97" + }, + { + "id": "605ac142a2d5a6aa9e101f56", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea2" + }, + { + "id": "605ac142a2d5a6aa9e101f57", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea3" + }, + { + "id": "605ac142a2d5a6aa9e101f58", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea4" + }, + { + "id": "605ac142a2d5a6aa9e101f59", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea5" + }, + { + "id": "605ac142a2d5a6aa9e101f5a", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea6" + }, + { + "id": "605ac142a2d5a6aa9e101f5b", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac140a2d5a6aa9e101ea7" + }, + { + "id": "605ac142a2d5a6aa9e101f5c", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eaf" + }, + { + "id": "605ac142a2d5a6aa9e101f5d", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb0" + }, + { + "id": "605ac142a2d5a6aa9e101f5e", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb1" + }, + { + "id": "605ac142a2d5a6aa9e101f5f", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb2" + }, + { + "id": "605ac142a2d5a6aa9e101f60", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb3" + }, + { + "id": "605ac142a2d5a6aa9e101f61", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eaa" + }, + { + "id": "605ac142a2d5a6aa9e101f62", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eab" + }, + { + "id": "605ac142a2d5a6aa9e101f63", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eac" + }, + { + "id": "605ac142a2d5a6aa9e101f64", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101ead" + }, + { + "id": "605ac142a2d5a6aa9e101f65", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eae" + }, + { + "id": "605ac142a2d5a6aa9e101f66", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb7" + }, + { + "id": "605ac142a2d5a6aa9e101f67", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb8" + }, + { + "id": "605ac142a2d5a6aa9e101f68", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eb9" + }, + { + "id": "605ac142a2d5a6aa9e101f69", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101eba" + }, + { + "id": "605ac142a2d5a6aa9e101f6a", + "role_id": "605ac140a2d5a6aa9e101e69", + "permission_id": "605ac141a2d5a6aa9e101ebb" + }, + { + "id": "605ac142a2d5a6aa9e101f6b", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e70" + }, + { + "id": "605ac142a2d5a6aa9e101f6c", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e71" + }, + { + "id": "605ac142a2d5a6aa9e101f6d", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e72" + }, + { + "id": "605ac142a2d5a6aa9e101f6e", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e73" + }, + { + "id": "605ac142a2d5a6aa9e101f6f", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e74" + }, + { + "id": "605ac142a2d5a6aa9e101f70", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e75" + }, + { + "id": "605ac142a2d5a6aa9e101f71", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e76" + }, + { + "id": "605ac142a2d5a6aa9e101f72", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e77" + }, + { + "id": "605ac142a2d5a6aa9e101f73", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101ea8" + }, + { + "id": "605ac142a2d5a6aa9e101f74", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e78" + }, + { + "id": "605ac142a2d5a6aa9e101f75", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e79" + }, + { + "id": "605ac142a2d5a6aa9e101f76", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e7b" + }, + { + "id": "605ac142a2d5a6aa9e101f77", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e7c" + }, + { + "id": "605ac142a2d5a6aa9e101f78", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e7d" + }, + { + "id": "605ac142a2d5a6aa9e101f79", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e7e" + }, + { + "id": "605ac142a2d5a6aa9e101f7a", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e7f" + }, + { + "id": "605ac142a2d5a6aa9e101f7b", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e80" + }, + { + "id": "605ac142a2d5a6aa9e101f7c", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e87" + }, + { + "id": "605ac142a2d5a6aa9e101f7d", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e88" + }, + { + "id": "605ac142a2d5a6aa9e101f7e", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e89" + }, + { + "id": "605ac142a2d5a6aa9e101f7f", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8a" + }, + { + "id": "605ac142a2d5a6aa9e101f80", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8b" + }, + { + "id": "605ac142a2d5a6aa9e101f81", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8c" + }, + { + "id": "605ac142a2d5a6aa9e101f82", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8d" + }, + { + "id": "605ac142a2d5a6aa9e101f83", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8e" + }, + { + "id": "605ac142a2d5a6aa9e101f84", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e8f" + }, + { + "id": "605ac142a2d5a6aa9e101f85", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e90" + }, + { + "id": "605ac142a2d5a6aa9e101f86", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e91" + }, + { + "id": "605ac142a2d5a6aa9e101f87", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e92" + }, + { + "id": "605ac142a2d5a6aa9e101f88", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac140a2d5a6aa9e101e81" + }, + { + "id": "605ac142a2d5a6aa9e101f89", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eaa" + }, + { + "id": "605ac142a2d5a6aa9e101f8a", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eab" + }, + { + "id": "605ac142a2d5a6aa9e101f8b", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eac" + }, + { + "id": "605ac142a2d5a6aa9e101f8c", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101ead" + }, + { + "id": "605ac142a2d5a6aa9e101f8d", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eae" + }, + { + "id": "605ac142a2d5a6aa9e101f8e", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eb7" + }, + { + "id": "605ac142a2d5a6aa9e101f8f", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eb8" + }, + { + "id": "605ac142a2d5a6aa9e101f90", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eb9" + }, + { + "id": "605ac142a2d5a6aa9e101f91", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101eba" + }, + { + "id": "605ac142a2d5a6aa9e101f92", + "role_id": "605ac140a2d5a6aa9e101e65", + "permission_id": "605ac141a2d5a6aa9e101ebb" + }, + { + "id": "605ac142a2d5a6aa9e101f93", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e73" + }, + { + "id": "605ac142a2d5a6aa9e101f94", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e74" + }, + { + "id": "605ac142a2d5a6aa9e101f95", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e76" + }, + { + "id": "605ac142a2d5a6aa9e101f96", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e78" + }, + { + "id": "605ac142a2d5a6aa9e101f97", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e79" + }, + { + "id": "605ac142a2d5a6aa9e101f98", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e7b" + }, + { + "id": "605ac142a2d5a6aa9e101f99", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e7c" + }, + { + "id": "605ac142a2d5a6aa9e101f9a", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e7d" + }, + { + "id": "605ac142a2d5a6aa9e101f9b", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e7f" + }, + { + "id": "605ac142a2d5a6aa9e101f9c", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e87" + }, + { + "id": "605ac142a2d5a6aa9e101f9d", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e88" + }, + { + "id": "605ac142a2d5a6aa9e101f9e", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e8d" + }, + { + "id": "605ac142a2d5a6aa9e101f9f", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac140a2d5a6aa9e101e81" + }, + { + "id": "605ac142a2d5a6aa9e101fa0", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac141a2d5a6aa9e101eaa" + }, + { + "id": "605ac142a2d5a6aa9e101fa1", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac141a2d5a6aa9e101ead" + }, + { + "id": "605ac142a2d5a6aa9e101fa2", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac141a2d5a6aa9e101eb7" + }, + { + "id": "605ac142a2d5a6aa9e101fa3", + "role_id": "605ac140a2d5a6aa9e101e66", + "permission_id": "605ac141a2d5a6aa9e101eb8" + }, + { + "id": "605ac142a2d5a6aa9e101fa4", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e73" + }, + { + "id": "605ac142a2d5a6aa9e101fa5", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e74" + }, + { + "id": "605ac142a2d5a6aa9e101fa6", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e76" + }, + { + "id": "605ac142a2d5a6aa9e101fa7", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e78" + }, + { + "id": "605ac142a2d5a6aa9e101fa8", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e79" + }, + { + "id": "605ac142a2d5a6aa9e101fa9", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e7b" + }, + { + "id": "605ac142a2d5a6aa9e101faa", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e7c" + }, + { + "id": "605ac142a2d5a6aa9e101fab", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e7d" + }, + { + "id": "605ac142a2d5a6aa9e101fac", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e87" + }, + { + "id": "605ac142a2d5a6aa9e101fad", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e88" + }, + { + "id": "605ac142a2d5a6aa9e101fae", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e8d" + }, + { + "id": "605ac142a2d5a6aa9e101faf", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac140a2d5a6aa9e101e81" + }, + { + "id": "605ac142a2d5a6aa9e101fb0", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac141a2d5a6aa9e101eaa" + }, + { + "id": "605ac142a2d5a6aa9e101fb1", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac141a2d5a6aa9e101ead" + }, + { + "id": "605ac142a2d5a6aa9e101fb2", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac141a2d5a6aa9e101eb7" + }, + { + "id": "605ac142a2d5a6aa9e101fb3", + "role_id": "605ac140a2d5a6aa9e101e67", + "permission_id": "605ac141a2d5a6aa9e101eb8" + } + ], + "permissions_users": [], + "posts": [ + { + "id": "605ac141a2d5a6aa9e101ebd", + "uuid": "78fafdf6-eec5-45e1-9d8e-d86dcc7e76cd", + "title": "Setting up apps and custom integrations", + "slug": "integrations", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/integrations-icons.png\",\"cardWidth\":\"full\"}],[\"markdown\",{\"markdown\":\"\\n\"}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/iawriter-integration.png\",\"width\":2244,\"height\":936}]],\"markups\":[[\"a\",[\"href\",\"https://ghost.org/integrations/\"]],[\"strong\"]],\"sections\":[[1,\"p\",[[0,[],0,\"It's possible to extend your Ghost site and connect it with hundreds of the most popular apps and tools using integrations. \"]]],[1,\"p\",[[0,[],0,\"Whether you need to automatically publish new posts on social media, connect your favorite analytics tool, sync your community or embed forms into your content — our \"],[0,[0],1,\"integrations library\"],[0,[],0,\" has got it all covered with hundreds of integration tutorials.\"]]],[1,\"p\",[[0,[],0,\"Many integrations are as simple as inserting an embed by pasting a link, or copying a snippet of code directly from an app and pasting it into Ghost. Our integration tutorials are used by creators of all kinds to get apps and integrations up and running in no time — no technical knowledge required.\"]]],[10,0],[1,\"h2\",[[0,[],0,\"Zapier\"]]],[1,\"p\",[[0,[],0,\"Zapier is a no-code tool that allows you to build powerful automations, and our official integration allows you to connect your Ghost site to more than 1,000 external services.\"]]],[1,\"blockquote\",[[0,[1],1,\"Example\"],[0,[],0,\": When someone new subscribes to a newsletter on a Ghost site (Trigger) then the contact information is automatically pushed into MailChimp (Action).\"]]],[1,\"p\",[[0,[1],1,\"Here's a few of the most popular automation templates:\"],[0,[],0,\" \"]]],[10,1],[1,\"h2\",[[0,[],0,\"Custom integrations\"]]],[1,\"p\",[[0,[],0,\"For more advanced automation, it's possible to create custom Ghost integrations with dedicated API keys from the Integrations page within Ghost Admin. \"]]],[10,2],[1,\"p\",[[0,[],0,\"These custom integrations allow you to use the Ghost API without needing to write code, and create powerful workflows such as sending content from your favorite desktop editor into Ghost as a new draft.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

It's possible to extend your Ghost site and connect it with hundreds of the most popular apps and tools using integrations.

Whether you need to automatically publish new posts on social media, connect your favorite analytics tool, sync your community or embed forms into your content — our integrations library has got it all covered with hundreds of integration tutorials.

Many integrations are as simple as inserting an embed by pasting a link, or copying a snippet of code directly from an app and pasting it into Ghost. Our integration tutorials are used by creators of all kinds to get apps and integrations up and running in no time — no technical knowledge required.

Zapier

Zapier is a no-code tool that allows you to build powerful automations, and our official integration allows you to connect your Ghost site to more than 1,000 external services.

Example: When someone new subscribes to a newsletter on a Ghost site (Trigger) then the contact information is automatically pushed into MailChimp (Action).

Here's a few of the most popular automation templates:

\n

Custom integrations

For more advanced automation, it's possible to create custom Ghost integrations with dedicated API keys from the Integrations page within Ghost Admin.

These custom integrations allow you to use the Ghost API without needing to write code, and create powerful workflows such as sending content from your favorite desktop editor into Ghost as a new draft.

", + "comment_id": "605ac141a2d5a6aa9e101ebd", + "plaintext": "It's possible to extend your Ghost site and connect it with hundreds of the most\npopular apps and tools using integrations. \n\nWhether you need to automatically publish new posts on social media, connect\nyour favorite analytics tool, sync your community or embed forms into your\ncontent — our integrations library [https://ghost.org/integrations/] has got it\nall covered with hundreds of integration tutorials.\n\nMany integrations are as simple as inserting an embed by pasting a link, or\ncopying a snippet of code directly from an app and pasting it into Ghost. Our\nintegration tutorials are used by creators of all kinds to get apps and\nintegrations up and running in no time — no technical knowledge required.\n\nZapier\nZapier is a no-code tool that allows you to build powerful automations, and our\nofficial integration allows you to connect your Ghost site to more than 1,000\nexternal services.\n\n> Example: When someone new subscribes to a newsletter on a Ghost site (Trigger)\nthen the contact information is automatically pushed into MailChimp (Action).\nHere's a few of the most popular automation templates: \n\nCustom integrations\nFor more advanced automation, it's possible to create custom Ghost integrations\nwith dedicated API keys from the Integrations page within Ghost Admin. \n\nThese custom integrations allow you to use the Ghost API without needing to\nwrite code, and create powerful workflows such as sending content from your\nfavorite desktop editor into Ghost as a new draft.", + "feature_image": "https://static.ghost.org/v4.0.0/images/app-integrations.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:09.000Z", + "custom_excerpt": "Work with all your favorite apps and tools or create your own custom integrations using the Ghost API.", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ebf", + "uuid": "381f30c6-fe1e-4410-b86a-370674117bb3", + "title": "How to grow your business around an audience", + "slug": "grow", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}],[\"soft-return\",\"\",{}]],\"cards\":[[\"hr\",{}]],\"markups\":[[\"strong\"],[\"a\",[\"href\",\"https://ghost.org/pricing/\"]],[\"em\"],[\"a\",[\"href\",\"https://ghost.org/blog/how-to-create-a-newsletter/\"]],[\"a\",[\"href\",\"https://ghost.org/blog/membership-sites/\"]],[\"a\",[\"href\",\"https://newsletterguide.org/\"]],[\"a\",[\"href\",\"https://ghost.org/blog/find-your-niche-creator-economy/\"]],[\"a\",[\"href\",\"https://ghost.org/blog/newsletter-referral-programs/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"As you grow, you'll probably want to start inviting team members and collaborators to your site. Ghost has a number of different user roles for your team:\"]]],[1,\"p\",[[0,[0],1,\"Contributors\"],[1,[],0,0],[0,[],0,\"This is the base user level in Ghost. Contributors can create and edit their own draft posts, but they are unable to edit drafts of others or publish posts. Contributors are \"],[0,[0],1,\"untrusted\"],[0,[],0,\" users with the most basic access to your publication.\"]]],[1,\"p\",[[0,[0],1,\"Authors\"],[1,[],0,1],[0,[],0,\"Authors are the 2nd user level in Ghost. Authors can write, edit and publish their own posts. Authors are \"],[0,[0],1,\"trusted\"],[0,[],0,\" users. If you don't trust users to be allowed to publish their own posts, they should be set as Contributors.\"]]],[1,\"p\",[[0,[0],1,\"Editors\"],[1,[],0,2],[0,[],0,\"Editors are the 3rd user level in Ghost. Editors can do everything that an Author can do, but they can also edit and publish the posts of others - as well as their own. Editors can also invite new Contributors & Authors to the site.\"]]],[1,\"p\",[[0,[0],1,\"Administrators\"],[1,[],0,3],[0,[],0,\"The top user level in Ghost is Administrator. Again, administrators can do everything that Authors and Editors can do, but they can also edit all site settings and data, not just content. Additionally, administrators have full access to invite, manage or remove any other user of the site.\"],[1,[],0,4],[1,[],0,5],[0,[0],1,\"The Owner\"],[1,[],0,6],[0,[],0,\"There is only ever one owner of a Ghost site. The owner is a special user which has all the same permissions as an Administrator, but with two exceptions: The Owner can never be deleted. And in some circumstances the owner will have access to additional special settings if applicable. For example: billing details, if using \"],[0,[1,0],2,\"Ghost(Pro)\"],[0,[],0,\".\"]]],[1,\"blockquote\",[[0,[2],1,\"Ask all of your users to fill out their user profiles, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.\"]]],[10,0],[1,\"p\",[[0,[],0,\"If you're looking for insights, tips and reference materials to expand your content business, here's 5 top resources to get you started:\"]]],[3,\"ul\",[[[0,[3,0],2,\"How to create a premium newsletter (+ some case studies)\"],[0,[0],1,\" \"],[0,[],0,\" \"],[1,[],0,7],[0,[],0,\"Learn how others run successful paid email newsletter products\"]],[[0,[0,4],2,\"The ultimate guide to membership websites for creators\"],[1,[],0,8],[0,[],0,\"Tips to help you build, launch and grow your new membership business\"]],[[0,[0,5],2,\"The Newsletter Guide\"],[1,[],0,9],[0,[],0,\"A 201 guide for taking your newsletters to the next level\"]],[[0,[6,0],2,\"The proven way to find your niche, explained\"],[1,[],0,10],[0,[],0,\"Find the overlap and find a monetizable niche that gets noticed\"]],[[0,[0,7],2,\"Should you launch a referral program? \"],[1,[],0,11],[0,[],0,\"Strategies for building a sustainable referral growth machine\"]]]]],\"ghostVersion\":\"4.0\"}", + "html": "

As you grow, you'll probably want to start inviting team members and collaborators to your site. Ghost has a number of different user roles for your team:

Contributors
This is the base user level in Ghost. Contributors can create and edit their own draft posts, but they are unable to edit drafts of others or publish posts. Contributors are untrusted users with the most basic access to your publication.

Authors
Authors are the 2nd user level in Ghost. Authors can write, edit and publish their own posts. Authors are trusted users. If you don't trust users to be allowed to publish their own posts, they should be set as Contributors.

Editors
Editors are the 3rd user level in Ghost. Editors can do everything that an Author can do, but they can also edit and publish the posts of others - as well as their own. Editors can also invite new Contributors & Authors to the site.

Administrators
The top user level in Ghost is Administrator. Again, administrators can do everything that Authors and Editors can do, but they can also edit all site settings and data, not just content. Additionally, administrators have full access to invite, manage or remove any other user of the site.

The Owner
There is only ever one owner of a Ghost site. The owner is a special user which has all the same permissions as an Administrator, but with two exceptions: The Owner can never be deleted. And in some circumstances the owner will have access to additional special settings if applicable. For example: billing details, if using Ghost(Pro).

Ask all of your users to fill out their user profiles, including bio and social links. These will populate rich structured data for posts and generally create more opportunities for themes to fully populate their design.

If you're looking for insights, tips and reference materials to expand your content business, here's 5 top resources to get you started:

", + "comment_id": "605ac141a2d5a6aa9e101ebf", + "plaintext": "As you grow, you'll probably want to start inviting team members and\ncollaborators to your site. Ghost has a number of different user roles for your\nteam:\n\nContributors\nThis is the base user level in Ghost. Contributors can create and edit their own\ndraft posts, but they are unable to edit drafts of others or publish posts.\nContributors are untrusted users with the most basic access to your publication.\n\nAuthors\nAuthors are the 2nd user level in Ghost. Authors can write, edit and publish\ntheir own posts. Authors are trusted users. If you don't trust users to be\nallowed to publish their own posts, they should be set as Contributors.\n\nEditors\nEditors are the 3rd user level in Ghost. Editors can do everything that an\nAuthor can do, but they can also edit and publish the posts of others - as well\nas their own. Editors can also invite new Contributors & Authors to the site.\n\nAdministrators\nThe top user level in Ghost is Administrator. Again, administrators can do\neverything that Authors and Editors can do, but they can also edit all site\nsettings and data, not just content. Additionally, administrators have full\naccess to invite, manage or remove any other user of the site.\n\nThe Owner\nThere is only ever one owner of a Ghost site. The owner is a special user which\nhas all the same permissions as an Administrator, but with two exceptions: The\nOwner can never be deleted. And in some circumstances the owner will have access\nto additional special settings if applicable. For example: billing details, if\nusing Ghost(Pro) [https://ghost.org/pricing/].\n\n> Ask all of your users to fill out their user profiles, including bio and social\nlinks. These will populate rich structured data for posts and generally create\nmore opportunities for themes to fully populate their design.\n\n--------------------------------------------------------------------------------\n\nIf you're looking for insights, tips and reference materials to expand your\ncontent business, here's 5 top resources to get you started:\n\n * How to create a premium newsletter (+ some case studies)\n [https://ghost.org/blog/how-to-create-a-newsletter/] \n Learn how others run successful paid email newsletter products\n * The ultimate guide to membership websites for creators\n [https://ghost.org/blog/membership-sites/]\n Tips to help you build, launch and grow your new membership business\n * The Newsletter Guide [https://newsletterguide.org/]\n A 201 guide for taking your newsletters to the next level\n * The proven way to find your niche, explained\n [https://ghost.org/blog/find-your-niche-creator-economy/]\n Find the overlap and find a monetizable niche that gets noticed\n * Should you launch a referral program?\n [https://ghost.org/blog/newsletter-referral-programs/]\n Strategies for building a sustainable referral growth machine", + "feature_image": "https://static.ghost.org/v4.0.0/images/admin-settings.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:10.000Z", + "custom_excerpt": "A guide to collaborating with other staff users to publish, and some resources to help you with the next steps of growing your business", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ec1", + "uuid": "fd81262a-c93d-4361-8e06-c88673f0c3a7", + "title": "Selling premium memberships with recurring revenue", + "slug": "sell", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/thebrowser.jpg\",\"width\":1600,\"height\":2000,\"href\":\"https://thebrowser.com\",\"caption\":\"The Browser has over 10,000 paying subscribers\"}],[\"paywall\",{}]],\"markups\":[[\"a\",[\"href\",\"https://stripe.com\"]],[\"strong\"],[\"a\",[\"href\",\"https://stratechery.com\"]],[\"a\",[\"href\",\"https://www.theinformation.com\"]],[\"a\",[\"href\",\"https://thebrowser.com\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"For creators and aspiring entrepreneurs looking to generate a sustainable recurring revenue stream from their creative work, Ghost has built-in payments allowing you to create a subscription commerce business.\"]]],[1,\"p\",[[0,[],0,\"Connect your \"],[0,[0],1,\"Stripe\"],[0,[],0,\" account to Ghost, and you'll be able to quickly and easily create monthly and yearly premium plans for members to subscribe to, as well as complimentary plans for friends and family.\"]]],[1,\"p\",[[0,[],0,\"Ghost takes \"],[0,[1],1,\"0% payment fees\"],[0,[],0,\", so everything you make is yours to keep!\"]]],[1,\"p\",[[0,[],0,\"Using subscriptions, you can build an independent media business like \"],[0,[2],1,\"Stratechery\"],[0,[],0,\", \"],[0,[3],1,\"The Information\"],[0,[],0,\", or \"],[0,[4],1,\"The Browser\"],[0,[],0,\".\"]]],[1,\"p\",[[0,[],0,\"The creator economy is just getting started, and Ghost allows you to build something based on technology that you own and control.\"]]],[10,0],[1,\"p\",[[0,[],0,\"Most successful subscription businesses publish a mix of free and paid posts to attract a new audience, and upsell the most loyal members to a premium offering. You can also mix different access levels within the same post, showing a free preview to logged out members and then, right when you're ready for a cliffhanger, that's a good time to...\"]]],[10,1],[1,\"p\",[[0,[],0,\"Hold back some of the best bits for paying members only! \"]]],[1,\"p\",[[0,[],0,\"The \"],[0,[1],1,\"Public preview\"],[0,[],0,\" card allows to create a divide between how much of your post should be available as a public free-preview, and how much should be restricted based on the post access level.\"]]],[1,\"p\",[[0,[],0,\"These last paragraphs are only visible on the site if you're logged in as a paying member. To test this out, you can connect a Stripe account, create a member account for yourself, and give yourself a complimentary premium plan.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

For creators and aspiring entrepreneurs looking to generate a sustainable recurring revenue stream from their creative work, Ghost has built-in payments allowing you to create a subscription commerce business.

Connect your Stripe account to Ghost, and you'll be able to quickly and easily create monthly and yearly premium plans for members to subscribe to, as well as complimentary plans for friends and family.

Ghost takes 0% payment fees, so everything you make is yours to keep!

Using subscriptions, you can build an independent media business like Stratechery, The Information, or The Browser.

The creator economy is just getting started, and Ghost allows you to build something based on technology that you own and control.

The Browser has over 10,000 paying subscribers

Most successful subscription businesses publish a mix of free and paid posts to attract a new audience, and upsell the most loyal members to a premium offering. You can also mix different access levels within the same post, showing a free preview to logged out members and then, right when you're ready for a cliffhanger, that's a good time to...

Hold back some of the best bits for paying members only!

The Public preview card allows to create a divide between how much of your post should be available as a public free-preview, and how much should be restricted based on the post access level.

These last paragraphs are only visible on the site if you're logged in as a paying member. To test this out, you can connect a Stripe account, create a member account for yourself, and give yourself a complimentary premium plan.

", + "comment_id": "605ac141a2d5a6aa9e101ec1", + "plaintext": "For creators and aspiring entrepreneurs looking to generate a sustainable\nrecurring revenue stream from their creative work, Ghost has built-in payments\nallowing you to create a subscription commerce business.\n\nConnect your Stripe [https://stripe.com] account to Ghost, and you'll be able to\nquickly and easily create monthly and yearly premium plans for members to\nsubscribe to, as well as complimentary plans for friends and family.\n\nGhost takes 0% payment fees, so everything you make is yours to keep!\n\nUsing subscriptions, you can build an independent media business like \nStratechery [https://stratechery.com], The Information\n[https://www.theinformation.com], or The Browser [https://thebrowser.com].\n\nThe creator economy is just getting started, and Ghost allows you to build\nsomething based on technology that you own and control.\n\n[https://thebrowser.com]The Browser has over 10,000 paying subscribersMost\nsuccessful subscription businesses publish a mix of free and paid posts to\nattract a new audience, and upsell the most loyal members to a premium offering.\nYou can also mix different access levels within the same post, showing a free\npreview to logged out members and then, right when you're ready for a\ncliffhanger, that's a good time to...\n\nHold back some of the best bits for paying members only! \n\nThe Public preview card allows to create a divide between how much of your post\nshould be available as a public free-preview, and how much should be restricted\nbased on the post access level.\n\nThese last paragraphs are only visible on the site if you're logged in as a\npaying member. To test this out, you can connect a Stripe account, create a\nmember account for yourself, and give yourself a complimentary premium plan.", + "feature_image": "https://static.ghost.org/v4.0.0/images/organizing-your-content.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "paid", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:11.000Z", + "custom_excerpt": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ec3", + "uuid": "6043a1f5-295f-434b-a79c-79f22a2609d3", + "title": "Building your audience with subscriber signups", + "slug": "portal", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/portalsettings.png\",\"width\":2924,\"height\":1810,\"cardWidth\":\"wide\"}],[\"hr\",{}]],\"markups\":[[\"em\"],[\"a\",[\"href\",\"#/portal\"]],[\"a\",[\"href\",\"__GHOST_URL__/sell/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"What sets Ghost apart from other products is that you can publish content and grow your audience using the same platform. Rather than just endlessly posting and hoping someone is listening, you can track real signups against your work and have them subscribe to be notified of future posts. The feature that makes all this possible is called \"],[0,[0],1,\"Portal\"],[0,[],0,\".\"]]],[1,\"p\",[[0,[],0,\"Portal is an embedded interface for your audience to sign up to your site. It works on every Ghost site, with every theme, and for any type of publisher. \"]]],[1,\"p\",[[0,[],0,\"You can customize the design, content and settings of Portal to suit your site, whether you just want people to sign up to your newsletter — or you're running a full premium publication with user sign-ins and private content.\"]]],[10,0],[1,\"p\",[[0,[],0,\"Once people sign up to your site, they'll receive an email confirmation with a link to click. The link acts as an automatic sign-in, so subscribers will be automatically signed-in to your site when they click on it. There are a couple of interesting angles to this:\"]]],[1,\"p\",[[0,[],0,\"Because subscribers are automatically able to sign in and out of your site as registered members: You can (optionally) restrict access to posts and pages depending on whether people are signed-in or not. So if you want to publish some posts for free, but keep some really great stuff for members-only, this can be a great draw to encourage people to sign up!\"]]],[1,\"p\",[[0,[],0,\"Ghost members sign in using email authentication links, so there are no passwords for people to set or forget. You can turn any list of email subscribers into a database of registered members who can sign in to your site. Like magic.\"]]],[1,\"p\",[[0,[],0,\"Portal makes all of this possible, and it appears by default as a floating button in the bottom-right corner of your site. When people are logged out, clicking it will open a sign-up/sign-in window. When members are logged in, clicking the Portal button will open the account menu where they can edit their name, email, and subscription settings.\"]]],[1,\"p\",[[0,[],0,\"The floating Portal button is completely optional. If you prefer, you can add manual links to your content, navigation, or theme to trigger it instead.\"]]],[1,\"p\",[[0,[],0,\"Like this! \"],[0,[1],1,\"Sign up here\"]]],[10,1],[1,\"p\",[[0,[],0,\"As you start to grow your registered audience, you'll be able to get a sense of who you're publishing \"],[0,[0],1,\"for\"],[0,[],0,\" and where those people are coming \"],[0,[0],1,\"from\"],[0,[],0,\". Best of all: You'll have a straightforward, reliable way to connect with people who enjoy your work.\"]]],[1,\"p\",[[0,[],0,\"Social networks go in and out of fashion all the time. Email addresses are timeless.\"]]],[1,\"p\",[[0,[],0,\"Growing your audience is valuable no matter what type of site you run, but if your content \"],[0,[0],1,\"is\"],[0,[],0,\" your business, then you might also be interested in \"],[0,[2],1,\"setting up premium subscriptions\"],[0,[],0,\".\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

What sets Ghost apart from other products is that you can publish content and grow your audience using the same platform. Rather than just endlessly posting and hoping someone is listening, you can track real signups against your work and have them subscribe to be notified of future posts. The feature that makes all this possible is called Portal.

Portal is an embedded interface for your audience to sign up to your site. It works on every Ghost site, with every theme, and for any type of publisher.

You can customize the design, content and settings of Portal to suit your site, whether you just want people to sign up to your newsletter — or you're running a full premium publication with user sign-ins and private content.

Once people sign up to your site, they'll receive an email confirmation with a link to click. The link acts as an automatic sign-in, so subscribers will be automatically signed-in to your site when they click on it. There are a couple of interesting angles to this:

Because subscribers are automatically able to sign in and out of your site as registered members: You can (optionally) restrict access to posts and pages depending on whether people are signed-in or not. So if you want to publish some posts for free, but keep some really great stuff for members-only, this can be a great draw to encourage people to sign up!

Ghost members sign in using email authentication links, so there are no passwords for people to set or forget. You can turn any list of email subscribers into a database of registered members who can sign in to your site. Like magic.

Portal makes all of this possible, and it appears by default as a floating button in the bottom-right corner of your site. When people are logged out, clicking it will open a sign-up/sign-in window. When members are logged in, clicking the Portal button will open the account menu where they can edit their name, email, and subscription settings.

The floating Portal button is completely optional. If you prefer, you can add manual links to your content, navigation, or theme to trigger it instead.

Like this! Sign up here


As you start to grow your registered audience, you'll be able to get a sense of who you're publishing for and where those people are coming from. Best of all: You'll have a straightforward, reliable way to connect with people who enjoy your work.

Social networks go in and out of fashion all the time. Email addresses are timeless.

Growing your audience is valuable no matter what type of site you run, but if your content is your business, then you might also be interested in setting up premium subscriptions.

", + "comment_id": "605ac141a2d5a6aa9e101ec3", + "plaintext": "What sets Ghost apart from other products is that you can publish content and\ngrow your audience using the same platform. Rather than just endlessly posting\nand hoping someone is listening, you can track real signups against your work\nand have them subscribe to be notified of future posts. The feature that makes\nall this possible is called Portal.\n\nPortal is an embedded interface for your audience to sign up to your site. It\nworks on every Ghost site, with every theme, and for any type of publisher. \n\nYou can customize the design, content and settings of Portal to suit your site,\nwhether you just want people to sign up to your newsletter — or you're running a\nfull premium publication with user sign-ins and private content.\n\nOnce people sign up to your site, they'll receive an email confirmation with a\nlink to click. The link acts as an automatic sign-in, so subscribers will be\nautomatically signed-in to your site when they click on it. There are a couple\nof interesting angles to this:\n\nBecause subscribers are automatically able to sign in and out of your site as\nregistered members: You can (optionally) restrict access to posts and pages\ndepending on whether people are signed-in or not. So if you want to publish some\nposts for free, but keep some really great stuff for members-only, this can be a\ngreat draw to encourage people to sign up!\n\nGhost members sign in using email authentication links, so there are no\npasswords for people to set or forget. You can turn any list of email\nsubscribers into a database of registered members who can sign in to your site.\nLike magic.\n\nPortal makes all of this possible, and it appears by default as a floating\nbutton in the bottom-right corner of your site. When people are logged out,\nclicking it will open a sign-up/sign-in window. When members are logged in,\nclicking the Portal button will open the account menu where they can edit their\nname, email, and subscription settings.\n\nThe floating Portal button is completely optional. If you prefer, you can add\nmanual links to your content, navigation, or theme to trigger it instead.\n\nLike this! Sign up here\n\n\n--------------------------------------------------------------------------------\n\nAs you start to grow your registered audience, you'll be able to get a sense of\nwho you're publishing for and where those people are coming from. Best of all:\nYou'll have a straightforward, reliable way to connect with people who enjoy\nyour work.\n\nSocial networks go in and out of fashion all the time. Email addresses are\ntimeless.\n\nGrowing your audience is valuable no matter what type of site you run, but if\nyour content is your business, then you might also be interested in setting up\npremium subscriptions [__GHOST_URL__/sell/].", + "feature_image": "https://static.ghost.org/v4.0.0/images/creating-a-custom-theme.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:12.000Z", + "custom_excerpt": "How Ghost allows you to turn anonymous readers into an audience of active subscribers, so you know what's working and what isn't.", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ec5", + "uuid": "f451cff9-faef-450a-8596-06c5ed0c1fde", + "title": "Writing and managing content in Ghost, an advanced guide", + "slug": "write", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/editor.png\",\"width\":3182,\"height\":1500,\"cardWidth\":\"wide\",\"caption\":\"The Ghost editor. Also available in dark-mode, for late night writing sessions.\"}],[\"bookmark\",{\"type\":\"bookmark\",\"url\":\"https://opensubscriptionplatforms.com/\",\"metadata\":{\"url\":\"https://opensubscriptionplatforms.com\",\"title\":\"Open Subscription Platforms\",\"description\":\"A shared movement for independent subscription data.\",\"author\":null,\"publisher\":\"Open Subscription Platforms\",\"thumbnail\":\"https://opensubscriptionplatforms.com/images/osp-card.png\",\"icon\":\"https://opensubscriptionplatforms.com/images/favicon.png\"}}],[\"embed\",{\"url\":\"https://www.youtube.com/watch?v=hmH3XMlms8E\",\"html\":\"\",\"type\":\"video\",\"metadata\":{\"title\":\"\\\"VELA\\\" Episode 1 of 4 | John John Florence\",\"author_name\":\"John John Florence\",\"author_url\":\"https://www.youtube.com/c/JJF\",\"height\":113,\"width\":200,\"version\":\"1.0\",\"provider_name\":\"YouTube\",\"provider_url\":\"https://www.youtube.com/\",\"thumbnail_height\":360,\"thumbnail_width\":480,\"thumbnail_url\":\"https://i.ytimg.com/vi/hmH3XMlms8E/hqdefault.jpg\"}}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/andreas-selter-xSMqGH7gi6o-unsplash.jpg\",\"width\":6000,\"height\":4000,\"cardWidth\":\"full\",\"caption\":\"\"}],[\"gallery\",{\"images\":[{\"fileName\":\"andreas-selter-e4yK8QQlZa0-unsplash.jpg\",\"row\":0,\"width\":4572,\"height\":3048,\"src\":\"https://static.ghost.org/v4.0.0/images/andreas-selter-e4yK8QQlZa0-unsplash.jpg\"},{\"fileName\":\"steve-carter-Ixp4YhCKZkI-unsplash.jpg\",\"row\":0,\"width\":4032,\"height\":2268,\"src\":\"https://static.ghost.org/v4.0.0/images/steve-carter-Ixp4YhCKZkI-unsplash.jpg\"}],\"caption\":\"\"}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg\",\"width\":2560,\"height\":1705,\"cardWidth\":\"wide\"}],[\"gallery\",{\"images\":[{\"fileName\":\"jd-mason-hPiEFq6-Eto-unsplash.jpg\",\"row\":0,\"width\":5184,\"height\":3888,\"src\":\"https://static.ghost.org/v4.0.0/images/jd-mason-hPiEFq6-Eto-unsplash.jpg\"},{\"fileName\":\"jp-valery-OBpOP9GVH9U-unsplash.jpg\",\"row\":0,\"width\":5472,\"height\":3648,\"src\":\"https://static.ghost.org/v4.0.0/images/jp-valery-OBpOP9GVH9U-unsplash.jpg\"}],\"caption\":\"Peaceful places\"}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/createsnippet.png\",\"width\":2282,\"height\":1272,\"cardWidth\":\"wide\"}],[\"hr\",{}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/preview.png\",\"width\":3166,\"height\":2224,\"cardWidth\":\"wide\"}],[\"hr\",{}]],\"markups\":[[\"em\"],[\"code\"]],\"sections\":[[1,\"p\",[[0,[],0,\"Ghost comes with a best-in-class editor which does its very best to get out of the way, and let you focus on your content. Don't let its minimal looks fool you, though, beneath the surface lies a powerful editing toolset designed to accommodate the extensive needs of modern creators.\"]]],[1,\"p\",[[0,[],0,\"For many, the base canvas of the Ghost editor will feel familiar. You can start writing as you would expect, highlight content to access the toolbar you would expect, and generally use all of the keyboard shortcuts you would expect.\"]]],[1,\"p\",[[0,[],0,\"Our main focus in building the Ghost editor is to try and make as many things that you hope/expect might work: actually work. \"]]],[3,\"ul\",[[[0,[],0,\"You can copy and paste raw content from web pages, and Ghost will do its best to correctly preserve the formatting. \"]],[[0,[],0,\"Pasting an image from your clipboard will upload inline.\"]],[[0,[],0,\"Pasting a social media URL will automatically create an embed.\"]],[[0,[],0,\"Highlight a word in the editor and paste a URL from your clipboard on top: Ghost will turn it into a link.\"]],[[0,[],0,\"You can also paste (or write!) Markdown and Ghost will usually be able to auto-convert it into fully editable, formatted content.\"]]]],[10,0],[1,\"p\",[[0,[],0,\"The goal, as much as possible, is for things to work so that you don't have to \"],[0,[0],1,\"think\"],[0,[],0,\" so much about the editor. You won't find any disastrous \\\"block builders\\\" here, where you have to open 6 submenus and choose from 18 different but identical alignment options. That's not what Ghost is about.\"]]],[1,\"p\",[[0,[],0,\"What you will find though, is dynamic cards which allow you to embed rich media into your posts and create beautifully laid out stories.\"]]],[1,\"h2\",[[0,[],0,\"Using cards\"]]],[1,\"p\",[[0,[],0,\"You can insert dynamic cards inside post content using the \"],[0,[1],1,\"+\"],[0,[],0,\" button, which appears on new lines, or by typing \"],[0,[1],1,\"/\"],[0,[],0,\" on a new line to trigger the card menu. Many of the choices are simple and intuitive, like bookmark cards, which allow you to create rich links with embedded structured data:\"]]],[10,1],[1,\"p\",[[0,[],0,\"or embed cards which make it easy to insert content you want to share with your audience, from external services:\"]]],[10,2],[1,\"p\",[[0,[],0,\"But, dig a little deeper, and you'll also find more advanced cards, like one that only shows up in email newsletters (great for personalized introductions) and a comprehensive set of specialized cards for different types of images and galleries.\"]]],[1,\"blockquote\",[[0,[],0,\"Once you start mixing text and image cards creatively, the whole narrative of the story changes. Suddenly, you're working in a new format.\"]]],[10,3],[1,\"p\",[[0,[],0,\"As it turns out, sometimes pictures and a thousand words go together really well. Telling people a great story often has much more impact if they can feel, even for a moment, as though they were right there with you.\"]]],[10,4],[10,5],[10,6],[1,\"p\",[[0,[],0,\"Galleries and image cards can be combined in so many different ways — the only limit is your imagination.\"]]],[1,\"h2\",[[0,[],0,\"Build workflows with snippets\"]]],[1,\"p\",[[0,[],0,\"One of the most powerful features of the Ghost editor is the ability to create and re-use content snippets. If you've ever used an email client with a concept of \"],[0,[0],1,\"saved replies\"],[0,[],0,\" then this will be immediately intuitive.\"]]],[1,\"p\",[[0,[],0,\"To create a snippet, select a piece of content in the editor that you'd like to re-use in future, then click on the snippet icon in the toolbar. Give your snippet a name, and you're all done. Now your snippet will be available from within the card menu, or you can search for it directly using the \"],[0,[1],1,\"/\"],[0,[],0,\" command.\"]]],[1,\"p\",[[0,[],0,\"This works really well for saving images you might want to use often, like a company logo or team photo, links to resources you find yourself often linking to, or introductions and passages that you want to remember.\"]]],[10,7],[1,\"p\",[[0,[],0,\"You can even build entire post templates or outlines to create a quick, re-usable workflow for publishing over time. Or build custom design elements for your post with an HTML card, and use a snippet to insert it.\"]]],[1,\"p\",[[0,[],0,\"Once you get a few useful snippets set up, it's difficult to go back to the old way of diving through media libraries and trawling for that one thing you know you used somewhere that one time.\"]]],[10,8],[1,\"h2\",[[0,[],0,\"Publishing and newsletters the easy way\"]]],[1,\"p\",[[0,[],0,\"When you're ready to publish, Ghost makes it as simple as possible to deliver your new post to all your existing members. Just hit the \"],[0,[0],1,\"Preview\"],[0,[],0,\" link and you'll get a chance to see what your content looks like on Web, Mobile, Email and Social.\"]]],[10,9],[1,\"p\",[[0,[],0,\"You can send yourself a test newsletter to make sure everything looks good in your email client, and then hit the \"],[0,[0],1,\"Publish\"],[0,[],0,\" button to decide who to deliver it to.\"]]],[1,\"p\",[[0,[],0,\"Ghost comes with a streamlined, optimized email newsletter template that has settings built-in for you to customize the colors and typography. We've spent countless hours refining the template to make sure it works great across all email clients, and performs well for email deliverability.\"]]],[1,\"p\",[[0,[],0,\"So, you don't need to fight the awful process of building a custom email template from scratch. It's all done already!\"]]],[10,10],[1,\"p\",[[0,[],0,\"The Ghost editor is powerful enough to do whatever you want it to do. With a little exploration, you'll be up and running in no time.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

Ghost comes with a best-in-class editor which does its very best to get out of the way, and let you focus on your content. Don't let its minimal looks fool you, though, beneath the surface lies a powerful editing toolset designed to accommodate the extensive needs of modern creators.

For many, the base canvas of the Ghost editor will feel familiar. You can start writing as you would expect, highlight content to access the toolbar you would expect, and generally use all of the keyboard shortcuts you would expect.

Our main focus in building the Ghost editor is to try and make as many things that you hope/expect might work: actually work.

The Ghost editor. Also available in dark-mode, for late night writing sessions.

The goal, as much as possible, is for things to work so that you don't have to think so much about the editor. You won't find any disastrous \"block builders\" here, where you have to open 6 submenus and choose from 18 different but identical alignment options. That's not what Ghost is about.

What you will find though, is dynamic cards which allow you to embed rich media into your posts and create beautifully laid out stories.

Using cards

You can insert dynamic cards inside post content using the + button, which appears on new lines, or by typing / on a new line to trigger the card menu. Many of the choices are simple and intuitive, like bookmark cards, which allow you to create rich links with embedded structured data:

Open Subscription Platforms
A shared movement for independent subscription data.
Open Subscription Platforms

or embed cards which make it easy to insert content you want to share with your audience, from external services:

But, dig a little deeper, and you'll also find more advanced cards, like one that only shows up in email newsletters (great for personalized introductions) and a comprehensive set of specialized cards for different types of images and galleries.

Once you  start mixing text and image cards creatively, the whole narrative of the story changes. Suddenly, you're working in a new format.

As it turns out, sometimes pictures and a thousand words go together really well. Telling people a great story often has much more impact if they can feel, even for a moment, as though they were right there with you.

Peaceful places

Galleries and image cards can be combined in so many different ways — the only limit is your imagination.

Build workflows with snippets

One of the most powerful features of the Ghost editor is the ability to create and re-use content snippets. If you've ever used an email client with a concept of saved replies then this will be immediately intuitive.

To create a snippet, select a piece of content in the editor that you'd like to re-use in future, then click on the snippet icon in the toolbar. Give your snippet a name, and you're all done. Now your snippet will be available from within the card menu, or you can search for it directly using the / command.

This works really well for saving images you might want to use often, like a company logo or team photo, links to resources you find yourself often linking to, or introductions and passages that you want to remember.

You can even build entire post templates or outlines to create a quick, re-usable workflow for publishing over time. Or build custom design elements for your post with an HTML card, and use a snippet to insert it.

Once you get a few useful snippets set up, it's difficult to go back to the old way of diving through media libraries and trawling for that one thing you know you used somewhere that one time.


Publishing and newsletters the easy way

When you're ready to publish, Ghost makes it as simple as possible to deliver your new post to all your existing members. Just hit the Preview link and you'll get a chance to see what your content looks like on Web, Mobile, Email and Social.

You can send yourself a test newsletter to make sure everything looks good in your email client, and then hit the Publish button to decide who to deliver it to.

Ghost comes with a streamlined, optimized email newsletter template that has settings built-in for you to customize the colors and typography. We've spent countless hours refining the template to make sure it works great across all email clients, and performs well for email deliverability.

So, you don't need to fight the awful process of building a custom email template from scratch. It's all done already!


The Ghost editor is powerful enough to do whatever you want it to do. With a little exploration, you'll be up and running in no time.

", + "comment_id": "605ac141a2d5a6aa9e101ec5", + "plaintext": "Ghost comes with a best-in-class editor which does its very best to get out of\nthe way, and let you focus on your content. Don't let its minimal looks fool\nyou, though, beneath the surface lies a powerful editing toolset designed to\naccommodate the extensive needs of modern creators.\n\nFor many, the base canvas of the Ghost editor will feel familiar. You can start\nwriting as you would expect, highlight content to access the toolbar you would\nexpect, and generally use all of the keyboard shortcuts you would expect.\n\nOur main focus in building the Ghost editor is to try and make as many things\nthat you hope/expect might work: actually work. \n\n * You can copy and paste raw content from web pages, and Ghost will do its best\n to correctly preserve the formatting. \n * Pasting an image from your clipboard will upload inline.\n * Pasting a social media URL will automatically create an embed.\n * Highlight a word in the editor and paste a URL from your clipboard on top:\n Ghost will turn it into a link.\n * You can also paste (or write!) Markdown and Ghost will usually be able to\n auto-convert it into fully editable, formatted content.\n\nThe Ghost editor. Also available in dark-mode, for late night writing sessions.\nThe goal, as much as possible, is for things to work so that you don't have to \nthink so much about the editor. You won't find any disastrous \"block builders\"\nhere, where you have to open 6 submenus and choose from 18 different but\nidentical alignment options. That's not what Ghost is about.\n\nWhat you will find though, is dynamic cards which allow you to embed rich media\ninto your posts and create beautifully laid out stories.\n\nUsing cards\nYou can insert dynamic cards inside post content using the + button, which\nappears on new lines, or by typing / on a new line to trigger the card menu.\nMany of the choices are simple and intuitive, like bookmark cards, which allow\nyou to create rich links with embedded structured data:\n\nOpen Subscription PlatformsA shared movement for independent subscription data.\nOpen Subscription Platforms [https://opensubscriptionplatforms.com/]or embed\ncards which make it easy to insert content you want to share with your audience,\nfrom external services:\n\nBut, dig a little deeper, and you'll also find more advanced cards, like one\nthat only shows up in email newsletters (great for personalized introductions)\nand a comprehensive set of specialized cards for different types of images and\ngalleries.\n\n> Once you  start mixing text and image cards creatively, the whole narrative of\nthe story changes. Suddenly, you're working in a new format.\nAs it turns out, sometimes pictures and a thousand words go together really\nwell. Telling people a great story often has much more impact if they can feel,\neven for a moment, as though they were right there with you.\n\nPeaceful placesGalleries and image cards can be combined in so many different\nways — the only limit is your imagination.\n\nBuild workflows with snippets\nOne of the most powerful features of the Ghost editor is the ability to create\nand re-use content snippets. If you've ever used an email client with a concept\nof saved replies then this will be immediately intuitive.\n\nTo create a snippet, select a piece of content in the editor that you'd like to\nre-use in future, then click on the snippet icon in the toolbar. Give your\nsnippet a name, and you're all done. Now your snippet will be available from\nwithin the card menu, or you can search for it directly using the / command.\n\nThis works really well for saving images you might want to use often, like a\ncompany logo or team photo, links to resources you find yourself often linking\nto, or introductions and passages that you want to remember.\n\nYou can even build entire post templates or outlines to create a quick,\nre-usable workflow for publishing over time. Or build custom design elements for\nyour post with an HTML card, and use a snippet to insert it.\n\nOnce you get a few useful snippets set up, it's difficult to go back to the old\nway of diving through media libraries and trawling for that one thing you know\nyou used somewhere that one time.\n\n\n--------------------------------------------------------------------------------\n\nPublishing and newsletters the easy way\nWhen you're ready to publish, Ghost makes it as simple as possible to deliver\nyour new post to all your existing members. Just hit the Preview link and you'll\nget a chance to see what your content looks like on Web, Mobile, Email and\nSocial.\n\nYou can send yourself a test newsletter to make sure everything looks good in\nyour email client, and then hit the Publish button to decide who to deliver it\nto.\n\nGhost comes with a streamlined, optimized email newsletter template that has\nsettings built-in for you to customize the colors and typography. We've spent\ncountless hours refining the template to make sure it works great across all\nemail clients, and performs well for email deliverability.\n\nSo, you don't need to fight the awful process of building a custom email\ntemplate from scratch. It's all done already!\n\n\n--------------------------------------------------------------------------------\n\nThe Ghost editor is powerful enough to do whatever you want it to do. With a\nlittle exploration, you'll be up and running in no time.", + "feature_image": "https://static.ghost.org/v4.0.0/images/writing-posts-with-ghost.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:13.000Z", + "custom_excerpt": "A full overview of all the features built into the Ghost editor, including powerful workflow automations to speed up your creative process.", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ec7", + "uuid": "6f28cfd8-7879-4608-8062-d5533eef63ac", + "title": "Customizing your brand and design settings", + "slug": "design", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/brandsettings.png\",\"width\":3456,\"height\":2338,\"cardWidth\":\"wide\",\"caption\":\"Ghost Admin → Settings → Branding\"}],[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/themesettings.png\",\"width\":3208,\"height\":1618,\"cardWidth\":\"wide\",\"caption\":\"Ghost Admin → Settings → Theme\"}],[\"code\",{\"code\":\"{{#post}}\\n
\\n\\n

{{title}}

\\n \\n {{#if feature_image}}\\n \\t\\\"Feature\\n {{/if}}\\n \\n {{content}}\\n\\n
\\n{{/post}}\",\"language\":\"handlebars\",\"caption\":\"A snippet from a post template\"}]],\"markups\":[[\"a\",[\"href\",\"__GHOST_URL__/welcome/\"]],[\"strong\"],[\"em\"],[\"a\",[\"href\",\"https://ghost.org/themes/\"]],[\"a\",[\"href\",\"https://github.com/tryghost/casper/\"]],[\"a\",[\"href\",\"https://ghost.org/docs/themes/\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"As discussed in the \"],[0,[0],1,\"introduction\"],[0,[],0,\" post, one of the best things about Ghost is just how much you can customize to turn your site into something unique. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.\"]]],[1,\"p\",[[0,[],0,\"How far you want to go with customization is completely up to you, there's no right or wrong approach! The majority of people use one of Ghost's built-in themes to get started, and then progress to something more bespoke later on as their site grows. \"]]],[1,\"p\",[[0,[],0,\"The best way to get started is with Ghost's branding settings, where you can set up colors, images and logos to fit with your brand.\"]]],[10,0],[1,\"p\",[[0,[],0,\"Any Ghost theme that's up to date and compatible with Ghost 4.0 and higher will reflect your branding settings in the preview window, so you can see what your site will look like as you experiment with different options.\"]]],[1,\"p\",[[0,[],0,\"When selecting an accent color, try to choose something which will contrast well with white text. Many themes will use your accent color as the background for buttons, headers and navigational elements. Vibrant colors with a darker hue tend to work best, as a general rule.\"]]],[1,\"h2\",[[0,[],0,\"Installing Ghost themes\"]]],[1,\"p\",[[0,[],0,\"By default, new sites are created with Ghost's friendly publication theme, called Casper. Everything in Casper is optimized to work for the most common types of blog, newsletter and publication that people create with Ghost — so it's a perfect place to start.\"]]],[1,\"p\",[[0,[],0,\"However, there are hundreds of different themes available to install, so you can pick out a look and feel that suits you best.\"]]],[10,1],[1,\"p\",[[0,[],0,\"Inside Ghost's theme settings you'll find 4 more official themes that can be directly installed and activated. Each theme is suited to slightly different use-cases.\"]]],[3,\"ul\",[[[0,[1],1,\"Casper\"],[0,[],0,\" \"],[0,[2],1,\"(default)\"],[0,[],0,\" — Made for all sorts of blogs and newsletters\"]],[[0,[1],1,\"Edition\"],[0,[],0,\" — A beautiful minimal template for newsletter authors\"]],[[0,[1],1,\"Alto\"],[0,[],0,\" — A slick news/magazine style design for creators\"]],[[0,[1],1,\"London\"],[0,[],0,\" — A light photography theme with a bold grid\"]],[[0,[1],1,\"Ease\"],[0,[],0,\" — A library theme for organizing large content archives\"]]]],[1,\"p\",[[0,[],0,\"And if none of those feel quite right, head on over to the \"],[0,[3],1,\"Ghost Marketplace\"],[0,[],0,\", where you'll find a huge variety of both free and premium themes.\"]]],[1,\"h2\",[[0,[],0,\"Building something custom\"]]],[1,\"p\",[[0,[],0,\"Finally, if you want something completely bespoke for your site, you can always build a custom theme from scratch and upload it to your site.\"]]],[1,\"p\",[[0,[],0,\"Ghost's theming template files are very easy to work with, and can be picked up in the space of a few hours by anyone who has just a little bit of knowledge of HTML and CSS. Templates from other platforms can also be ported to Ghost with relatively little effort.\"]]],[1,\"p\",[[0,[],0,\"If you want to take a quick look at the theme syntax to see what it's like, you can \"],[0,[4],1,\"browse through the files of the default Casper theme\"],[0,[],0,\". We've added tons of inline code comments to make it easy to learn, and the structure is very readable.\"]]],[10,2],[1,\"p\",[[0,[],0,\"See? Not that scary! But still completely optional. \"]]],[1,\"p\",[[0,[],0,\"If you're interested in creating your own Ghost theme, check out our extensive \"],[0,[5],1,\"theme documentation\"],[0,[],0,\" for a full guide to all the different template variables and helpers which are available.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

As discussed in the introduction post, one of the best things about Ghost is just how much you can customize to turn your site into something unique. Everything about your layout and design can be changed, so you're not stuck with yet another clone of a social network profile.

How far you want to go with customization is completely up to you, there's no right or wrong approach! The majority of people use one of Ghost's built-in themes to get started, and then progress to something more bespoke later on as their site grows.

The best way to get started is with Ghost's branding settings, where you can set up colors, images and logos to fit with your brand.

Ghost Admin → Settings → Branding

Any Ghost theme that's up to date and compatible with Ghost 4.0 and higher will reflect your branding settings in the preview window, so you can see what your site will look like as you experiment with different options.

When selecting an accent color, try to choose something which will contrast well with white text. Many themes will use your accent color as the background for buttons, headers and navigational elements. Vibrant colors with a darker hue tend to work best, as a general rule.

Installing Ghost themes

By default, new sites are created with Ghost's friendly publication theme, called Casper. Everything in Casper is optimized to work for the most common types of blog, newsletter and publication that people create with Ghost — so it's a perfect place to start.

However, there are hundreds of different themes available to install, so you can pick out a look and feel that suits you best.

Ghost Admin → Settings → Theme

Inside Ghost's theme settings you'll find 4 more official themes that can be directly installed and activated. Each theme is suited to slightly different use-cases.

And if none of those feel quite right, head on over to the Ghost Marketplace, where you'll find a huge variety of both free and premium themes.

Building something custom

Finally, if you want something completely bespoke for your site, you can always build a custom theme from scratch and upload it to your site.

Ghost's theming template files are very easy to work with, and can be picked up in the space of a few hours by anyone who has just a little bit of knowledge of HTML and CSS. Templates from other platforms can also be ported to Ghost with relatively little effort.

If you want to take a quick look at the theme syntax to see what it's like, you can browse through the files of the default Casper theme. We've added tons of inline code comments to make it easy to learn, and the structure is very readable.

{{#post}}\n<article class=\"article {{post_class}}\">\n\n    <h1>{{title}}</h1>\n    \n    {{#if feature_image}}\n    \t<img src=\"{{feature_image}}\" alt=\"Feature image\" />\n    {{/if}}\n    \n    {{content}}\n\n</article>\n{{/post}}
A snippet from a post template

See? Not that scary! But still completely optional.

If you're interested in creating your own Ghost theme, check out our extensive theme documentation for a full guide to all the different template variables and helpers which are available.

", + "comment_id": "605ac141a2d5a6aa9e101ec7", + "plaintext": "As discussed in the introduction [__GHOST_URL__/welcome/] post, one of the best\nthings about Ghost is just how much you can customize to turn your site into\nsomething unique. Everything about your layout and design can be changed, so\nyou're not stuck with yet another clone of a social network profile.\n\nHow far you want to go with customization is completely up to you, there's no\nright or wrong approach! The majority of people use one of Ghost's built-in\nthemes to get started, and then progress to something more bespoke later on as\ntheir site grows. \n\nThe best way to get started is with Ghost's branding settings, where you can set\nup colors, images and logos to fit with your brand.\n\nGhost Admin → Settings → BrandingAny Ghost theme that's up to date and\ncompatible with Ghost 4.0 and higher will reflect your branding settings in the\npreview window, so you can see what your site will look like as you experiment\nwith different options.\n\nWhen selecting an accent color, try to choose something which will contrast well\nwith white text. Many themes will use your accent color as the background for\nbuttons, headers and navigational elements. Vibrant colors with a darker hue\ntend to work best, as a general rule.\n\nInstalling Ghost themes\nBy default, new sites are created with Ghost's friendly publication theme,\ncalled Casper. Everything in Casper is optimized to work for the most common\ntypes of blog, newsletter and publication that people create with Ghost — so\nit's a perfect place to start.\n\nHowever, there are hundreds of different themes available to install, so you can\npick out a look and feel that suits you best.\n\nGhost Admin → Settings → ThemeInside Ghost's theme settings you'll find 4 more\nofficial themes that can be directly installed and activated. Each theme is\nsuited to slightly different use-cases.\n\n * Casper (default) — Made for all sorts of blogs and newsletters\n * Edition — A beautiful minimal template for newsletter authors\n * Alto — A slick news/magazine style design for creators\n * London — A light photography theme with a bold grid\n * Ease — A library theme for organizing large content archives\n\nAnd if none of those feel quite right, head on over to the Ghost Marketplace\n[https://ghost.org/themes/], where you'll find a huge variety of both free and\npremium themes.\n\nBuilding something custom\nFinally, if you want something completely bespoke for your site, you can always\nbuild a custom theme from scratch and upload it to your site.\n\nGhost's theming template files are very easy to work with, and can be picked up\nin the space of a few hours by anyone who has just a little bit of knowledge of\nHTML and CSS. Templates from other platforms can also be ported to Ghost with\nrelatively little effort.\n\nIf you want to take a quick look at the theme syntax to see what it's like, you\ncan browse through the files of the default Casper theme\n[https://github.com/tryghost/casper/]. We've added tons of inline code comments\nto make it easy to learn, and the structure is very readable.\n\n{{#post}}\n
\n\n

{{title}}

\n \n {{#if feature_image}}\n \t\"Feature\n {{/if}}\n \n {{content}}\n\n
\n{{/post}}\n\nA snippet from a post templateSee? Not that scary! But still completely\noptional. \n\nIf you're interested in creating your own Ghost theme, check out our extensive \ntheme documentation [https://ghost.org/docs/themes/] for a full guide to all the\ndifferent template variables and helpers which are available.", + "feature_image": "https://static.ghost.org/v4.0.0/images/publishing-options.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:14.000Z", + "custom_excerpt": "How to tweak a few settings in Ghost to transform your site from a generic template to a custom brand with style and personality.", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ec9", + "uuid": "2238fdf7-e65b-49b4-9ec3-fdd152161eba", + "title": "Start here for a quick overview of everything you need to know", + "slug": "welcome", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"hr\",{}],[\"hr\",{}]],\"markups\":[[\"strong\"],[\"a\",[\"href\",\"__GHOST_URL__/design/\"]],[\"a\",[\"href\",\"__GHOST_URL__/write/\"]],[\"a\",[\"href\",\"__GHOST_URL__/portal/\"]],[\"a\",[\"href\",\"__GHOST_URL__/sell/\"]],[\"a\",[\"href\",\"__GHOST_URL__/grow/\"]],[\"a\",[\"href\",\"__GHOST_URL__/integrations/\"]],[\"a\",[\"href\",\"https://ghost.org/blog/\"]],[\"a\",[\"href\",\"https://ghost.org/pricing/\"]],[\"em\"],[\"a\",[\"href\",\"https://forum.ghost.org\"]]],\"sections\":[[1,\"p\",[[0,[0],1,\"Hey there\"],[0,[],0,\", welcome to your new home on the web! \"]]],[1,\"p\",[[0,[],0,\"Unlike social networks, this one is all yours. Publish your work on a custom domain, invite your audience to subscribe, send them new content by email newsletter, and offer premium subscriptions to generate sustainable recurring revenue to fund your work. \"]]],[1,\"p\",[[0,[],0,\"Ghost is an independent, open source app, which means you can customize absolutely everything. Inside the admin area, you'll find straightforward controls for changing themes, colors, navigation, logos and settings — so you can set your site up just how you like it. No technical knowledge required.\"]]],[1,\"p\",[[0,[],0,\"If you're feeling a little more adventurous, there's really no limit to what's possible. With just a little bit of HTML and CSS you can modify or build your very own theme from scratch, or connect to Zapier to explore advanced integrations. Advanced developers can go even further and build entirely custom workflows using the Ghost API.\"]]],[1,\"p\",[[0,[],0,\"This level of customization means that Ghost grows with you. It's easy to get started, but there's always another level of what's possible. So, you won't find yourself outgrowing the app in a few months time and wishing you'd chosen something more powerful!\"]]],[10,0],[1,\"p\",[[0,[],0,\"For now, you're probably just wondering what to do first. To help get you going as quickly as possible, we've populated your site with starter content (like this post!) covering all the key concepts and features of the product.\"]]],[1,\"p\",[[0,[],0,\"You'll find an outline of all the different topics below, with links to each section so you can explore the parts that interest you most.\"]]],[1,\"p\",[[0,[],0,\"Once you're ready to begin publishing and want to clear out these starter posts, you can delete the \\\"Ghost\\\" staff user. Deleting an author will automatically remove all of their posts, leaving you with a clean blank canvas.\"]]],[1,\"h2\",[[0,[],0,\"Your guide to Ghost\"]]],[3,\"ul\",[[[0,[1],1,\"Customizing your brand and site settings\"]],[[0,[2],1,\"Writing & managing content, an advanced guide for creators\"]],[[0,[3],1,\"Building your audience with subscriber signups\"]],[[0,[4],1,\"Selling premium memberships with recurring revenue\"]],[[0,[5],1,\"How to grow your business around an audience\"]],[[0,[6],1,\"Setting up custom integrations and apps\"]]]],[1,\"p\",[[0,[],0,\"If you get through all those and you're hungry for more, you can find an extensive library of content for creators over on \"],[0,[7],1,\"the Ghost blog\"],[0,[],0,\".\"]]],[10,1],[1,\"h2\",[[0,[],0,\"Getting help\"]]],[1,\"p\",[[0,[],0,\"If you need help, \"],[0,[8],1,\"Ghost(Pro)\"],[0,[],0,\" customers can always reach our full-time support team by clicking on the \"],[0,[9],1,\"Ghost(Pro)\"],[0,[],0,\" link inside their admin panel.\"]]],[1,\"p\",[[0,[],0,\"If you're a developer working with the codebase in a self-managed install, check out our \"],[0,[10],1,\"developer community forum\"],[0,[],0,\" to chat with other users.\"]]],[1,\"p\",[[0,[],0,\"Have fun!\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

Hey there, welcome to your new home on the web!

Unlike social networks, this one is all yours. Publish your work on a custom domain, invite your audience to subscribe, send them new content by email newsletter, and offer premium subscriptions to generate sustainable recurring revenue to fund your work.

Ghost is an independent, open source app, which means you can customize absolutely everything. Inside the admin area, you'll find straightforward controls for changing themes, colors, navigation, logos and settings — so you can set your site up just how you like it. No technical knowledge required.

If you're feeling a little more adventurous, there's really no limit to what's possible. With just a little bit of HTML and CSS you can modify or build your very own theme from scratch, or connect to Zapier to explore advanced integrations. Advanced developers can go even further and build entirely custom workflows using the Ghost API.

This level of customization means that Ghost grows with you. It's easy to get started, but there's always another level of what's possible. So, you won't find yourself outgrowing the app in a few months time and wishing you'd chosen something more powerful!


For now, you're probably just wondering what to do first. To help get you going as quickly as possible, we've populated your site with starter content (like this post!) covering all the key concepts and features of the product.

You'll find an outline of all the different topics below, with links to each section so you can explore the parts that interest you most.

Once you're ready to begin publishing and want to clear out these starter posts, you can delete the \"Ghost\" staff user. Deleting an author will automatically remove all of their posts, leaving you with a clean blank canvas.

Your guide to Ghost

If you get through all those and you're hungry for more, you can find an extensive library of content for creators over on the Ghost blog.


Getting help

If you need help, Ghost(Pro) customers can always reach our full-time support team by clicking on the Ghost(Pro) link inside their admin panel.

If you're a developer working with the codebase in a self-managed install, check out our developer community forum to chat with other users.

Have fun!

", + "comment_id": "605ac141a2d5a6aa9e101ec9", + "plaintext": "Hey there, welcome to your new home on the web! \n\nUnlike social networks, this one is all yours. Publish your work on a custom\ndomain, invite your audience to subscribe, send them new content by email\nnewsletter, and offer premium subscriptions to generate sustainable recurring\nrevenue to fund your work. \n\nGhost is an independent, open source app, which means you can customize\nabsolutely everything. Inside the admin area, you'll find straightforward\ncontrols for changing themes, colors, navigation, logos and settings — so you\ncan set your site up just how you like it. No technical knowledge required.\n\nIf you're feeling a little more adventurous, there's really no limit to what's\npossible. With just a little bit of HTML and CSS you can modify or build your\nvery own theme from scratch, or connect to Zapier to explore advanced\nintegrations. Advanced developers can go even further and build entirely custom\nworkflows using the Ghost API.\n\nThis level of customization means that Ghost grows with you. It's easy to get\nstarted, but there's always another level of what's possible. So, you won't find\nyourself outgrowing the app in a few months time and wishing you'd chosen\nsomething more powerful!\n\n\n--------------------------------------------------------------------------------\n\nFor now, you're probably just wondering what to do first. To help get you going\nas quickly as possible, we've populated your site with starter content (like\nthis post!) covering all the key concepts and features of the product.\n\nYou'll find an outline of all the different topics below, with links to each\nsection so you can explore the parts that interest you most.\n\nOnce you're ready to begin publishing and want to clear out these starter posts,\nyou can delete the \"Ghost\" staff user. Deleting an author will automatically\nremove all of their posts, leaving you with a clean blank canvas.\n\nYour guide to Ghost\n * Customizing your brand and site settings [__GHOST_URL__/design/]\n * Writing & managing content, an advanced guide for creators\n [__GHOST_URL__/write/]\n * Building your audience with subscriber signups [__GHOST_URL__/portal/]\n * Selling premium memberships with recurring revenue [__GHOST_URL__/sell/]\n * How to grow your business around an audience [__GHOST_URL__/grow/]\n * Setting up custom integrations and apps [__GHOST_URL__/integrations/]\n\nIf you get through all those and you're hungry for more, you can find an\nextensive library of content for creators over on the Ghost blog\n[https://ghost.org/blog/].\n\n\n--------------------------------------------------------------------------------\n\nGetting help\nIf you need help, Ghost(Pro) [https://ghost.org/pricing/] customers can always\nreach our full-time support team by clicking on the Ghost(Pro) link inside their\nadmin panel.\n\nIf you're a developer working with the codebase in a self-managed install, check\nout our developer community forum [https://forum.ghost.org] to chat with other\nusers.\n\nHave fun!", + "feature_image": "https://static.ghost.org/v4.0.0/images/welcome-to-ghost.png", + "featured": 0, + "type": "post", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:15.000Z", + "custom_excerpt": "We've crammed the most important information to help you get started with Ghost into this one post. It's your cheat-sheet to get started, and your shortcut to advanced features.", + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ecb", + "uuid": "67eb5e0c-a132-4116-960b-4d6cf12fc17e", + "title": "About this site", + "slug": "about", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[],\"markups\":[[\"strong\"],[\"code\"]],\"sections\":[[1,\"p\",[[0,[],0,\"Unlike posts, pages in Ghost don't appear the main feed. They're separate, individual pages which only show up when you link to them. Great for content which is important, but separate from your usual posts.\"]]],[1,\"p\",[[0,[],0,\"An about page is a great example of one you might want to set up early on so people can find out more about you, and what you do. Why should people subscribe to your site and become a member? Details help!\"]]],[1,\"blockquote\",[[0,[0],1,\"Tip: \"],[0,[],0,\"If you're reading any post or page on your site and you notice something you want to edit, you can add \"],[0,[1],1,\"/edit\"],[0,[],0,\" to the end of the URL – and you'll be taken directly to the Ghost editor.\"]]],[1,\"p\",[[0,[],0,\"Now tell the world what your site is all about.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

Unlike posts, pages in Ghost don't appear the main feed. They're separate, individual pages which only show up when you link to them. Great for content which is important, but separate from your usual posts.

An about page is a great example of one you might want to set up early on so people can find out more about you, and what you do. Why should people subscribe to your site and become a member? Details help!

Tip: If you're reading any post or page on your site and you notice something you want to edit, you can add /edit to the end of the URL – and you'll be taken directly to the Ghost editor.

Now tell the world what your site is all about.

", + "comment_id": "605ac141a2d5a6aa9e101ecb", + "plaintext": "Unlike posts, pages in Ghost don't appear the main feed. They're separate,\nindividual pages which only show up when you link to them. Great for content\nwhich is important, but separate from your usual posts.\n\nAn about page is a great example of one you might want to set up early on so\npeople can find out more about you, and what you do. Why should people subscribe\nto your site and become a member? Details help!\n\n> Tip: If you're reading any post or page on your site and you notice something\nyou want to edit, you can add /edit to the end of the URL – and you'll be taken\ndirectly to the Ghost editor.\nNow tell the world what your site is all about.", + "feature_image": null, + "featured": 0, + "type": "page", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:16.000Z", + "custom_excerpt": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ecd", + "uuid": "e9b80577-4149-4fe5-9965-6a04f1c33233", + "title": "Contact", + "slug": "contact", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"image\",{\"src\":\"https://static.ghost.org/v4.0.0/images/integrations.png\",\"width\":2944,\"height\":1716,\"href\":\"https://ghost.org/integrations/?tag=forms\"}]],\"markups\":[[\"a\",[\"href\",\"https://twitter.com/ghost\"]],[\"a\",[\"href\",\"https://www.facebook.com/ghost\"]],[\"a\",[\"href\",\"https://instagram.com/ghost\"]]],\"sections\":[[1,\"p\",[[0,[],0,\"If you want to set up a contact page for people to be able to reach out to you, the simplest way is to set up a simple page like this and list the different ways people can reach out to you.\"]]],[1,\"h3\",[[0,[],0,\"For example, here's how to reach us!\"]]],[3,\"ul\",[[[0,[0],1,\"@Ghost\"],[0,[],0,\" on Twitter\"]],[[0,[1],1,\"@Ghost\"],[0,[],0,\" on Facebook\"]],[[0,[2],1,\"@Ghost\"],[0,[],0,\" on Instagram\"]]]],[1,\"p\",[[0,[],0,\"If you prefer to use a contact form, almost all of the great embedded form services work great with Ghost and are easy to set up:\"]]],[10,0],[1,\"p\",[]]],\"ghostVersion\":\"4.0\"}", + "html": "

If you want to set up a contact page for people to be able to reach out to you, the simplest way is to set up a simple page like this and list the different ways people can reach out to you.

For example, here's how to reach us!

If you prefer to use a contact form, almost all of the great embedded form services work great with Ghost and are easy to set up:

", + "comment_id": "605ac141a2d5a6aa9e101ecd", + "plaintext": "If you want to set up a contact page for people to be able to reach out to you,\nthe simplest way is to set up a simple page like this and list the different\nways people can reach out to you.\n\nFor example, here's how to reach us!\n * @Ghost [https://twitter.com/ghost] on Twitter\n * @Ghost [https://www.facebook.com/ghost] on Facebook\n * @Ghost [https://instagram.com/ghost] on Instagram\n\nIf you prefer to use a contact form, almost all of the great embedded form\nservices work great with Ghost and are easy to set up:\n\n[https://ghost.org/integrations/?tag=forms]", + "feature_image": null, + "featured": 0, + "type": "page", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:17.000Z", + "custom_excerpt": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ecf", + "uuid": "dc0d7080-cb6a-41ba-b8b0-938097b70947", + "title": "Privacy", + "slug": "privacy", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[],\"markups\":[],\"sections\":[[1,\"p\",[[0,[],0,\"Wondering how Ghost fares when it comes to privacy and GDPR rules? Good news: Ghost does not use any tracking cookies of any kind.\"]]],[1,\"p\",[[0,[],0,\"You can integrate any products, services, ads or integrations with Ghost yourself if you want to, but it's always a good idea to disclose how subscriber data will be used by putting together a privacy page.\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

Wondering how Ghost fares when it comes to privacy and GDPR rules? Good news: Ghost does not use any tracking cookies of any kind.

You can integrate any products, services, ads or integrations with Ghost yourself if you want to, but it's always a good idea to disclose how subscriber data will be used by putting together a privacy page.

", + "comment_id": "605ac141a2d5a6aa9e101ecf", + "plaintext": "Wondering how Ghost fares when it comes to privacy and GDPR rules? Good news:\nGhost does not use any tracking cookies of any kind.\n\nYou can integrate any products, services, ads or integrations with Ghost\nyourself if you want to, but it's always a good idea to disclose how subscriber\ndata will be used by putting together a privacy page.", + "feature_image": null, + "featured": 0, + "type": "page", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:18.000Z", + "custom_excerpt": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + }, + { + "id": "605ac141a2d5a6aa9e101ed1", + "uuid": "16ad30b9-0587-40ae-bb3e-1fa2e3152720", + "title": "Contribute", + "slug": "contribute", + "mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[],\"markups\":[[\"a\",[\"href\",\"https://github.com/tryghost\"]],[\"a\",[\"href\",\"https://github.com/sponsors/TryGhost\"]],[\"a\",[\"href\",\"https://opencollective.com/ghost\"]],[\"strong\"]],\"sections\":[[1,\"p\",[[0,[],0,\"Oh hey, you clicked every link of our starter content and even clicked this small link in the footer! If you like Ghost and you're enjoying the product so far, we'd hugely appreciate your support in any way you care to show it.\"]]],[1,\"p\",[[0,[],0,\"Ghost is a non-profit organization, and we give away all our intellectual property as open source software. If you believe in what we do, there are a number of ways you can give us a hand, and we hugely appreciate all of them:\"]]],[3,\"ul\",[[[0,[],0,\"Contribute code via \"],[0,[0],1,\"GitHub\"]],[[0,[],0,\"Contribute financially via \"],[0,[1],1,\"GitHub Sponsors\"]],[[0,[],0,\"Contribute financially via \"],[0,[2],1,\"Open Collective\"]],[[0,[],0,\"Contribute reviews via \"],[0,[3],1,\"writing a blog post\"]],[[0,[],0,\"Contribute good vibes via \"],[0,[3],1,\"telling your friends\"],[0,[],0,\" about us\"]]]],[1,\"p\",[[0,[],0,\"Thanks for checking us out!\"]]]],\"ghostVersion\":\"4.0\"}", + "html": "

Oh hey, you clicked every link of our starter content and even clicked this small link in the footer! If you like Ghost and you're enjoying the product so far, we'd hugely appreciate your support in any way you care to show it.

Ghost is a non-profit organization, and we give away all our intellectual property as open source software. If you believe in what we do, there are a number of ways you can give us a hand, and we hugely appreciate all of them:

Thanks for checking us out!

", + "comment_id": "605ac141a2d5a6aa9e101ed1", + "plaintext": "Oh hey, you clicked every link of our starter content and even clicked this\nsmall link in the footer! If you like Ghost and you're enjoying the product so\nfar, we'd hugely appreciate your support in any way you care to show it.\n\nGhost is a non-profit organization, and we give away all our intellectual\nproperty as open source software. If you believe in what we do, there are a\nnumber of ways you can give us a hand, and we hugely appreciate all of them:\n\n * Contribute code via GitHub [https://github.com/tryghost]\n * Contribute financially via GitHub Sponsors\n [https://github.com/sponsors/TryGhost]\n * Contribute financially via Open Collective [https://opencollective.com/ghost]\n * Contribute reviews via writing a blog post\n * Contribute good vibes via telling your friends about us\n\nThanks for checking us out!", + "feature_image": null, + "featured": 0, + "type": "page", + "status": "published", + "locale": null, + "visibility": "public", + "email_recipient_filter": "none", + "author_id": "5951f5fca366002ebd5dbef7", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z", + "published_at": "2021-03-24T04:34:19.000Z", + "custom_excerpt": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "custom_template": null, + "canonical_url": null + } + ], + "posts_authors": [ + { + "id": "605ac141a2d5a6aa9e101ebe", + "post_id": "605ac141a2d5a6aa9e101ebd", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ec0", + "post_id": "605ac141a2d5a6aa9e101ebf", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ec2", + "post_id": "605ac141a2d5a6aa9e101ec1", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ec4", + "post_id": "605ac141a2d5a6aa9e101ec3", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ec6", + "post_id": "605ac141a2d5a6aa9e101ec5", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ec8", + "post_id": "605ac141a2d5a6aa9e101ec7", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101eca", + "post_id": "605ac141a2d5a6aa9e101ec9", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ecc", + "post_id": "605ac141a2d5a6aa9e101ecb", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ece", + "post_id": "605ac141a2d5a6aa9e101ecd", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ed0", + "post_id": "605ac141a2d5a6aa9e101ecf", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + }, + { + "id": "605ac141a2d5a6aa9e101ed2", + "post_id": "605ac141a2d5a6aa9e101ed1", + "author_id": "5951f5fca366002ebd5dbef7", + "sort_order": 0 + } + ], + "posts_meta": [], + "posts_tags": [ + { + "id": "605ac142a2d5a6aa9e101fb4", + "post_id": "605ac141a2d5a6aa9e101ebd", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fb5", + "post_id": "605ac141a2d5a6aa9e101ebf", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fb6", + "post_id": "605ac141a2d5a6aa9e101ec7", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fb7", + "post_id": "605ac141a2d5a6aa9e101ec5", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fb8", + "post_id": "605ac141a2d5a6aa9e101ec9", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fb9", + "post_id": "605ac141a2d5a6aa9e101ec3", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + }, + { + "id": "605ac142a2d5a6aa9e101fba", + "post_id": "605ac141a2d5a6aa9e101ec1", + "tag_id": "605ac140a2d5a6aa9e101e63", + "sort_order": 0 + } + ], + "roles": [ + { + "id": "605ac140a2d5a6aa9e101e64", + "name": "Administrator", + "description": "Administrators", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e65", + "name": "Editor", + "description": "Editors", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e66", + "name": "Author", + "description": "Authors", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e67", + "name": "Contributor", + "description": "Contributors", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e68", + "name": "Owner", + "description": "Blog Owner", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e69", + "name": "Admin Integration", + "description": "External Apps", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e6a", + "name": "DB Backup Integration", + "description": "Internal DB Backup Client", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + }, + { + "id": "605ac140a2d5a6aa9e101e6b", + "name": "Scheduler Integration", + "description": "Internal Scheduler Client", + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + } + ], + "roles_users": [ + { + "id": "605ac141a2d5a6aa9e101ebc", + "role_id": "605ac140a2d5a6aa9e101e67", + "user_id": "5951f5fca366002ebd5dbef7" + }, + { + "id": "605ac142a2d5a6aa9e101fbb", + "role_id": "605ac140a2d5a6aa9e101e68", + "user_id": "1" + } + ], + "settings": [ + { + "id": "605ac142a2d5a6aa9e101fbc", + "group": "core", + "key": "db_hash", + "value": "c2d1fd9f-ab0d-4be9-9b52-1d251291a372", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fbd", + "group": "core", + "key": "routes_hash", + "value": "3d180d52c663d173a6be791ef411ed01", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T04:34:11.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fbe", + "group": "core", + "key": "next_update_check", + "value": "1616646856", + "type": "number", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T04:34:16.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fbf", + "group": "core", + "key": "notifications", + "value": "[{\"dismissible\":true,\"location\":\"bottom\",\"status\":\"alert\",\"id\":\"68816e40-8c2a-11eb-9d75-cb493e6dee1c\",\"custom\":false,\"createdAt\":\"2021-03-23T22:52:13.000Z\",\"type\":\"info\",\"top\":false,\"message\":\"Ghost 4.1.1 has been released, click here to upgrade.\",\"seen\":false,\"addedAt\":\"2021-03-24T04:34:16.671Z\"}]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T04:34:16.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc0", + "group": "core", + "key": "session_secret", + "value": "a649340e72176fefeea91d144a37003e095264b22934a7179e23439fa3e8a5a2", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc1", + "group": "core", + "key": "theme_session_secret", + "value": "099d1d99d260a258bd6afb8bd01f92436a8b43d5ca592b8b2a82e7799ae1739e", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc2", + "group": "core", + "key": "ghost_public_key", + "value": "-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAMB9nSphrmvquJoTYiwO18Vjz3OGwAq4RX4kGUIOImQIXYuQ+Lxy1XNCSAfrO3u9\nAJ0ZeNCy79QPHcEQnaNMQTIxuq4hSKa7+a+aVC+fTAtBjrSC5zAemqw2z+VrpF2068eVAJg7\nZ+Gn3gwDIKz5X5CEfDFENPlWRPclaEvYNDc5AgMBAAE=\n-----END RSA PUBLIC KEY-----\n", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc3", + "group": "core", + "key": "ghost_private_key", + "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXQIBAAKBgQDAfZ0qYa5r6riaE2IsDtfFY89zhsAKuEV+JBlCDiJkCF2LkPi8ctVzQkgH\n6zt7vQCdGXjQsu/UDx3BEJ2jTEEyMbquIUimu/mvmlQvn0wLQY60gucwHpqsNs/la6RdtOvH\nlQCYO2fhp94MAyCs+V+QhHwxRDT5VkT3JWhL2DQ3OQIDAQABAoGBAKGNC0nVn4jM/0+4su0d\nK/RrV2GzFxwoGZLLgzNQH4brCm+nJUsr6X8JguC6iTrJnmk7Ro2JkATfBu7RHiw+RHwBEj7P\nF5FBQ6lVUJGd0pGv3kRcVi5oO16aKz703BJYPn9TW+SZUrkmavc3Ae7WGAfnymMQCqonueIf\npPNKXYI9AkEA8Z3lSfjJz05CWNtXtEiTBFdVoLhU8RXq9xcplmn4MpDjIesrGO8lNqoI82qn\nfA4B85HXcn2C0/tEUd5AWArCnwJBAMvzEGPRkTH+5hJsGa07S6iFbTwLqo/SqfE/DlWbeFpb\nV1iXJ9ObmWUM3v7R5Y+bHQLxuCLtDmGdVQtng9mOzycCQBf/M5+mKv0A68wBdPN95cQfnGyL\nAjyzjZOe5E2BFtqG01gyECS407xbJOpwJFRI297CFGDVoGHHaeCrrz5PS0cCQFULRgpZmPIA\nGHAWI57Y2vOqr6IaO0U90x+F67RG4CjNbd7DKRhUCeLZOyOG4vK++5n+sYnez+BketIGmDRg\nGIECQQC8fQ98q9YSqsbd1NX4CvuDupUMQ3mkVRaLvIuR09kc/v07e+44WdBPzWa1n4lQPXa3\nc3OMbyz1/ClLGokh+m2e\n-----END RSA PRIVATE KEY-----\n", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc4", + "group": "core", + "key": "members_public_key", + "value": "-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAJ5ruiuI2gWDGdj8mAUOk1GXEsxUhql+gxBMIkxaQf2kNigCr/wYXqrTJN2fn4BL\ntMZqwKOA0ZbqaIRsEMFpDLyFLyFaqFpEpjpLLz/XUrIALzLlyz5Bbh0VjYm+dc7pSkQVpO0d\nHugC1NJkn0P2L8U37bACg7/jX3ct6iqrDV0nAgMBAAE=\n-----END RSA PUBLIC KEY-----\n", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc5", + "group": "core", + "key": "members_private_key", + "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICWwIBAAKBgQCea7oriNoFgxnY/JgFDpNRlxLMVIapfoMQTCJMWkH9pDYoAq/8GF6q0yTd\nn5+AS7TGasCjgNGW6miEbBDBaQy8hS8hWqhaRKY6Sy8/11KyAC8y5cs+QW4dFY2JvnXO6UpE\nFaTtHR7oAtTSZJ9D9i/FN+2wAoO/4193Leoqqw1dJwIDAQABAoGAeqejo5M4Yi4n9AVV2gx3\n6SLTrhn/jPljllmr8HutPilGuOGjycZAfXguwdyVjKqQ01LRxYW2QGdK9sQIkQa5kXjzTtLa\ndtHYcplk0rTTsdjbvZ31AKNTNYn5s+PhGGb0Gc9n8co18K75ol8VPG8lpXjUUCWsb2xcV7wA\nQuHkOukCQQD7TluL8I4tHXzREIW3OZeLTyRlPEIn5cDdPPEIHrAIu4WJ50zAbkMH7W4HBmWf\ntafxSgWcRsdMIZn//wZV3goLAkEAoWE6/LgKgowSouIjbRdekw7QPZMvN2LUV0a0GZHpSA2K\nzzyvOsW1dU9EO+WhCpdfoikuxWiPtN+byAe2sbBG1QJALuKgm8wmim488jhV6ig5iMkcLjL+\n2Li5sc0D3xLynr51nJPlsuUfZmQ6qd7cqN5YVeEMiOp/lkmSlLs8sFp7nwJAKEkFWKD4vq4I\n2PBqt4jl6v//q99aIhFhwIe93cQ23+3BgQo9FAbWzXoEJo+kK+itzuVI766ycQyA7uY+DQ1c\nIQJAER3D4lsY5wnE+01eqk8NfF7TO+u4ezWs/rmNyn3hapskgV0xqn+FanXeVJ5K7B3AzabR\na4/tLo88gWEfcow6WQ==\n-----END RSA PRIVATE KEY-----\n", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc6", + "group": "core", + "key": "members_email_auth_secret", + "value": "4fbbe4e67cb43916484f9bac0bca72459ad181eb7243c1f99db826106dca37edad91b43a4e79818b1b16cb6bb56c1e54eef3918458dd0f41ede5f7cf46bc73e9", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fc9", + "group": "site", + "key": "title", + "value": "Testing Export Fixtures", + "type": "string", + "flags": "PUBLIC", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T04:35:28.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fca", + "group": "site", + "key": "description", + "value": "Thoughts, stories and ideas.", + "type": "string", + "flags": "PUBLIC", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T04:35:28.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fcb", + "group": "site", + "key": "logo", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fcc", + "group": "site", + "key": "cover_image", + "value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fcd", + "group": "site", + "key": "icon", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fce", + "group": "site", + "key": "accent_color", + "value": "#FF1A75", + "type": "string", + "flags": "PUBLIC", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fcf", + "group": "site", + "key": "lang", + "value": "en", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd0", + "group": "site", + "key": "timezone", + "value": "Etc/UTC", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd1", + "group": "site", + "key": "codeinjection_head", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd2", + "group": "site", + "key": "codeinjection_foot", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd3", + "group": "site", + "key": "facebook", + "value": "ghost", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd4", + "group": "site", + "key": "twitter", + "value": "@ghost", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd5", + "group": "site", + "key": "navigation", + "value": "[{\"label\":\"Home\",\"url\":\"/\"},{\"label\":\"About\",\"url\":\"/about/\"},{\"label\":\"Collection\",\"url\":\"/tag/getting-started/\"},{\"label\":\"Author\",\"url\":\"/author/ghost/\"},{\"label\":\"Portal\",\"url\":\"/portal/\"}]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd6", + "group": "site", + "key": "secondary_navigation", + "value": "[{\"label\":\"Data & privacy\",\"url\":\"/privacy/\"},{\"label\":\"Contact\",\"url\":\"/contact/\"},{\"label\":\"Contribute →\",\"url\":\"/contribute/\"}]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd7", + "group": "site", + "key": "meta_title", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd8", + "group": "site", + "key": "meta_description", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fd9", + "group": "site", + "key": "og_image", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fda", + "group": "site", + "key": "og_title", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fdb", + "group": "site", + "key": "og_description", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fdc", + "group": "site", + "key": "twitter_image", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fdd", + "group": "site", + "key": "twitter_title", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fde", + "group": "site", + "key": "twitter_description", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fdf", + "group": "theme", + "key": "active_theme", + "value": "casper", + "type": "string", + "flags": "RO", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe0", + "group": "private", + "key": "is_private", + "value": "false", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe1", + "group": "private", + "key": "password", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe2", + "group": "private", + "key": "public_hash", + "value": "0418bbf7e75b00c7afa8c59c0d7a73", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe3", + "group": "members", + "key": "default_content_visibility", + "value": "public", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe4", + "group": "members", + "key": "members_allow_free_signup", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe5", + "group": "members", + "key": "members_from_address", + "value": "noreply", + "type": "string", + "flags": "RO", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe6", + "group": "members", + "key": "members_support_address", + "value": "noreply", + "type": "string", + "flags": "PUBLIC,RO", + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe7", + "group": "members", + "key": "members_reply_address", + "value": "newsletter", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe8", + "group": "members", + "key": "members_free_signup_redirect", + "value": "/", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fe9", + "group": "members", + "key": "members_paid_signup_redirect", + "value": "/", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fea", + "group": "members", + "key": "stripe_product_name", + "value": "Ghost Subscription", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fed", + "group": "members", + "key": "stripe_plans", + "value": "[{\"name\":\"Monthly\",\"currency\":\"usd\",\"interval\":\"month\",\"amount\":500},{\"name\":\"Yearly\",\"currency\":\"usd\",\"interval\":\"year\",\"amount\":5000}]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff0", + "group": "members", + "key": "stripe_connect_livemode", + "value": null, + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff1", + "group": "members", + "key": "stripe_connect_display_name", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff3", + "group": "portal", + "key": "portal_name", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff4", + "group": "portal", + "key": "portal_button", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff5", + "group": "portal", + "key": "portal_plans", + "value": "[\"free\", \"monthly\", \"yearly\"]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff6", + "group": "portal", + "key": "portal_button_style", + "value": "icon-and-text", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff7", + "group": "portal", + "key": "portal_button_icon", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff8", + "group": "portal", + "key": "portal_button_signup_text", + "value": "Subscribe", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ff9", + "group": "email", + "key": "mailgun_domain", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ffa", + "group": "email", + "key": "mailgun_api_key", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ffb", + "group": "email", + "key": "mailgun_base_url", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ffc", + "group": "email", + "key": "email_track_opens", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ffd", + "group": "amp", + "key": "amp", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101ffe", + "group": "amp", + "key": "amp_gtag_id", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e101fff", + "group": "firstpromoter", + "key": "firstpromoter", + "value": "false", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102000", + "group": "firstpromoter", + "key": "firstpromoter_id", + "value": null, + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102001", + "group": "slack", + "key": "slack_url", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102002", + "group": "slack", + "key": "slack_username", + "value": "Ghost", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102003", + "group": "unsplash", + "key": "unsplash", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102004", + "group": "views", + "key": "shared_views", + "value": "[]", + "type": "array", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102005", + "group": "newsletter", + "key": "newsletter_show_badge", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102006", + "group": "newsletter", + "key": "newsletter_show_header", + "value": "true", + "type": "boolean", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102007", + "group": "newsletter", + "key": "newsletter_body_font_category", + "value": "sans_serif", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + }, + { + "id": "605ac142a2d5a6aa9e102008", + "group": "newsletter", + "key": "newsletter_footer_content", + "value": "", + "type": "string", + "flags": null, + "created_at": "2021-03-24T17:34:10.000Z", + "updated_at": "2021-03-24T17:34:10.000Z" + } + ], + "snippets": [], + "tags": [ + { + "id": "605ac140a2d5a6aa9e101e63", + "name": "Getting Started", + "slug": "getting-started", + "description": null, + "feature_image": null, + "parent_id": null, + "visibility": "public", + "og_image": null, + "og_title": null, + "og_description": null, + "twitter_image": null, + "twitter_title": null, + "twitter_description": null, + "meta_title": null, + "meta_description": null, + "codeinjection_head": null, + "codeinjection_foot": null, + "canonical_url": null, + "accent_color": null, + "created_at": "2021-03-24T04:34:08.000Z", + "updated_at": "2021-03-24T04:34:08.000Z" + } + ], + "tokens": [], + "users": [ + { + "id": "1", + "name": "Fixture Ghosty", + "slug": "fixture", + "password": "$2a$10$GKFu8wxSXZNFF/cEmTE0/O1FZIz5uRGwlLmYKRicdCRR.bvBeBsJa", + "email": "test@ghost.org", + "profile_image": "//www.gravatar.com/avatar/d94a22d95b540979c98f20e4598e32ee?s=250&d=mm&r=x", + "cover_image": null, + "bio": null, + "website": null, + "location": null, + "facebook": null, + "twitter": null, + "accessibility": null, + "status": "active", + "locale": null, + "visibility": "public", + "meta_title": null, + "meta_description": null, + "tour": null, + "last_seen": "2021-03-24T04:35:28.000Z", + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:35:28.000Z" + }, + { + "id": "5951f5fca366002ebd5dbef7", + "name": "Ghost", + "slug": "ghost", + "password": "$2a$10$bp1iRtUQ8GTbLyB/JMSXNuDB3ws9/3R8LrzGFvl5vrkO9rzdLRRru", + "email": "ghost-author@example.com", + "profile_image": "https://static.ghost.org/v4.0.0/images/ghost-user.png", + "cover_image": null, + "bio": "You can delete this user to remove all the welcome posts", + "website": "https://ghost.org", + "location": "The Internet", + "facebook": "ghost", + "twitter": "ghost", + "accessibility": null, + "status": "active", + "locale": null, + "visibility": "public", + "meta_title": null, + "meta_description": null, + "tour": null, + "last_seen": null, + "created_at": "2021-03-24T04:34:09.000Z", + "updated_at": "2021-03-24T04:34:09.000Z" + } + ], + "webhooks": [] + } + } + ] }