You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`clearEmpty`|`boolean`| Clears the fields from the front matter section if empty |`false`|
126
-
|`defaultFileName`|`string`| Default file name to use when creating new content |`index`|
127
-
|`fields`|`array`| Check the [supported field types][02]|`[]`|
128
-
|`filePrefix`|`string`| Defines a prefix for the file name |`null`|
129
-
|`fileType`| Enum: `md, mdx, markdown, <your choice>`| File type of for the content type you define. The type will be used to create the file when creating content. |`md`|
130
-
|`pageBundle`|`boolean`| If set to true, the content will be created as a page bundle (folder) |`false`|
131
-
|`postScript`|`string`| An optional post script that can be used after new content creation. In order to use this, you will have to set the value to the ID of your [content script][04]|`null`|
132
-
|`previewPath`|`string`| Defines a custom preview path for the content type. When the preview path is not set, the value from the [`frontMatter.preview.pathName`][03] setting will be used |`null`|
133
-
|`template`|`string`| Specify a path to a template file that will be used when creating new content with the content type |`null`|
134
-
|`allowAsSubContent`|`boolean`| Allow the content type to be used as sub-content |`false`|
135
-
|`isSubContent`|`boolean`| Defines the content type as sub-content |`false`|
136
-
|`slugTemplate`|`boolean`| Defines the template for the `slug`|`{{title}}`|
|`clearEmpty`|`boolean`| Clears the fields from the front matter section if empty |`false`|
126
+
|`defaultFileName`|`string`| Default file name to use when creating new content |`index`|
127
+
|`fields`|`array`| Check the [supported field types][02]|`[]`|
128
+
|`filePrefix`|`string`| Defines a prefix for the file name |`null`|
129
+
|`fileType`| Enum: `md, mdx, markdown, <your choice>`| File type of for the content type you define. The type will be used to create the file when creating content. |`md`|
130
+
|`pageBundle`|`boolean`| If set to true, the content will be created as a page bundle (folder) |`false`|
131
+
|`postScript`|`string`| An optional post script that can be used after new content creation. In order to use this, you will have to set the value to the ID of your [content script][04]|`null`|
132
+
|`previewPath`|`string`| Defines a custom preview path for the content type. When the preview path is not set, the value from the [`frontMatter.preview.pathName`][03] setting will be used |`null`|
133
+
|`template`|`string`| Specify a path to a template file that will be used when creating new content with the content type |`null`|
134
+
|`allowAsSubContent`|`boolean`| Allow the content type to be used as sub-content |`false`|
135
+
|`isSubContent`|`boolean`| Defines the content type as sub-content |`false`|
136
+
|`slugTemplate`|`boolean`| Defines the template for the `slug`|`{{title}}`|
0 commit comments