esign/craft-dynamate-signature

Display a Dynamate-branded signature

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Twig

Type:craft-plugin

1.0.2 2025-02-14 15:57 UTC

This package is auto-updated.

Last update: 2025-02-14 15:58:13 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This package allows you to display a Dynamate-branded signature in your Craft CMS application.

Installation

You can install the package via composer:

composer require esign/craft-dynamate-signature
php craft plugin/install _dynamate-signature

Usage

To display the Dynamate contact information in your head, please use following variant:

{% include '_dynamate-signature/head.twig' %}

To display the Dynamate-branded signature, you may use any of the following variants:

{% include '_dynamate-signature/default.twig' %}
{% include '_dynamate-signature/default.twig' with {
    theme: 'light',
    animated: true,
    positionRight: '4rem',
    positionAbsolute: true,
    colorOverride: null,
} %}

{% include '_dynamate-signature/powered-by.twig' %}
{% include '_dynamate-signature/powered-by.twig' with {
    theme: 'light',
    colorOverride: null,
} %}

You can override the default signature template by creating your own template at:

templates/_dynamate-signature/default.twig

This will take precedence over the plugin's default template.

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.