I agree with @yorkshirepudding for new sites. Existing sites that use this "long text with summary" functionality already... not sure.
There is an old core issue around this, too, it looks...
I always do a separate summary field for these reasons:
Avoids the UI cludge of having either a summary or a trimmed value of body
Allows summary to be mandatory...
Posted1 hour 54 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
It seems that while the summary field does not have a WYSIWYG editor. It does have the same text format as the main body field.
Cutting and pasting content from the body field does not...
Short answer: yes.
We are monitoring it for core. And if there are relevant contrib updates we contact the contrib maintainer.
Some of the updates in that feed actually originate...
I'm really hoping to make this simple change on new content types: https://github.com/backdrop/backdrop-issues/issues/7080
Let's disable the "Display author and date information" by...
Comments
Not perfect, but sometimes I use the specific
hook_block_view_system_main_alterhook, fromhook_block_view_MODULE_DELTA_alter.Hello @akarso!
The change log is here: https://api.backdropcms.org/change-records/new-layout-module-implements-...
Basically either use layouts (custom or via UI to place blocks) and if you need to alter code or data on page load use
hook_preprocess_page().