GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.96k stars 395 forks source link

Add alternative text field to image dialog #400

Closed maxchene closed 7 years ago

maxchene commented 7 years ago

Hello, i would like to know if you plan to add the possibility of filling a 'alt' attributes for images as it is better for seo and accessibility.

I'll try some PR but i'm not confortable with coffee :)

Thanks for your great work.

anthonyjb commented 7 years ago

@kaliel86 you can already do this :) When you have an image selected simply select the image tag in the inspector bar and add the 'alt' attribute within the dialog that appears.

Ant

maxchene commented 7 years ago

oh, didn't see that inspector bar feature yet, sorry. That's perfect !