-
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.
ID-2486 [Feat] Updates configurations to use interface generator (#2)
* Updates interface to use interface generator * Cleanup * Save data source ID only * ID-4113 Improves management for loading and D&D states * Replaces lodash function with native JS function
- Loading branch information
Showing
18 changed files
with
982 additions
and
12,065 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
<fl-dynamic-container data-widget-name="dynamic-container" data-dynamic-container-id="{{id}}" data-view="content" data-node-name="Content">{{{ content }}}</fl-dynamic-container> | ||
<fl-dynamic-container data-widget-name="dynamic-container" data-dynamic-container-id="{{id}}" data-view="content" data-node-name="Content"> | ||
<template type="text/html" name="empty"><div data-view-placeholder>Drag & drop <strong>List repeater</strong> or <strong>Record container</strong> to render dynamic data</div></template> | ||
{{{ content }}} | ||
</fl-dynamic-container> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.