Does Instatic support a plugin system like WordPress? #179
-
|
Hi you, I am exploring Instatic and really like it so far. I wanted to ask if it supports a plugin architecture or system similar to WordPress? Specifically, is it possible to write custom plugins or extensions to extend its core functionality? If yes, is there any documentation or guide on how to get started with plugin development for Instatic? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi there! Yes, Instatic has its own sophisticated plugins system. Technically it works very differently than in WordPress, but it's made to extend the backend - check the docs: https://github.com/CoreBunch/Instatic/blob/main/docs/features/plugin-system.md The API is work in progress, but it's already very capable. |
Beta Was this translation helpful? Give feedback.
Hi there!
Yes, Instatic has its own sophisticated plugins system. Technically it works very differently than in WordPress, but it's made to extend the backend - check the docs: https://github.com/CoreBunch/Instatic/blob/main/docs/features/plugin-system.md
The API is work in progress, but it's already very capable.