@lucidcms/plugin-pages
Version:
The official Pages plugin for Lucid
1 lines • 799 B
Source Map (JSON)
{"version":3,"file":"index.d.ts","names":["PluginOptions","Array","PluginOptionsInternal","CollectionConfig"],"sources":["../src/types/index.d.ts","../src/index.ts"],"sourcesContent":["export interface PluginOptions {\n\tcollections: Array<{\n\t\tcollectionKey: string;\n\t\tuseTranslations?: boolean;\n\t\tdisplayFullSlug?: boolean;\n\t\t// fallbackSlugSource?: string;\n\t}>;\n}\n\nexport interface PluginOptionsInternal extends PluginOptions {\n\tcollections: Array<CollectionConfig>;\n}\n\nexport interface CollectionConfig {\n\tcollectionKey: string;\n\tuseTranslations: boolean;\n\tdisplayFullSlug: boolean;\n\t// fallbackSlugSource: string | undefined;\n}\n"],"mappings":";;;UAAiBA,aAAAA;eACHC;;IADd,eAAiBD,CAAAA,EAAa,OAAA;;;;ACCwB;;;cAGhD,kCAAmC,2BAA2B,WAAM;EDJzDA,GAAAA,EAAAA,MAAAA;;UCIyD"}