This forum is for assistance with theme development.

Drupal 8: Check user-access or user-role in node.html.twig

I want to show custom-node-edit-links in node-teaser and nodes. But I can't check the actual access permission of the logged in user. In drupal-7-node-templates this was possible via php, but what can I do to check these permissions in Drupal 8 node-templates (via twig).

Thanks in advance

Drupal 8 managed_file removes file without saving the configuration

I am creating a drupal 8 theme. On that theme I have placed a field for uploading banner image.

Below is the $form field construction for banner_image field.

Wireframe - Layout

Hello everyone , this is my first post so if i posted in wrong section feel free to delete it. So my question is how i can make website layout if i have given wireframe ? (D8) :) Thanks.

How to add term id as a class on every taxonomy term field?

How to add the term id (tid) as a CSS class on every taxonomy term field?

Example: field_tags
Multiple value. If I display it using the Link formatter, I have this result:

how to customize the user login form?

I'm trying to customize user login form in (/user/login) page and I want to use a hook_form_alter function to add some awesome style and placeholder to each of user login form fields and remove or hide:
"Enter your admin username" and "Enter the password that accompanies your username" description expressions under each of theme.
I added something like below code to my ThemeName.theme:

Reused custom-hierarchical-menu in different regions, (Drupal V8)

Hello Drupalers,

I like Drupal and its been nice to learn about and get stuck into. Unfortunately I've hit a road block.

Use Case:

The application needs a hierarchical custom menu (Already exists)
The menu needs to be shared as a block within different regions (Achieved)
What seems to be the hard parts
1, Render the menu differently in different regions structurally and visually (i.e. a different surrounding css class)
2, Show or hide different nodes in the hierarchy

Pages

Subscribe with RSS Subscribe to RSS - Theme development