You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This an enhancement of the new functionality/Service that #122 brought to us.
The new service is great and adds much more clarity to users wanting to see exactly which current View Mode is active.
If the user applies a View Mode during edit, forcing a View Mode over the computed hint this code there
Respects it, but the "Display Settings Tab" will keep showing the Best candidate making it a bit confusing for enduser. We probably want to check if there is an override by the user and use in that case the selected View Mode.
It would basically the same as the alter:
If not 'full' then check
"ds_switch" => array:1 [▼
"x-default" => "search_index"
]
and use that value?
I will write a tiny tentative Pull and will ask @pcambra to review it and @alliomeria to test. Open to discussions. I just noticed this yesterday
Thanks!
The text was updated successfully, but these errors were encountered:
@alliomeria this should do it. For the sake of time i will add this with 161 in a single commit since this also adds Markdown (and so many other things) and solves #144
This forces two permissions to be OR -ed. Means either Content: Administer display or Add, edit, and delete custom display modes. Wonder if that is enough? Or should we just go for the first?
What?
This an enhancement of the new functionality/Service that #122 brought to us.
The new service is great and adds much more clarity to users wanting to see exactly which current View Mode is active.
If the user applies a View Mode during edit, forcing a View Mode over the computed hint this code there
format_strawberryfield/format_strawberryfield.module
Lines 93 to 106 in 4b9ab8e
Respects it, but the "Display Settings Tab" will keep showing the Best candidate making it a bit confusing for enduser. We probably want to check if there is an override by the user and use in that case the selected View Mode.
It would basically the same as the alter:
If not 'full' then check
"ds_switch" => array:1 [▼
"x-default" => "search_index"
]
and use that value?
I will write a tiny tentative Pull and will ask @pcambra to review it and @alliomeria to test. Open to discussions. I just noticed this yesterday
Thanks!
The text was updated successfully, but these errors were encountered: