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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
As part of the core product, we allow people to personalise the content on their status page, either by switching language or by using the "content" section from within the UI.
I'd like to add similar functionality to the plugin. However, I need to give some consideration as to the best approach for this.
My current thoughts are around a few different options:
Provide data- attributes on the plugin definition which allow users to ad-hoc their own content.
Provide locale.json files for the plugin with a bunch of supported languages.
Provide a JS object configuration option similar to data-which allows you to add or personalize languages.
Pull language/content settings down through the API (not yet supported)
All of these have pros and cons, if anyone has any thoughts or opinions let me know.
The text was updated successfully, but these errors were encountered:
As part of the core product, we allow people to personalise the content on their status page, either by switching language or by using the "content" section from within the UI.
I'd like to add similar functionality to the plugin. However, I need to give some consideration as to the best approach for this.
My current thoughts are around a few different options:
data-
attributes on the plugin definition which allow users to ad-hoc their own content.data-
which allows you to add or personalize languages.All of these have pros and cons, if anyone has any thoughts or opinions let me know.
The text was updated successfully, but these errors were encountered: