User tests: Successful: Unsuccessful:
Based on feedback and user requests this simple pr adds a hint for the type of class you can add in the image class for the full article image
cc @softforge
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content Language & Strings |
please test and report results
@brianteeman could you add is also here
joomla-cms/build/media_source/system/js/fields/joomla-media-select.w-c.es6.js
Lines 408 to 411 in 7978f28
Something like
<div class="input-group">
<label class="input-group-text" for="${this.parentId}-classes">${this.classestext}</label>
<input class="form-control" type="text" id="${this.parentId}-classes" data-is="img-classes"/>
<small for="${this.parentId}-classes">${Joomla.Text._('JLIB_FORM_MEDIA_IMAGE_CLASS_DESC')}</small>
</div>
and adding the text here
likeText::script('JLIB_FORM_MEDIA_IMAGE_CLASS_DESC', true);
BTW the text needs to be in the joomla.ini
@dgrammatiko I will do that in a separate pr
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-28 22:09:05 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
?
|
Thanks
Even those that know how to use classes can have a senior moment so such class hints are really helpful. Its a half way hose to the hard coded way we had in J3 that had left and right switch and the universal way to allow any styling to be added