Skip to content

feat(gdd): add file list GDD types (Issue ebu#23)#69

Open
Richardpwe wants to merge 1 commit into
ebu:mainfrom
Richardpwe:feature/issue-23
Open

feat(gdd): add file list GDD types (Issue ebu#23)#69
Richardpwe wants to merge 1 commit into
ebu:mainfrom
Richardpwe:feature/issue-23

Conversation

@Richardpwe
Copy link
Copy Markdown
Contributor

Adds two GDD types for selecting files from a dynamically scanned folder.

file-list represents a single selected file path, while file-list-multiple represents an array of selected file paths. Both types use gddOptions.folder to define the folder to scan and optionally support gddOptions.extensions to filter selectable files.

Also updates the GDD documentation with examples for both new types.

Closes #23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal for new GDD type: Scan folder

1 participant