Hello! I need recommendations please on possible solutions to prevent non-tech folks from pasting MS Word doc formatted tables into Drupal 8. They do not know html, so they are pasting Word-formatted text into the WYSIWYG, which means I have to go back in after them and remove all of Word's in-line styles and other Word junk code, then add in accessibility code. I'd like to avoid the mess and provide them with some sort of a template that can be used as a Word doc that is formatted exactly the way I need the content to be pasted into Drupal. Is this possible? Is there a better option?
I am trying to port a Drupal 7 theme to version 8.7.10. I am currently encountering the following error:
User error: "name" is an invalid render array key. in Drupal\Core\Render\Element::children() (line 97 of /opt/drupal8.10/core/lib/Drupal/Core/Render/Element.php)
In the process of converting my theme, I have done the following:
- I copied over my drupal 7 theme to the 'themes/custom/' directory under my drupal 8 project root
I've got a client who likes to make long pages with embedded images, but there's a problem with the editor on their site that has been causing them and me months of frustration. They can add one image to the body of their article without a problem, including a caption and an alignment. And if they add a second image it also works fine. Until they try to edit the page.
I've been looking for the answer to this all over the place, but I cannot find it via any search engine or forum, so my last resort is to ask the experts here. I'm using Drupal 8. I have a content type (D) which contains a field (entity reference field) which outputs the teaser display of another content type (A), there are multiple items. How do I use Views to affect how the field displays the items?