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
I would like to be able to specify which plugins to load for adminer, similarly to how it is made with the official docker image.
Given I have provided the env variable like this: ADMINER_PLUGINS='tables-filter tinymce'
I'd expect tables-filter and tinymce plugins to be added and loaded to my adminer container.
The text was updated successfully, but these errors were encountered:
I would like to be able to specify which plugins to load for adminer, similarly to how it is made with the official docker image.
Given I have provided the env variable like this:
ADMINER_PLUGINS='tables-filter tinymce'
I'd expect
tables-filter
andtinymce
plugins to be added and loaded to my adminer container.The text was updated successfully, but these errors were encountered: