-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test if chromatic can screenshot iframes
- Loading branch information
Showing
28 changed files
with
1,704 additions
and
47 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
uuid: 379fd051-85ab-46d1-a808-02c1b6dde379 | ||
langcode: en | ||
status: open | ||
dependencies: { } | ||
weight: 0 | ||
open: null | ||
close: null | ||
uid: 0 | ||
template: false | ||
archive: false | ||
id: contact | ||
title: Contact | ||
description: 'Example webform.' | ||
categories: { } | ||
elements: |- | ||
name: | ||
'#title': 'Your Name' | ||
'#type': textfield | ||
'#required': false | ||
'#default_value': '[current-user:display-name]' | ||
email: | ||
'#title': 'Your Email' | ||
'#type': email | ||
'#required': false | ||
'#default_value': '[current-user:mail]' | ||
subject: | ||
'#title': Subject | ||
'#type': textfield | ||
'#required': false | ||
'#test': 'Testing contact webform from [site:name]' | ||
message: | ||
'#title': Message | ||
'#type': textarea | ||
'#required': false | ||
'#test': 'Please ignore this email.' | ||
actions: | ||
'#type': webform_actions | ||
'#title': 'Submit button(s)' | ||
'#submit__label': 'Send message' | ||
css: '' | ||
javascript: '' | ||
settings: | ||
confirmation_type: url_message | ||
confirmation_url: /page-minimal | ||
confirmation_message: 'Confirmation message for Contact webform' | ||
access: | ||
create: | ||
roles: | ||
- anonymous | ||
- authenticated | ||
users: { } | ||
permissions: { } | ||
view_any: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
update_any: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
delete_any: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
purge_any: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
view_own: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
update_own: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
delete_own: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
administer: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
test: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
configuration: | ||
roles: { } | ||
users: { } | ||
permissions: { } | ||
handlers: { } | ||
variants: { } |
Oops, something went wrong.