Skip to content

Instantly share code, notes, and snippets.

@mediawrangler
Last active June 7, 2018 22:09
Show Gist options
  • Save mediawrangler/7ed5180f85283faa358fefb5796451b6 to your computer and use it in GitHub Desktop.
Save mediawrangler/7ed5180f85283faa358fefb5796451b6 to your computer and use it in GitHub Desktop.
e-signature sample -- (resources.json goes in app/local-data/ directory)
blocks:
type: container
class: anything
- blocks:
- type: component
path: partial/molecules/esignature
parameters:
resource_sub_type: generic-policy
e_sign_caption: clickToSign
[
{
"id": 68,
"type": "PolicyResource",
"sub_type": "Alcohol Policy",
"default": false,
"name": "A blank test test",
"url": "",
"body": "aa",
"requires_e_signature": false
},
{
"id": 69,
"type": "PolicyResource",
"sub_type": "generic-policy",
"name": "Campus Diversity, Equity, and Inclusion Policy",
"url": "",
"body": "Customization copy",
"requires_e_signature": true,
"default": false,
"signed_at": null,
"signed": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment