This file contains hidden or 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
{ | |
"flow": { | |
"id": "test", | |
"name": "Test", | |
"description": "", | |
"dsl": { | |
"startTask": "1", | |
"tasks": { | |
"0": { | |
"name": "End", |
This file contains hidden or 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
[ | |
{ | |
"category": "WIDGET", | |
"type": "RECAPTCHA", | |
"version": "0.1.0", | |
"deprecated": false, | |
"display": { | |
"label": "reCAPTCHA", | |
"image": "https://www.gstatic.com/recaptcha/api2/logo_48.png" | |
}, |
This file contains hidden or 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
{ | |
"flow": { | |
"pages": [ | |
{ | |
"id": "flow-page-1", | |
"nodes": [ | |
"flow-node-1" | |
] | |
}, | |
{ |
This file contains hidden or 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
[ | |
{ | |
"category": "NODE", | |
"type": "STEP", | |
"version": "0.1.0", | |
"deprecated": false, | |
"display": { | |
"label": "Step", | |
"image": "https://www.svgrepo.com/show/448632/step.svg" | |
}, |
This file contains hidden or 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
[ | |
{ | |
"category": "FIELD", | |
"type": "INPUT", | |
"version": "0.1.0", | |
"deprecated": false, | |
"variant": "TEXT", | |
"display": { | |
"label": "Text Input", | |
"image": "https://www.svgrepo.com/show/437311/textbox.svg" |
This file contains hidden or 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
module.exports = { | |
head: ` | |
${head} | |
<!-- Product Specific SEO Tags --> | |
`, | |
features: [ | |
"@asgardeo/user-management", | |
[ | |
"@asgardeo/quickstart", | |
{ |
This file contains hidden or 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
yarn add -D @babel/plugin-proposal-logical-assignment-operators |
This file contains hidden or 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
{ | |
"plugins": [ "@babel/plugin-proposal-logical-assignment-operators" ], | |
"presets": [ | |
[ | |
"babel-preset-gatsby", | |
{ | |
"targets": { | |
"browsers": [ | |
">0.25%", | |
"not dead" |
This file contains hidden or 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
title ||= component.displayName | |
description ||= component.description |
This file contains hidden or 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
privacy_policy: https://drogo-nft-demo.web.app/privacy | |
terms_of_ervice: https://drogo-nft-demo.web.app/terms-of-service | |
cookie_policy: https://drogo-nft-demo.web.app/cookie-policy |
NewerOlder