Print a value from database twig drupal 8 bootstrap carousel

I am trying to pass a value from database to render photo url in bootstrap carousel. I hope this i right approach. I do not know how to filter / render only value without div wrapper (please see output)

paragraph--carousel.html.twig >

Drupal 8 Form with permissions

Thanks to the Drupal community, I was able to create a Drupal 8 form and actually get it to work!

WIth that done, I went onto my site as an anonymous user and was able to access the form just as I was able to do under my own login.

I have been reading about $module.permissions.yml but I'm not sure if I need a static or dynamic file.

What is the best and securest way to associate the form with each authenticated user?

Content Type not displaying images from image field bug

In a Drupal 8.2 project one of my content types won't display images on the display of a node.

The image uploads, displays in the edit modeand is definitely available on the server but won't show on the "Display" of the published node (not even a rendered broken image link on the node, absolutely no html of that field is rendered on the node).

I have narrowed the issue down to one specific content type as nodes from other content types are able to display images perfectly. It doesn't matter if I delete the field and add a new one, the image still won't render.

hook_menu_links_discovered_ alter not discovering everything

I am trying to use this function on a simple module to add icons to menu items. (Drupal 8.1.9) Workd fine with the internal routes such as "home" or "contact" pages but doesnt seem to be picking up menu items with external links such as "http://othersite.com" . Testing wise I simply used this function to add a single character to the end of each menu title with the previously noted results.

Drupal stuck at Installing module

Each time i try to install or update a module, it get stuck at initializing and i cant install nor update ANY module.

It shows "Notice: Undefined variable: label in _batch_process()"

Please advice.

Troubledeleting deleting content from content overview page

Hello.

I have a group set up called 'editors'.
Editors can delete most (not all) content types.

If the editor goes to /admin/content, selects the checkbox beside node/18, then from the "with selection" drop down box selects "delete content" then selects "apply" the page does not delete. it goes to an access denied error at the following URL: admin/content/node/delete?destination=/admin/content

It must be a permissions issue somewhere, but I can't figure it out. What am I doing wrong?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x