3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Show TimeAndDate plugin in docs

This commit is contained in:
Dragory 2020-09-15 02:12:30 +03:00
parent 025f2bec7f
commit 01b17fa67e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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