imorland/synopsis

How could I set showSynopsisExcerptsOnMobile is true for all use in default?

Closed this issue · 1 comments

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.