3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

Show TimeAndDate plugin in docs

This commit is contained in:
Dragory 2020-09-15 02:12:30 +03:00
parent 74d5fa1acc
commit c49deb2b71

View file

@ -32,6 +32,7 @@ const defaultOptions: PluginOptions<TimeAndDatePluginType> = {
};
export const TimeAndDatePlugin = zeppelinPlugin<TimeAndDatePluginType>()("time_and_date", {
showInDocs: true,
configSchema: ConfigSchema,
defaultOptions,