Add single_ref_to_quote setting and check ref sync
This commit is contained in:
parent
9db1fb1153
commit
80fadeb766
9 changed files with 38 additions and 2 deletions
|
@ -41,6 +41,7 @@ class UserSettings
|
|||
setting :dtl_force_with_tag, default: :none, in: %w(full searchability none)
|
||||
setting :dtl_force_subscribable, default: false
|
||||
setting :lock_follow_from_bot, default: false
|
||||
setting :single_ref_to_quote, default: false
|
||||
|
||||
setting_inverse_alias :indexable, :noindex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue