gdoc-field.html.twig |
templates/gdoc-field.html.twig |
|
Default theme implementation for the Embedded Google Documents Viewer field formatter. |
GdocFieldFormatter.php |
src/Plugin/Field/FieldFormatter/GdocFieldFormatter.php |
Drupal\gdoc_field\Plugin\Field\FieldFormatter |
|
gdoc_field.css |
css/gdoc_field.css |
|
.gdoc-field {
margin-left: 10%;
margin-right: 10%;
width: 80%;
height: 400px;
border: 1px solid black;
}
.gdoc-filename {
margin-top: 0;
margin-bottom: 1.5em;
font-style: italic;
font-family: serif;
font-size: 80%;
text-align:… |
gdoc_field.info.yml |
gdoc_field.info.yml |
|
gdoc_field.info.yml |
gdoc_field.libraries.yml |
gdoc_field.libraries.yml |
|
gdoc_field.libraries.yml |
gdoc_field.module |
gdoc_field.module |
|
A field formatter for the File field. |
README.txt |
README.txt |
|
Drupal Embedded Google Docs Viewer module:
------------------------------------------
Maintainer:
Jeff Markel (https://www.drupal.org/u/jmarkel)
Requires - Drupal 8.8 (or later) or 9 (or later).
License - GPL (see LICENSE)
The Embedded Google Docs… |