Skip to content

Commit

Permalink
Merge pull request #1 from ConvertKit/example-plugin-app-updates
Browse files Browse the repository at this point in the history
update to point to new plugin setup flow in the example app
  • Loading branch information
mercedesb authored Jun 5, 2024
2 parents ea66b4d + 31e2370 commit f7540ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html-renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ npm install
npm run start
```

These endpoints assume that your block would be structured as follows on your [plugin dashboard](https://app.convertkit.com/editor/plugin_elements) (requires developer access).
These endpoints assume that your plugin would be structured as follows on your [plugin dashboard](https://app.convertkit.com/account_settings/developer_settings) ([requires developer access](https://convertkit.typeform.com/to/nsTUorqw)).

- **Block name:**
- **Plugin name:**

Post

Expand All @@ -34,7 +34,7 @@ These endpoints assume that your block would be structured as follows on your [p
"type": "search",
"label": "Post",
"placeholder": "Search for a post...",
"request_url": "https://YOUR_URL/posts/html/posts/search",
"request_url": "https://YOUR_URL/posts/search",
"required": true
},
{
Expand Down

0 comments on commit f7540ec

Please sign in to comment.