User tests: Successful: Unsuccessful:
Pull Request for Issue # .
No classes can be added
Classes can be added in the configuration and selected in the image class dropdown in TinyMCE
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Repository NPM Change Front End Plugins |
it should be obvious that changing the markup is a b/c break
just because the cassiopeia template has
.float-none
{
float: none !important;
}
and that might be the same as not having any class does not mean that a site owner has not modified that class for their site
.float-none
{
float: none !important;
border: 1px solid red;
}
Labels |
Added:
Language Change
NPM Resource Changed
PR-5.4-dev
|
Category | Administration Language & Strings Repository NPM Change Front End Plugins | ⇒ | Administration Language & Strings Front End Plugins |
@brianteeman I get your point. I added back in the class and added an other option to remove the classes.
If this is a new feature then it should go into 6.0-dev.
I guess it is a kind of a new feature... It is a way to configure the static classes in the image dropdown, which sould be possible right from the start IMHO. No problem to put this PR in the 6.0 branch though. Will check tomorrow.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-07-02 08:06:09 |
Closed_By | ⇒ | RickR2H | |
Labels |
Removed:
NPM Resource Changed
|
@brianteeman Why a vote down?