How could I set showSynopsisExcerptsOnMobile is true for all use in default?
Closed this issue · 1 comments
bryanyang0528 commented
I saw this setting in extend.php
(new Extend\User())
->registerPreference('showSynopsisExcerpts', 'boolVal', true)
->registerPreference('showSynopsisExcerptsOnMobile', 'boolVal', false),
I've tried to add
(new Extend\User())
->registerPreference('showSynopsisExcerptsOnMobile', 'boolVal', false)
in the extend.php in the root path of flarum, but have no luck
Do you have any suggestions about it?
Thank you.
bryanyang0528 commented
I saw the discussion here, I'll try it again
https://discuss.flarum.org/d/27447-more-permanently-change-extensions-default-user-settings-boolean