@@ -3,7 +3,7 @@ title: Settings overview
3
3
slug : settings/overview
4
4
description : null
5
5
date : 2023-02-13T16:44:09.618Z
6
- lastmod : 2024-02-22T11:12:35.358Z
6
+ lastmod : 2024-02-22T12:11:12.333Z
7
7
weight : 1100.2
8
8
---
9
9
@@ -146,28 +146,7 @@ folder.
146
146
- Type: ` string ` or ` object `
147
147
- Default: ` "" `
148
148
149
- ### Relative image paths
150
-
151
- In case the paths to your images need to be relative to the content file, you need to specify the
152
- following:
153
-
154
- ``` json
155
- {
156
- "frontMatter.content.publicFolder" : {
157
- "path" : " static" ,
158
- "relative" : true
159
- }
160
- }
161
- ```
162
-
163
- #### Hexo support
164
-
165
- In case you are using Hexo in combinations with the
166
- [ asset folders] ( https://hexo.io/docs/asset-folders ) ,
167
- you can use the following settings:
168
-
169
- - ` source/images ` : If you want to use the default image location of Hexo;
170
- - ` hexo:post_asset_folder ` : If you want to use the post asset folder functionality.
149
+ > ** Info** : More information on how to use it can be found in the [ media dashboard] [ 25 ] section.
171
150
172
151
### frontMatter.content.filters
173
152
@@ -805,6 +784,20 @@ Specify the host URL of your website.
805
784
806
785
## Deprecated settings
807
786
787
+ ---
788
+
789
+ ## Removed settings
790
+
791
+ ### frontMatter.content.folders
792
+
793
+ This setting has been deprecated since version ` 3.1.0 ` in favour of the newly introduced
794
+ ` frontMatter.content.pageFolders ` setting.
795
+
796
+ ### frontMatter.dashboard.mediaSnippet
797
+
798
+ This setting is deprecated in version 7.3.0 and and will be removed in the next major version.
799
+ Please define your media snippet in the ` frontMatter.content.snippets ` setting.
800
+
808
801
### frontMatter.taxonomy.dateField
809
802
810
803
This setting is used to define the publishing date field of your articles.
@@ -823,18 +816,6 @@ This setting is used to define the modified date field of your articles.
823
816
824
817
> ** Important** : Use the new ` isModifiedDate ` datetime field setting for content types instead.
825
818
826
- ### frontMatter.dashboard.mediaSnippet
827
-
828
- This setting is deprecated in version 7.3.0 and and will be removed in the next major version.
829
- Please define your media snippet in the ` frontMatter.content.snippets ` setting.
830
-
831
- ## Removed settings
832
-
833
- ### frontMatter.content.folders
834
-
835
- This setting has been deprecated since version ` 3.1.0 ` in favour of the newly introduced
836
- ` frontMatter.content.pageFolders ` setting.
837
-
838
819
<!-- Link References -->
839
820
[ 01 ] : /docs/settings#extending-settings
840
821
[ 02 ] : /docs/experimental
@@ -859,3 +840,4 @@ This setting has been deprecated since version `3.1.0` in favour of the newly in
859
840
[ 22 ] : /docs/content-view#sorting
860
841
[ 23 ] : /docs/content-view#filters
861
842
[ 24 ] : /docs/media-view#metadata
843
+ [ 25 ] : /docs/media-view#define-the-media-folder
0 commit comments