My objective
I have to create a forum with Drupal 8 that allows anonymous visitors to post new forum topics and comments (under topics) and I also have to show the anonymous posters' names which are filled by user input.
I created a field ("field_name") under the "Forum topic" content type (/admin/structure/types/manage/forum/fields) to hold the anonymous poster's name and made filling it a requirement.
I use paragraphs module for content of the nodes full view. My users like to upload several images on a node so I've used two paragraph types for images, one to display images in masonry style, one for slideshows. Unfortunately, if you want to switch the display after uploading the images you have to delete fEx the masonry paragraph and upload all images again on the slideshow paragraph :(
I am trying to add the Bootstrap Simple Carousel to my theme. The first step is to add Bootstrap Assets to my subtheme. I have added the framework as described in "https://www.drupal.org/node/2943973". When I added them, I get some mixed results. www.debitsandcredits.com.
Here is my theme.libraries.yml. Am I duplicating something here or ...?
I have found the function in template.php which creates $classes but nothing for $attributes. I'd be interested to know where this variable is created and what part of the page content it generates. Any pointers to documentation would be good. Thanks.