addtocal-links.html.twig |
templates/addtocal-links.html.twig |
|
Default theme implementation for addtocal_links. |
addtocal.api.php |
addtocal.api.php |
|
Add to Cal hooks and documentation. |
addtocal.css |
addtocal.css |
|
.addtocal-container {
position: relative;
float: right;
margin: -5px 0 5px 0;
}
.addtocal-container .addtocal {
padding: 5px;
background: #efefef;
border-width: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
… |
addtocal.info.yml |
addtocal.info.yml |
|
addtocal.info.yml |
addtocal.install |
addtocal.install |
|
|
addtocal.libraries.yml |
addtocal.libraries.yml |
|
addtocal.libraries.yml |
addtocal.module |
addtocal.module |
|
|
addtocal.schema.yml |
config/schema/addtocal.schema.yml |
|
config/schema/addtocal.schema.yml |
addtocal.services.yml |
addtocal.services.yml |
|
addtocal.services.yml |
AddtocalView.php |
src/Plugin/Field/FieldFormatter/AddtocalView.php |
Drupal\addtocal\Plugin\Field\FieldFormatter |
|
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
# Add to Cal
Drupal field formatter providing Add to Calendar links.
## Usage
1. Create a date field on any entity type.
2. Open field formatter settings in _Manage Display_.
3. Change the date field's format to _Add to Cal_.
## Settings
All… |