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:
parent
025f2bec7f
commit
01b17fa67e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ const defaultOptions: PluginOptions<TimeAndDatePluginType> = {
|
|||
};
|
||||
|
||||
export const TimeAndDatePlugin = zeppelinPlugin<TimeAndDatePluginType>()("time_and_date", {
|
||||
showInDocs: true,
|
||||
configSchema: ConfigSchema,
|
||||
defaultOptions,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue