PromucFlow_constructor/app/client/cypress/fixtures/audioWidgetDsl.json
Aswath K 8a45e1507e
feat: Add AudioWidget (#7179)
* Create initial version of AudioWidget by copying VideoWidget

* Add EventType for AUDIO

* Change default Audio URL to a podcast related to Appsmith

* Add AudioWidget icon

* Change Entity definition for AudioWidget

* Add cypress test

* Add jest test

* fix: typo
2021-09-24 21:35:53 +05:30

49 lines
1.4 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 915.6499999999999,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 750,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 38,
"minHeight": 760,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"isVisible": true,
"widgetName": "Audio1",
"url": "https://cdn.simplecast.com/audio/10488ddf-3ca4-4300-9391-c2967d806334/episodes/8c8341f0-0a3a-4f2c-bfe0-0abb6b3c1c87/audio/03e2e3d8-e703-4953-adc0-e72687f31178/default_tc.mp3",
"autoPlay": false,
"version": 1,
"type": "AUDIO_WIDGET",
"hideCard": false,
"displayName": "Audio",
"key": "qdo3rra7pr",
"iconSVG": "/static/media/icon.26d597b5.svg",
"widgetId": "ttnnyvbw2c",
"renderMode": "CANVAS",
"isLoading": false,
"parentColumnSpace": 14.609375,
"parentRowSpace": 10,
"leftColumn": 5,
"rightColumn": 33,
"topRow": 11,
"bottomRow": 15,
"parentId": "0",
"dynamicBindingPathList": [],
"dynamicTriggerPathList": []
}
],
"dynamicTriggerPathList": []
}
}