- π¨π¦Canada earthangelconsulting
I understand that Drupal is continuing to evolve but... has this issue actually not made it into a priority list anywhere? The first time I tried Layout Builder in Drupal 9, this problem seemed really obvious to me too!
- πΊπΈUnited States nicxvan
I think this actually belongs in the devel module.
This definitely isn't an extension system.
Moving it to layout builder for now because the devel module doesn't support issues.
- π³πΏNew Zealand quietone
This does look like an issue for Devel. An issue for Devel, then an issue can be made at https://gitlab.com/drupalspoons/devel/-/issues/new.
There has been only 1 comment supporting this feature, so this could be closed for lack of interest.
I am setting the status at Postponed (maintainer needs more info) to determine if there is interest in adding this to the layout builder module. If we don't receive additional information to help with the issue, it may be closed after three months.
- π³πΏNew Zealand danielveza Brisbane, AU
I don't believe this is a Layout Builder issue, it's just that Layout builder is exposing this.
If I understand it correctly, the issue thats raised here is that too much sample text is being generated by textarea fields when placed in Layout Builders default layout. We can trace this down to either
StringLongItem::generateSampleValue
orTextItemBase::generateSampleValue
(based on field type) that both callRandom::paragraphs()
without a parameter, which means it will generate 12 paragraphs of sample text.As quietone mentioned, there isn't a lot of activity here to explore making this change at the moment, but just leaving this here as a reference point in case people are interested in exploring this change.