


King Mzesh
#King Mzesh #TheSupremeTeam Artist Name: King Mzesh Who are you? Am focused on my music dreams Where are you from? Am from Eswatini and music here is good but doesnt get enough support How can we follow you? https://www.facebook.com/KingMzeshHighHopesMuzik... read more

How do you use ‘basic markup’ in a webform default value?
How can you use ‘basic markup’ in a webform default value? The goals is to format the default text. Steps Create a markup element Edit the element Using the ‘advanced’ tab set the default value. Only plain text is allowed in this field. Any... read more


Nick Weinell
#Nick Weinell #TheSupremeTeam Artist Name: Nick Weinell Who are you? A white Gucci mane, hard street music Where are you from? Vancouver Canada How can we follow you? @lordcapob on everything Song Title: BANDO! Listen to Nick Weinell:... read more
BigHomieKeys
#BigHomieKeys #TheSupremeTeam Artist Name: BigHomieKeys Who are you? Since I Have Always Give the best advice but never truly followed my own til i become homeless at the age of 17 I realize that you need to show yourself more than others what your worth is then go... read more

petrichor feeling
#petrichor feeling #TheSupremeTeam Artist Name: petrichor feeling Who are you? I have always been passionate about music, and the music I make is mainly for myself, regardless of the other factors, I do what I like. I'm a big fan of experimenting with sounds to... read more
How to load a sandbox project via composer and enable other devs on project to commit to the sandbox project
I’m working on an install profile right now in Drupal (https://www.drupal.org/sandbox/jnicola/3277854). I want to while developing the next project we’re on also build this out during the initial part of building our site out. I can load the sandbox... read more
HTML formatting on a plain text field
In Drupal 7, when you had a plain text field on a content type, there was an option to set the field to use Text processing Plain text Filtered text (user selects text format) This allowed people to put html into a simple text box and display properly formatted. Does... read more



Drupal CI/CD database issues
I need to think of correct way to setup our CI/CD for Drupal project. The issues are related with the database updates. For example my build is successful and code is deployed to the production. Now i need to run some drush commands like config import. Something goes... read more
How can I add classes to an item in field.html.twig
I have a typical content type, with a field, let’s say field_name. I can output each field using the field.html.twig file. In the file, to output each item, there is a line <div{{ item.attributes }}>{{ item.content }}</div> So how can I set... read more
How can I get a media document ID from my twig template?
I’m using the following but it is returning an ID that is not the media ID {{ paragraph.field_document_file.entity.field_document.entity.id }} "field_document_file" is an entity reference to "document" media. If I examine a media file in... read more
Drupal 9 Form API custom Textfield element, different $form_state value and element ‘#value’ value
I have a textfield element (named ‘bus_station’), which holds a bus station name. Is there a way to create a custom ‘bus_station’ element (extending Textfield class), which would: Still expect a text input in form of bus station name (and... read more