Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audio datasources #6535 #1810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,8 @@ Form Engine Data Sources (please use the scrollbar to see more data sources)
form-sources/form-source-video-repo
form-sources/form-source-kvp
form-sources/form-source-simple-taxonomy
form-sources/form-source-audio-desktop
form-sources/form-source-audio-repo


.. _macros-for-data-sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
:is-up-to-date: True
:last-updated: 4.1.4

.. _form-source-audio-desktop:

=======================================
Audio Uploaded from Desktop Data Source
=======================================
.. version_tag::
:label: Since
:version: 4.1.4

Data source to upload audio from desktop.

.. figure:: /_static/images/form-sources/form-source-audio-desktop.webp
:width: 25%
:alt: Source Control Audio From Desktop

|

-------------
Configuration
-------------

.. image:: /_static/images/form-sources/form-source-audio-desktop-conf.webp
:width: 40%
:alt: Source Control Audio From Desktop
:align: left


.. include:: /includes/form-sources/form-source-field-basics.rst

+------------------------+-------------------------------------------------------------------------------+
|| Properties || - Repository Path: Path where to store the new audio uploaded from desktop. |
+------------------------+-------------------------------------------------------------------------------+
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
:is-up-to-date: True
:last-updated: 4.1.4

.. _form-source-audio-repo:

=================================
Audio from Repository Data Source
=================================
.. version_tag::
:label: Since
:version: 4.1.4

Data source to select audios from repository.

.. figure:: /_static/images/form-sources/form-source-audio-repo.webp
:width: 25%
:alt: Source Control Audio From Repository

|

-------------
Configuration
-------------
.. image:: /_static/images/form-sources/form-source-audio-repo-conf.webp
:width: 40%
:alt: Source Control Audio From Repository Configuration
:align: left

.. include:: /includes/form-sources/form-source-field-basics.rst

+------------------------+--------------------------------------------------------------------------+
|| Properties || - Repository Path: Path where to browse the audios from the repository. |
|| || - Use Search: Enable or disable searching for audios in the repository. |
+------------------------+--------------------------------------------------------------------------+
2 changes: 1 addition & 1 deletion source/includes/form-sources/form-source-field-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
+------------------------+-----------------------------------------------------------------------+
|| Title || Data source title to show on the form. |
+------------------------+-----------------------------------------------------------------------+
|| Name / Variable Name || Name of variable to store the final result in. |
|| Name || Name of variable to store the final result in. |
+------------------------+-----------------------------------------------------------------------+
14 changes: 13 additions & 1 deletion source/includes/form-sources/list-form-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,21 @@
:alt: Form Data Sources - Video From Repository

.. |ctlKVPair| image:: /_static/images/form-sources/ds-key-pair-val.webp
:width: 58%
:width: 55%
:alt: Form Data Sources - Static Key Value Pairs

.. |ctlSimpleTaxonomy| image:: /_static/images/form-sources/ds-simple-taxonomy.webp
:width: 45%
:alt: Form Data Sources - Simple Taxonomy

.. |ctlAudioDt| image:: /_static/images/form-sources/ds-aud-up-dt.webp
:width: 70%
:alt: Form Data Sources - Audio Uploaded from Desktop

.. |ctlAudioRepo| image:: /_static/images/form-sources/ds-aud-repo.webp
:width: 55%
:alt: Form Data Sources - Audio from Repository

|

.. list-table::
Expand Down Expand Up @@ -152,3 +160,7 @@
- Details are in the :ref:`form-source-kvp` page.
* - |ctlSimpleTaxonomy|
- Details are in the :ref:`form-source-simple-taxonomy` page.
* - |ctlAudioDt|
- Details are in the :ref:`form-source-audio-desktop` page.
* - |ctlAudioRepo|
- Details are in the :ref:`form-source-audio-repo` page.