developer-documentation
developer-documentation copied to clipboard
Mautic Developer Documentation
[This page](https://developer.mautic.org/#config-event-subscriber) in the docs explains how plugins can hook into Mautic's configuration section in the UI. The function `onConfigGenerate()` is key here. In Mautic 3, the way this is...
In Mautic 3, the `CommonSubscriber` is removed, which was [the recommended way](https://developer.mautic.org/#events) to listen for events in Mautic 2.x. See [UPGRADE-3.0.md](https://github.com/mautic/mautic/blob/staging/UPGRADE-3.0.md#subscribers) for details. The docs will need an update to...
There is a chapter on how to install/upgrade plugins here: https://developer.mautic.org/#install/upgrade but there doesn't seem to be any documentation on how to remove a plugin? --- Want to back this...
The Pop-ups or Focus Items are available using the API under the endpoint /focus or /focus/{ID}. However, these are not described in the developer docs. --- Want to back this...
Ref : https://developer.mautic.org/#create-segment The possible values of 'in' and '!in' for the custom field type multiselect are not specified in the documentation. --- Want to back this issue? **[Post a...
In the [Services section](https://developer.mautic.org/#services), multiple service types are mentioned (events, forms, etc.), but the code example next to it is missing an example for `models`. We should add this to...
The [models section](https://developer.mautic.org/#models) has an old reference to CommonModel: ```PHP
In the documentation, there's the following statement: _"In the example code replace replaceWithFormName with the name of your form."_ Reading this, it was not clear to me what should I...
Hello folks There are some documentation to make Custom Builder Widgets? Mautic Builder Widgets structure it's a little bit complex enough to understand without documentation Thanks in advance! --- Want...
Something that I think is significantly missing from the plugin documentation is a description of how to execute common functions that Mautic already is coded to do, but that a...