Skip to content

Commit b3f651d

Browse files
committed
Fixes default configuration
1 parent 77dde98 commit b3f651d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ return [
4343

4444
#### Defaults
4545

46-
Applicable content types are set to `htm` and `html` by default. For the library, only the setting for quotes deviates from the library’s default and is set to `false` in this plugin.
46+
Applicable content types are set to `htm` and `html` by default. For the library, only the settings for quotes and relative URLs deviate from the library’s defaults and are set to `false` in this plugin.
4747

4848
[1]: https://getkirby.com
4949
[2]: https://github.com/hexydec

index.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
'html',
1212
],
1313
'options' => [
14-
'quotes' => true,
14+
'quotes' => false,
15+
'urls' => [
16+
'relative' => false,
17+
'parent' => false,
18+
],
1519
],
1620
],
1721
'hooks' => [

0 commit comments

Comments
 (0)