Looking into these two past issues
https://www.drupal.org/project/maxlength/issues/3031081 →
https://www.drupal.org/project/maxlength/issues/2825511
🐛
New lines and spaces are miscounted
Fixed
ferminaguilar → created an issue.
ferminaguilar → created an issue.
I had the same issue.
Instructions on Layout Paragraphs
Choose “Layout Paragraphs” as the field widget type for the desired paragraph reference field under “Manage form display”.
Choose “Layout Paragraphs” as the field formatter for the desired paragraph reference field under “Manage display”.
I think I know what the issue is.
Under your "Manage form display" change your "Maximum nesting depth" from "0" to a higher number between 1-10.
@LeonelEnriquez98 The patched worked for the most part but its posting two days. So I post an event for 1 day 11/20 but when viewing it's showing all day for 11/19 and all day 11/20 for the same event. I just added the start date only and also did the say day for Start and End date and still the same issue.
My media type image was not called "image" but called "media_image". So I had updated 4 files in "ckeditor_media_resize\config\install" core.entity_view_display.media.image.cke_media_resize_*.yml (*large, small, medium and xl) dependencies: config:
Original
- field.media.image.field_media_image
- media.type.image
My modification
- field.field.media.media_image.field_media_image
- media.type.media_image
Once i made the change on all 4 files it started working