Last month, my blog post about whether a client-side framework is right for Drupal stimulated some excellent insights into how the future of the Drupal front end might look. There was broad agreement that incorporating more JavaScript into Drupal's administrative interface is important for a future-ready user experience.
I am trying to design contact form template in drupal 8. I successfully added form-contact-message-contact-form.html.twig template file. Here i can add simple classes in my form. But i not getting how to add prefix/suffix, classes in my form field for designing my form.
Any suggestions ??
I am learning Drupal 8 and want to rewrite a module from Drupal 7. In my 7 module I have some links with images instead of text.
In Drupal 7 this looks like
I cannot for the life of me, figure out how to manipulate images in CKEditor in D8. D7 had a great format for changing the hight width and cropping of images as well as adding padding/margin, float, and other info to the images. D8 Seems to have Lost this function. Or am I just not finding my way threw the upgrade?