Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Doing digital well can be quite expensive. Open Y brings the best of digital together in a way that’s open and accessible to all YMCAs—regardless of size or budget. It allows a sharing infrastructure that preserves each individual YMCA’s autonomy.
WHAT IS IT?
Philosophy
Open Y is the belief that working together—YMCA associations, the YUSA, and partners—drives innovation and impact for all to learn, grow, and thrive. Through collaboration, it’s easier for all of us to communicate and connect with customers across marketing channels.
I have a Product content type with these fields; title, body, and one entity reference revisions(Paragraph: field_select_module).
I am creating a custom REST API(custom module) to export the fields in the JSON. I am able to print the title and body. Could someone help me to print the paragraph fields which have title and image(Media) and title and image will repeat 3 times. It should be inside this array 'product_list' => array(),
First of all I'd like to preface by saying I'm a total noob with a lot of this stuff so please forgive my technical ignorance.
I need to install drupal commerce on my shared hosting server but I cannot because there's some sort of a memory limitation while trying to install it using composer which is, according to the drupal commerce developers, the proper way to install it.
With the #disable property I can make a field not editable
$ form ['field_meal'] ['widget'] [0] ['value'] ['# disabled'] = FALSE;
I have read that there is an option to do this through #states
I don't think that in my case it will be fine, as I have a select on an entityReference field and in relation to some boolean fields of the entityReference I have to make these fields editable or not.
I tried with the callBack and ajax response but I couldn't find any command to make the fields uneditable
I hope I was clear
I recently change m,y working PC and had to use the uner interface to install one or two modules because I thought I didn't have the time to resolve composer memory exhaustion error. Now I have eleminated the memory exhaustion error using the suggestions here but now I'm getting these errors (was able to resolve one) but it's not clear what the conflict is about, at least to me any idea:
A: When I run composer require solarium/solarium OR composer require drupal/printable OR composer require dompdf/dompdf OR composer update dompdf/dompdf