You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That we store in libreforms_fastapi/utils/plugins.py, and then an app config PLUGIN_PATH that, when set, imports the custom plugin library using sys. We need to think through this a little more.
The primary objective here is that end users should be able to pass, first and foremost, additional yaml constructors for the form config. But, it potentially goes beyond that by introducing an abstract interface for more powerful custom logic. If done right, this could also be the basis for visualizations, see #247, unless we prefer to handle those eg. as part of the relational database model, or in their own config file.
Originally posted by @signebedi in #150 (comment)
The text was updated successfully, but these errors were encountered: