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
In #68986 we added the ability to export more than just the public dir of a plugin via the extraPublicDir config in kibana.json. This was intended as a temporary solution until we no longer need to export more than public and could automatically export common. In the meantime we can probably work towards this by removing extraPublicDir where possible and adding a uiCommon flag or something to specifically activate sharing of the common dir.
There are a couple intricacies with this though:
not all common dirs are intended for public use
not all common dirs can be imported in the browser as-is. In some cases the common dir stored config schemas that can be imported by the browser as long as only the types are consumed, consuming the whole schema throws errors as the version of Joi we use is not compatible with the browser.
The text was updated successfully, but these errors were encountered:
In #68986 we added the ability to export more than just the
public
dir of a plugin via theextraPublicDir
config inkibana.json
. This was intended as a temporary solution until we no longer need to export more thanpublic
and could automatically exportcommon
. In the meantime we can probably work towards this by removingextraPublicDir
where possible and adding auiCommon
flag or something to specifically activate sharing of the common dir.There are a couple intricacies with this though:
The text was updated successfully, but these errors were encountered: