@cloudcannon/configuration-types
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@cloudcannon/configuration-types", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.", | ||
@@ -5,0 +5,0 @@ "author": "CloudCannon <support@cloudcannon.com>", |
@@ -12,18 +12,9 @@ import Scrapbooker from '@cloudcannon/snippet-types'; | ||
export type SortOrder = 'ascending' | 'descending' | 'asc' | 'desc'; | ||
export type AttributeListPosition = 'none' | 'right' | 'space right' | 'below' | 'newline below'; | ||
export type AttributeListPosition = 'none' | 'right' | 'space right' | 'below' | 'newline below' | 'right-of-prefix'; | ||
export interface MarkdownAttributeElementOptions { | ||
export type MarkdownAttributeElementOptions = { | ||
inline?: AttributeListPosition; | ||
block?: AttributeListPosition; | ||
ul?: AttributeListPosition; | ||
ol?: AttributeListPosition; | ||
li?: AttributeListPosition; | ||
table?: AttributeListPosition; | ||
tr?: AttributeListPosition; | ||
td?: AttributeListPosition; | ||
blockquote?: AttributeListPosition; | ||
img?: AttributeListPosition; | ||
} & Partial<Record<keyof HTMLElementTagNameMap, AttributeListPosition>>; | ||
} | ||
export interface MarkdownSettings { | ||
@@ -30,0 +21,0 @@ engine: 'commonmark' | 'kramdown'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1863484
48788