autofloat-rtl.css |
css/autofloat-rtl.css |
|
/**
* Float images alternately in right-to-left content.
*/
/* Adjust the id or class if your theme uses another to target the node body.*/
.content .autofloat-odd,
#content .autofloat-odd {
float: left;
margin: 5px 15px 0 0;
}
.content… |
autofloat.css |
css/autofloat.css |
|
/**
* Float images found in the body text alternately right and left.
*/
/* Adjust the id or class if your theme uses another to target the node body.*/
.content .autofloat-odd,
#content .autofloat-odd {
float: right; /* LTR */
margin: 5px 0 0… |
autofloat.info.yml |
autofloat.info.yml |
|
autofloat.info.yml |
autofloat.install |
autofloat.install |
|
Install, update and uninstall functions. |
autofloat.libraries.yml |
autofloat.libraries.yml |
|
autofloat.libraries.yml |
autofloat.links.menu.yml |
autofloat.links.menu.yml |
|
autofloat.links.menu.yml |
autofloat.module |
autofloat.module |
|
Autofloat module: A filter that floats images left and right automatically. |
AutoFloat.php |
src/Plugin/Filter/AutoFloat.php |
Drupal\autofloat\Plugin\Filter |
|
autofloat.routing.yml |
autofloat.routing.yml |
|
autofloat.routing.yml |
autofloat.schema.yml |
config/schema/autofloat.schema.yml |
|
config/schema/autofloat.schema.yml |
autofloat.settings.yml |
config/install/autofloat.settings.yml |
|
config/install/autofloat.settings.yml |
AutofloatSettingsForm.php |
src/Form/AutofloatSettingsForm.php |
Drupal\autofloat\Form |
|
AutofloatTest.php |
tests/src/Functional/AutofloatTest.php |
Drupal\Tests\autofloat\Functional |
|
README.txt |
README.txt |
|
Name: AutoFloat (autofloat)
Author: Martin Postma ('lolandese', http://drupal.org/user/210402)
Drupal: 8.x
-- SUMMARY --
A text format filter that wraps images in a div or span with odd/even classes
to make them float alternately left and… |