I love custom extensions, with the support of npm & git, almost anything is possible in Wappler.
However feature area i miss is to be able to define the content of a dropdown in hjson from a data query, sent as a parameter.
This would allow a step change in interactivity in relation to extensions as parameters/ schemas could be passed making hjson definitions interactive.
This way we could have things such as custom search modules configured from queries and indexing function just to name a few
Could this be possible.
Could you explain a bit more about where the data is coming from? You say data query but do you mean a result from a database query ? On which database connection?
Or do you mean standard meta data like list of database connections, list of tables, list of table columns?
If possible direct from a data query from keys and values but I understand that may be problematic as hjson is for development, not runtime (perhaps allow for a schema?) but access to data connections and database metadata would be a great compromise as i see that being the most common use case.