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.
We have an existing site being setup from scratch with composer. Works like a charm, we are happe. We can also backup/restore this site for when content changes are done manually afterwards.
We would however like to add on top of the existing site during re-installation - have a "good base" as one would say. We do not have access to the composer setup from the original site so my question is this.
On my website (www.evlbi.org, Drupal version 8.9.8) I have several menu items at the top of the page.
If I select "show as expanded" for these items it is not possible to click on the "top" menu item.
I would like to have align set to 'right' and caption enabled by default on the image dialog.
I was able to tweak other settings on the form with function myTheme_form_editor_image_dialog_alter. But the align and caption elements seem to be added with JS, the $form array does not have these items.
I'm using the CKEditor almost out of the box, with "Editor Advanced Image" module.
Hi !
How to create this structure for a specific category in taxonomy such as "Tags" in Rest ?
{
title: 'Parent1',
children: [{ title: 'Child1' }, { title: 'Child2' }],
},
{
title: 'Parent2',
children: [{ title: 'Child1' }, { title: 'Child2' }],
},