Description of the bug
When using a multiline (text area) field with plain text processing, it is expected that line breaks will apply to the rendered page, but they don't. Drupal 8/9 inserts <br />
tags.
Steps To Reproduce
- Add a field with a "Text (long)" field type and "Text area (multiple rows)" widget.
- Set the Text processing to "Plain text"
- Create content using the new field with multiple lines of text.
Actual behavior
The field is rendered without line breaks.
Expected behavior
The line breaks should be applied to the rendered page.
Additional information
Add any other information that could help, such as: - Backdrop CMS version: 1.21.2
GitHub Issue #:
5515
Recent comments
Yes. The are several ways to do this: Install Mail System and select "Testing" for delivery in admin/config/system/mailsystem Install Maillog / Mail developer...
Prevent Backdrop from sending emails
The short answer is no, you can't theme forms or change their layouts through the UI. There is a ported version of Display Suite, which has a submodule called Display Suite Forms that allows you...
Layout also for /node/add/ forms?
A simple option — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment.
Layout also for /node/add/ forms?