mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add field_weights configuration
This commit is contained in:
parent
aee9fdadb8
commit
96397b29d6
2 changed files with 31 additions and 0 deletions
|
|
@ -42,6 +42,17 @@
|
|||
"extended":
|
||||
{
|
||||
"enabled":false
|
||||
},
|
||||
"options":
|
||||
{
|
||||
"field_weights":
|
||||
{
|
||||
"url": 100,
|
||||
"title": 200,
|
||||
"description": 300,
|
||||
"keywords": 400,
|
||||
"body": 500
|
||||
}
|
||||
}
|
||||
},
|
||||
"footer":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue