@caiquecamargo/vite-plugin-netlify-cms 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ interface TextWidget extends Widget {
|
|
|
127
127
|
widget: 'text';
|
|
128
128
|
default?: string;
|
|
129
129
|
}
|
|
130
|
-
type MarkdownButtons = 'bold' | 'italic' | 'code' | 'link' | 'heading-one' | 'heading-two' | 'heading-three | heading-four' | 'heading-five' | 'heading-six' | 'quote' | 'bulleted-list' | 'numbered-list';
|
|
130
|
+
type MarkdownButtons = 'bold' | 'italic' | 'code' | 'link' | 'heading-one' | 'heading-two' | 'heading-three' | 'heading-four' | 'heading-five' | 'heading-six' | 'quote' | 'bulleted-list' | 'numbered-list';
|
|
131
131
|
interface MarkdownWidget extends Widget {
|
|
132
132
|
widget: 'markdown';
|
|
133
133
|
default?: string;
|