diff --git a/source/_static/images/form-sources/form-source-webdav-conf.webp b/source/_static/images/form-sources/form-source-basics-conf.webp similarity index 100% rename from source/_static/images/form-sources/form-source-webdav-conf.webp rename to source/_static/images/form-sources/form-source-basics-conf.webp diff --git a/source/_static/images/form-sources/form-source-image-repo-conf.webp b/source/_static/images/form-sources/form-source-image-repo-conf.webp index 3498d3332..48374b36d 100644 Binary files a/source/_static/images/form-sources/form-source-image-repo-conf.webp and b/source/_static/images/form-sources/form-source-image-repo-conf.webp differ diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-auto-filename.rst b/source/by-role/developer/common/content-modeling/form-controls/form-auto-filename.rst index 5665ddba2..122d71072 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-auto-filename.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-auto-filename.rst @@ -19,14 +19,31 @@ Configuration .. image:: /_static/images/form-controls/form-control-autofilename-properties.webp :width: 30% :alt: Form Control Autofilename Properties - :align: left + :align: center -.. include:: /includes/form-controls/form-control-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------+ -|| Properties || None | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || None | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None | -+------------------------+-----------------------------------------------------------------------+ +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - **Constraints** + - + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-checkbox.rst b/source/by-role/developer/common/content-modeling/form-controls/form-checkbox.rst index cab07d5b0..c07546654 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-checkbox.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-checkbox.rst @@ -27,14 +27,35 @@ Configuration .. image:: /_static/images/form-controls/form-control-checkbox-properties.webp :width: 40% :alt: Form Control Checkbox Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-date-time.rst b/source/by-role/developer/common/content-modeling/form-controls/form-date-time.rst index fb8430632..2a617969b 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-date-time.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-date-time.rst @@ -26,26 +26,53 @@ Configuration .. image:: /_static/images/form-controls/form-control-date-time-properties.webp :width: 30% :alt: Form Control Date-Time Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Show Date: Display date | -|| || * Show Time: Display time | -|| || * Show Clear Value: Display link to clear value | -|| || * Set Now Link: Display link to set time to now | -|| || * Populated: Put in values in the date/time based on | -|| || populate expression | -|| || * Allow Past Date: Allow user to set date in the past | -|| || * Populate Expression: Populate date/time control using the following| -|| || expressions: now [+ or -][number][days or weeks or years or hours | -|| || or minutes] | -|| || * Use Custom Timezone: Allows user to select a timezone | -|| || * Readonly: Make field read-only (can't be changed by the author). | -|| || * Readonly on Edit: | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Show Date + - Display date + * - Show Time + - Display time + * - Show Clear Value + - Display link to clear value + * - Set Now Link + - Display link to set time to now + * - Populated + - Put in values in the date/time based on populate expression + * - Allow Past Date + - Allow user to set date in the past + * - Populate Expression + - Populate date/time control using the following expressions: now [+ or -][number][days or weeks or years or hours or minutes] + * - Use Custom Timezone + - Allows user to select a timezone + * - Readonly + - Make field read-only (can't be changed by the author). + * - Readonly on Edit + - + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-dropdown.rst b/source/by-role/developer/common/content-modeling/form-controls/form-dropdown.rst index e07bcb51a..94cc6854a 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-dropdown.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-dropdown.rst @@ -20,7 +20,6 @@ Example :width: 50% :alt: Form Control Dropdown Example - ------------- Configuration ------------- @@ -28,18 +27,40 @@ Configuration .. image:: /_static/images/form-controls/form-control-dropdown.webp :width: 50% :alt: Form Control Dropdown Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Data Source: Source that will populate the dropdown. | -|| || * Allow Empty Value: To enable/disable allowing to leave the field | -|| || empty. | -|| || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * :ref:`Simple Taxonomy ` | -|| || * :ref:`Static Key Value Pairs ` | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Data Source + - Source that will populate the dropdown. + * - Allow Empty Value + - To enable/disable allowing to leave the field empty. + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - * :ref:`Simple Taxonomy ` + * :ref:`Static Key Value Pairs ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-filename.rst b/source/by-role/developer/common/content-modeling/form-controls/form-filename.rst index 3b3f53658..c99927769 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-filename.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-filename.rst @@ -27,16 +27,37 @@ Configuration .. image:: /_static/images/form-controls/form-control-filename-properties.webp :width: 30% :alt: Form Control Filename Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Max Length: Maximum number of characters to accept as input. | -|| || * Read Only: Make field read-only (can't be changed by the author). | -|| || * Allow Edit Without Warning. | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || None. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Max Length + - Maximum number of characters to accept as input. + * - Read Only + - Make field read-only (can't be changed by the author). + * - Allow Edit Without Warning + - + * - **Constraints** + - + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-grouped-checkboxes.rst b/source/by-role/developer/common/content-modeling/form-controls/form-grouped-checkboxes.rst index 6f2d8a43f..2ce056081 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-grouped-checkboxes.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-grouped-checkboxes.rst @@ -27,19 +27,42 @@ Configuration .. image:: /_static/images/form-controls/form-control-grouped-checkboxes.webp :width: 30% :alt: Form Control Grouped Checkboxes Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Data Source: Source that will populate the checkboxes. | -|| || * Show Select All: To select/unselect all options. | -|| || * List Direction: Display list horizontally or vertically | -|| || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Minimum Selection: Set a minimum amount of checkboxes to be | -|| || selected. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * :ref:`Simple Taxonomy ` | -|| || * :ref:`Static Key Value Pairs ` | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Data Source + - Source that will populate the checkboxes. + * - Show Select All + - To select/unselect all options. + * - List Direction + - Display list horizontally or vertically + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Minimum Selection + - Set a minimum amount of checkboxes to be selected. + * - **Related Data Sources** + - * :ref:`Simple Taxonomy ` + * :ref:`Static Key Value Pairs ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-image.rst b/source/by-role/developer/common/content-modeling/form-controls/form-image.rst index 5cc1709ca..770692484 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-image.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-image.rst @@ -27,27 +27,53 @@ Configuration .. image:: /_static/images/form-controls/form-control-image.webp :width: 30% :alt: Form Control Image - :align: left + :align: center -.. include:: /includes/form-controls/form-control-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Width: Min/max width of image. | -|| || * Height: Min/max height of image. | -|| || * Thumbnail Width: Width of thumbnail image. | -|| || * Thumbnail Height: Height of thumbnail image. | -|| || * Data Source: Source where the image will be loaded. | -|| || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * |imgUploadFromDesktop| | -|| || * |imgFromRepo| | -|| || * |imgFromWebDAV| | -|| || * |imgUploadToWebDAV| | -|| || * |imgFromS3| | -|| || * |imgUploadToS3| | -+------------------------+-----------------------------------------------------------------------+ +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Width + - Min/max width of image. + * - Height + - Min/max height of image. + * - Thumbnail Width + - Width of thumbnail image. + * - Thumbnail Height + - Height of thumbnail image. + * - Data Source + - Source where the image will be loaded. + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - * |imgUploadFromDesktop| + * |imgFromRepo| + * |imgFromWebDAV| + * |imgUploadToWebDAV| + * |imgFromS3| + * |imgUploadToS3| .. |imgUploadFromDesktop| replace:: :ref:`Image Uploaded from Desktop ` .. |imgFromRepo| replace:: :ref:`Image from Repository ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-input.rst b/source/by-role/developer/common/content-modeling/form-controls/form-input.rst index 3cddc64d9..8896d0ed5 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-input.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-input.rst @@ -27,15 +27,29 @@ Configuration .. image:: /_static/images/form-controls/form-control-input-1.webp :width: 30% :alt: Form Control Input - :align: left + :align: center -.. include:: /includes/form-controls/form-control-field-basics.rst +| .. list-table:: - :widths: 1 2 - :width: 70% + :align: left + :header-rows: 1 - * - + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** - * - Display Size - How much of the input to show on the author input form @@ -47,13 +61,13 @@ Configuration - Make the object searchable by this field * - Escape Content - Make the object escape script tags + * - **Constraints** + - * - Required - Make field required to fill out * - Match Pattern - Field must match a regex to be accepted - * - - - - * - Related Data Sources + * - **Related Data Sources** - None - * - Related Topics + * - **Related Topics** - :ref:`experience-builder` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-internal-name.rst b/source/by-role/developer/common/content-modeling/form-controls/form-internal-name.rst index ac6df27fa..9f087b00b 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-internal-name.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-internal-name.rst @@ -19,19 +19,45 @@ Configuration .. image:: /_static/images/form-controls/form-control-internal-name-properties.webp :width: 30% :alt: Form Control Internal Name Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+------------------------------------------------------------------------+ -|| Properties || * Display Size: How much of the input to show on the author input form| -|| || * Max Length: Maximum number of characters to accept as input. | -|| || * Readonly: Make field read-only (can't be changed by the author). | -|| || * Tokenize for Indexing: Make the object searchable by this field. | -|| || * Escape Content: Make the object escape script tags. | -+------------------------+------------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -|| || * Match Pattern: Field must match a regex to be accepted. | -+------------------------+------------------------------------------------------------------------+ -|| Related Data Sources || None | -+------------------------+------------------------------------------------------------------------+ + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Display Size + - How much of the input to show on the author input form + * - Max Length + - Maximum number of characters to accept as input. + * - Readonly + - Make field read-only (can't be changed by the author). + * - Tokenize for Indexing + - Make the object searchable by this field. + * - Escape Content + - Make the object escape script tags. + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - Match Pattern + - Field must match a regex to be accepted. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-item-selector.rst b/source/by-role/developer/common/content-modeling/form-controls/form-item-selector.rst index a910aa487..48322feb9 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-item-selector.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-item-selector.rst @@ -30,30 +30,57 @@ Configuration .. image:: /_static/images/form-controls/form-control-item-selector.webp :width: 30% :alt: Form Control Item Selector Properties - :align: left + :align: center -.. include:: /includes/form-controls/form-control-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Min Size: Minimum amount of items selected. | -|| || * Max Size: Maximum amount of items selected. | -|| || * Item Manager: Source where the items will be selected/created. | -|| || * Read Only: Make field read-only (can't be changed by the author). | -|| || * Disable Flattening for Search. | -|| || * Use single value filename. | -|| || * Use _mvs postfix. | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Allow Duplicate: Allows adding the same item more than once. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * |sharedContent| | -|| || * |embeddedContent| | -|| || * |fileUploadFromDesktop| | -|| || * |fileFromRepo| | -|| || * |fileFromWebDAV| | -|| || * |fileUploadToWebDAV| | -|| || * |fileFromS3| | -|| || * |fileUploadToS3| | -+------------------------+-----------------------------------------------------------------------+ +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Min Size + - Minimum amount of items selected. + * - Max Size + - Maximum amount of items selected. + * - Item Manager + - Source where the items will be selected/created. + * - Read Only + - Make field read-only (can't be changed by the author). + * - Disable Flattening for Search + - + * - Use single value filename + - + * - Use _mvs postfix + - + * - **Constraints** + - + * - Allow Duplicate + - Allows adding the same item more than once. + * - **Related Data Sources** + - * |sharedContent| + * |embeddedContent| + * |fileUploadFromDesktop| + * |fileFromRepo| + * |fileFromWebDAV| + * |fileUploadToWebDAV| + * |fileFromS3| + * |fileUploadToS3| .. |fileUploadFromDesktop| replace:: :ref:`File Uploaded From Desktop ` .. |fileFromRepo| replace:: :ref:`File from Repository ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-label.rst b/source/by-role/developer/common/content-modeling/form-controls/form-label.rst index d14a646a5..a6490df74 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-label.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-label.rst @@ -27,15 +27,35 @@ Configuration .. image:: /_static/images/form-controls/form-control-label-properties.webp :width: 30% :alt: Form Control Label - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Text: Label text to be displayed in form. | -|| || * Render as HTML. | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || None. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Text + - Label text to be displayed in form. + * - Render as HTML + - + * - **Constraints** + - + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-locale-selector.rst b/source/by-role/developer/common/content-modeling/form-controls/form-locale-selector.rst index dba83ea32..e27911f41 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-locale-selector.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-locale-selector.rst @@ -27,16 +27,35 @@ Configuration .. image:: /_static/images/form-controls/form-control-locale-selector-properties.webp :width: 30% :alt: Form Control Locale Selector Properties - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Description/Purpose || Indicates locale used for content | -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None | -+------------------------+-----------------------------------------------------------------------+ + :align: center + +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - Properties + - + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-numeric-input.rst b/source/by-role/developer/common/content-modeling/form-controls/form-numeric-input.rst index 087b36e07..760a6f620 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-numeric-input.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-numeric-input.rst @@ -27,16 +27,30 @@ Configuration .. image:: /_static/images/form-controls/form-control-numeric-input.webp :width: 35% :alt: Form Control Numeric Input Properties - :align: left - - -.. include:: /includes/form-controls/form-control-field-basics.rst + :align: center +| .. list-table:: - :widths: 1 2 - :width: 70% + :align: left + :header-rows: 1 + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - * - Display Size - How much of the input to show on the author input form * - Maximum @@ -47,13 +61,13 @@ Configuration - Make field read-only (can't be changed by the author) * - Tokenize for Indexing - Make the object searchable by this field + * - **Constraints** + - * - Required - Make field required to fill out * - Match Pattern - Field must match a regex to be accepted - * - - - - * - Related Data Sources + * - **Related Data Sources** - None - * - Related Topics + * - **Related Topics** - :ref:`experience-builder` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-page-order.rst b/source/by-role/developer/common/content-modeling/form-controls/form-page-order.rst index b085093af..7b646303b 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-page-order.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-page-order.rst @@ -27,14 +27,33 @@ Configuration .. image:: /_static/images/form-controls/form-control-page-order-properties.webp :width: 30% :alt: Form Control Page Order - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + :align: center + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-repeating-group.rst b/source/by-role/developer/common/content-modeling/form-controls/form-repeating-group.rst index 4872d13fa..c1756c9df 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-repeating-group.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-repeating-group.rst @@ -26,10 +26,18 @@ Configuration .. image:: /_static/images/form-controls/form-control-repeating-group.webp :width: 30% :alt: Form Control Repeating Group - :align: left + :align: center + +| .. list-table:: + :align: left + :header-rows: 1 + * - Name + - Description + * - **Repeat Group Basics** + - * - Title - Control title to show the author on the input form * - Name / Variable Name diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-rte.rst b/source/by-role/developer/common/content-modeling/form-controls/form-rte.rst index 6e5541146..b894c74b2 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-rte.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-rte.rst @@ -27,50 +27,82 @@ Configuration .. image:: /_static/images/form-controls/form-control-rte-properties.webp :width: 40% :alt: RTE - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Description/Purpose || Rich Text Area field. | -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Width: Width of the Rich Text Area. | -|| || * Height: Height of the Rich Text Area. | -|| || * Force Root Block p Tag. | -|| || * Force p tags New Lines: Adds a p tag on every new line. | -|| || * Force br New Lines: Adds br for each new line. | -|| || * Supported Channels. | -|| || * RTE Configuration: Configuration to be loaded on the rte. | -|| || * Image Manager. | -|| || * Video Manager. | -|| || * File Manager. | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || Image Manager | -|| || * |imgUploadFromDesktop| | -|| || * |imgFromRepo| | -|| || * |imgFromWebDAV| | -|| || * |imgUploadToWebDAV| | -|| || * |imgFromS3| | -|| || * |imgUploadToS3| | -|| || Video Manager | -|| || * |vidUploadFromDesktop| | -|| || * |vidFromRepo| | -|| || * |vidFromWebDAV| | -|| || * |vidUploadToWebDAV| | -|| || * |vidFromS3| | -|| || * |vidUploadToS3| | -|| || File Manager | -|| || * |fileUploadFromDesktop| | -|| || * |fileFromRepo| | -|| || * |fileFromWebDAV| | -|| || * |fileUploadToWebDAV| | -|| || * |fileFromS3| | -|| || * |fileUploadToS3| | -|| || * |sharedContent| | -|| || * |embeddedContent| | -+------------------------+-----------------------------------------------------------------------+ + :align: center + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Width + - Width of the Rich Text Area. + * - Height + - Height of the Rich Text Area. + * - Force Root Block p Tag + - + * - Force p tags New Lines + - Adds a p tag on every new line. + * - Force br New Lines + - Adds br for each new line. + * - Supported Channels + - + * - RTE Configuration + - Configuration to be loaded on the rte. + * - Image Manager + - + * - Video Manager + - + * - File Manager + - + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - Image Manager + + * |imgUploadFromDesktop| + * |imgFromRepo| + * |imgFromWebDAV| + * |imgUploadToWebDAV| + * |imgFromS3| + * |imgUploadToS3| + + Video Manager + + * |vidUploadFromDesktop| + * |vidFromRepo| + * |vidFromWebDAV| + * |vidUploadToWebDAV| + * |vidFromS3| + * |vidUploadToS3| + + File Manager + + * |fileUploadFromDesktop| + * |fileFromRepo| + * |fileFromWebDAV| + * |fileUploadToWebDAV| + * |fileFromS3| + * |fileUploadToS3| + * |sharedContent| + * |embeddedContent| + .. |imgUploadFromDesktop| replace:: :ref:`Image Uploaded from Desktop ` .. |imgFromRepo| replace:: :ref:`Image from Repository ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-section.rst b/source/by-role/developer/common/content-modeling/form-controls/form-section.rst index c9b0d0979..fca2c64ef 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-section.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-section.rst @@ -25,10 +25,18 @@ Configuration .. image:: /_static/images/form-controls/form-control-form-section.webp :width: 40% :alt: Form Control Form Section Example - :align: left + :align: center + +| .. list-table:: + :align: left + :header-rows: 1 + * - Name + - Description + * - **Section Basics** + - * - Title - Control title to show the author on the input form * - Description diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-text-area.rst b/source/by-role/developer/common/content-modeling/form-controls/form-text-area.rst index 281cf4c61..1bd6b7b62 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-text-area.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-text-area.rst @@ -27,15 +27,27 @@ Configuration .. image:: /_static/images/form-controls/form-control-text-area-properties.webp :width: 40% :alt: Form Control Text Area - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst + :align: center .. list-table:: - :widths: 1 2 - :width: 70% + :align: left + :header-rows: 1 - * - + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** - * - Columns - Number of columns of the text area to show. @@ -49,9 +61,9 @@ Configuration - Make field read-only (can't be changed by the author). * - Escape Content - Allows escaping of script tags. + * - **Constraints** + - * - Required - Make field required to fill out - * - - - - * - Related Data Sources + * - **Related Data Sources** - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-time.rst b/source/by-role/developer/common/content-modeling/form-controls/form-time.rst index 1692a8c59..28755d5fd 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-time.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-time.rst @@ -35,23 +35,45 @@ Configuration .. image:: /_static/images/form-controls/form-control-time-properties.webp :width: 30% :alt: Form Control Time Properties - :align: left + :align: center + +.. list-table:: + :align: left + :header-rows: 1 -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Show Clear Value: Display link to clear value | -|| || * Set Now Link: Display link to set time to now | -|| || * Populated: Put in values in the date/time based on | -|| || populate expression | -|| || * Populate Expression: Populate date/time control using the following| -|| || expressions: now [+ or -][number][days or weeks or years or hours | -|| || or minutes] | -|| || * Use Custom Timezone: Allows user to select a timezone | -|| || * Readonly: Make field read-only (can't be changed by the author). | -|| || * Readonly on Edit: | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * None. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Show Clear Value + - Display link to clear value + * - Set Now Link + - Display link to set time to now + * - Populated + - Put in values in the date/time based on populate expression + * - Populate Expression + - Populate date/time control using the following expressions: now [+ or -][number][days or weeks or years or hours or minutes] + * - Use Custom Timezone + - Allows user to select a timezone + * - Readonly + - Make field read-only (can't be changed by the author). + * - Readonly on Edit + - + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - None diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-transcoded-video.rst b/source/by-role/developer/common/content-modeling/form-controls/form-transcoded-video.rst index 724b05254..268ca798b 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-transcoded-video.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-transcoded-video.rst @@ -25,17 +25,37 @@ Configuration .. image:: /_static/images/form-controls/form-control-transcoded-video.webp :width: 30% :alt: Form Control Transcoded Video - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Data Source: Source that will populate the transcoded video picker.| -|| || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * |mediaConvertTranscode| | -+------------------------+-----------------------------------------------------------------------+ + :align: center + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Data Source + - Source that will populate the transcoded video picker. + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - * |mediaConvertTranscode| .. |mediaConvertTranscode| replace:: :ref:`Video Transcoding From S3 Repository ` diff --git a/source/by-role/developer/common/content-modeling/form-controls/form-video.rst b/source/by-role/developer/common/content-modeling/form-controls/form-video.rst index c45cedc13..8f5126a09 100644 --- a/source/by-role/developer/common/content-modeling/form-controls/form-video.rst +++ b/source/by-role/developer/common/content-modeling/form-controls/form-video.rst @@ -25,25 +25,43 @@ Configuration .. image:: /_static/images/form-controls/form-control-video.webp :width: 30% :alt: Form Control Video - :align: left - -.. include:: /includes/form-controls/form-control-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Description/Purpose || Video selector from a Data Source. | -+------------------------+-----------------------------------------------------------------------+ -|| Properties || * Data Source: Source that will populate the video picker. | -|| || * Read Only: Make field read-only (can't be changed by the author). | -+------------------------+-----------------------------------------------------------------------+ -|| Constraints || * Required: Make field required to fill out. | -+------------------------+-----------------------------------------------------------------------+ -|| Related Data Sources || * |vidUploadFromDesktop| | -|| || * |vidFromRepo| | -|| || * |vidFromWebDAV| | -|| || * |vidUploadToWebDAV| | -|| || * |vidFromS3| | -|| || * |vidUploadToS3| | -+------------------------+-----------------------------------------------------------------------+ + :align: center + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Field Basics** + - + * - Title + - Control title to show the author on the input form + * - Name / Variable Name + - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime + * - ICE Group + - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool + * - Description + - Form Control description + * - Help + - Help to show authors on the input form associated with this control + * - **Properties** + - + * - Data Source + - Source that will populate the video picker. + * - Read Only + - Make field read-only (can't be changed by the author). + * - **Constraints** + - + * - Required + - Make field required to fill out. + * - **Related Data Sources** + - * |vidUploadFromDesktop| + * |vidFromRepo| + * |vidFromWebDAV| + * |vidUploadToWebDAV| + * |vidFromS3| + * |vidUploadToS3| .. |vidUploadFromDesktop| replace:: :ref:`Video Uploaded From Desktop ` .. |vidFromRepo| replace:: :ref:`Video from Repository ` diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-desktop.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-desktop.rst index 0bf4ada1c..9c8152859 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-desktop.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-desktop.rst @@ -27,13 +27,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-audio-desktop-conf.webp + :align: center :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. | -+------------------------+-------------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to store the new audio uploaded from desktop. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-repo.rst index ad5a94308..3610bc6f8 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-audio-repo.rst @@ -26,13 +26,27 @@ Data source to select audios from repository. Configuration ------------- .. image:: /_static/images/form-sources/form-source-audio-repo-conf.webp + :align: center :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. | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the audios from the repository. + * - Use Search + - Enable or disable searching for audios in the repository. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-components.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-components.rst index 48e71e9ed..74078c672 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-components.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-components.rst @@ -23,19 +23,39 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-components-conf.webp + :align: center :width: 40% :alt: Form Source Components Fields - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || - Allow Shared: Allows user to browse shared components | -|| || - Allow Embedded: Allows user to browse embedded components | -|| || - Enable Browse: Allows user to browse existing items | -|| || - Enable Search: Allows user to search for existing items | -|| || - Base Repository Path: Path where to store new content created. | -|| || - Base Browse Path: Path where to browse the datasource items. | -|| || - Content Types: Components that can be accepted | -|| || - Tags: Tags | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file +| + +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Allow Shared + - Allows user to browse shared components + * - Allow Embedded + - Allows user to browse embedded components + * - Enable Browse + - Allows user to browse existing items + * - Enable Search + - Allows user to search for existing items + * - Base Repository Path + - Path where to store new content created. + * - Base Browse Path + - Path where to browse the datasource items. + * - Content Types + - Components that can be accepted + * - Tags + - String identifiers diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-embedded-content.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-embedded-content.rst index 0db44287b..593dccaca 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-embedded-content.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-embedded-content.rst @@ -23,13 +23,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-embedded-content-conf.webp + :align: center :width: 40% :alt: Form Source Embedded Content Fields - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------+ -|| Properties || - Content Type: the content type to use by default when creating the | -|| || content | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Content Type + - the content type to use by default when creating the content diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-file-browse.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-file-browse.rst index 4976f34ab..d355e71ab 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-file-browse.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-file-browse.rst @@ -23,12 +23,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-file-browse-conf.webp + :align: center :width: 40% :alt: Source Control File Browse Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the files from the repository. | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the files from the repository. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-file-desktop.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-file-desktop.rst index f297f27dc..6eaa397ca 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-file-desktop.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-file-desktop.rst @@ -23,14 +23,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-file-desktop-conf.webp + :align: center :width: 40% :alt: Source Control File From Desktop - :align: left | -.. include:: /includes/form-sources/form-source-field-basics.rst - -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to store the new file uploaded from desktop. | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to store the new file uploaded from desktop. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-image-desktop.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-image-desktop.rst index dc66ae478..fafec3841 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-image-desktop.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-image-desktop.rst @@ -13,7 +13,7 @@ Image Uploaded from Desktop Data Source Data source to upload images from desktop. .. figure:: /_static/images/form-sources/form-source-image-desktop.webp - :width: 20% + :width: 30% :alt: Source Control Image From Desktop | @@ -23,12 +23,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-image-desktop-conf.webp + :align: center :width: 40% - :alt: Form Control Input 1 - :align: left + :alt: Form Source Image From Desktop Configuration -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+------------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to store the new image uploaded from desktop. | -+------------------------+------------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to store the new image uploaded from desktop. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-image-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-image-repo.rst index 9f90f3bd1..be2e17f9d 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-image-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-image-repo.rst @@ -23,13 +23,27 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-image-repo-conf.webp + :align: center :width: 40% :alt: Source Control Image From Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the images from the repository. | -|| || - Use Search: Enable or disable searching for images in the repository. | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the images from the repository. + * - Use Search + - Enable or disable searching for images in the repository. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-kvp.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-kvp.rst index 01849482f..8cbc597f2 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-kvp.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-kvp.rst @@ -23,18 +23,32 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-kvp-conf.webp + :align: center :width: 40% :alt: Form Static Key Value Pairs - :align: left +| -.. include:: /includes/form-sources/form-source-field-basics.rst +.. list-table:: + :align: left + :header-rows: 1 -+------------------------+---------------------------------------------------------------------------+ -|| Properties || - Data Type: Key Value pairs type (String, Integer, Float, Date, HTML). | -|| || - Options: Key Value pairs to be added on the datasource. | -|| || - Show keys: | -+------------------------+---------------------------------------------------------------------------+ + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Data Type + - Key Value pairs type (String, Integer, Float, Date, HTML). + * - Options + - Key Value pairs to be added on the datasource. + * - Show keys + - Enable or disable showing the keys -------------- Adding Options @@ -44,9 +58,9 @@ When creating a static Key Value Pairs data source you can add the options by cl datasource configuration. That will display a dialog with the necessary features to manage the data. .. image:: /_static/images/form-sources/form-source-kvp-options.webp + :align: center :width: 50% :alt: Form Static Key Value Pairs Options - :align: center | diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-mediaconvert-transcode.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-mediaconvert-transcode.rst index 62282ef20..0b81a791d 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-mediaconvert-transcode.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-mediaconvert-transcode.rst @@ -23,15 +23,27 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-s3-transcode-conf.webp + :align: center :width: 40% :alt: Source Control Video Transcoding from S3 Repository Properties - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Input Profile ID: AWS profile id (MediaConvert) to be used for uploading | -|| || and triggering the transcode job, setup in aws.xml | -|| || - Output Profile ID: S3 profile id to be used to access the files generated| -|| || by the transcode job, setup in aws.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Input Profile Id + - AWS profile id (MediaConvert) used for uploading and triggering the transcode job, configured in aws.xml + * - Output Profile Id + - S3 profile id used to access the files generated by the transcode job, configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-repo.rst index 6d17fc088..657428b12 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-repo.rst @@ -19,15 +19,28 @@ Data source to select files from S3 repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control S3 Repository Configuration - :align: left - -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the S3 repository. | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the S3 repository. + * - Profile Id + - S3 profile id configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-upload.rst index 853b55fb8..06e49460d 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-file-upload.rst @@ -22,15 +22,28 @@ Data source to upload files to S3 repository. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control S3 Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: S3 repository path where to store the new | -|| || uploaded file | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - S3 repository path where to store the new uploaded file + * - Profile Id + - S3 profile id configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-repo.rst index 0597275d2..a450f68df 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-repo.rst @@ -19,14 +19,28 @@ Data source to select images from repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control Image From S3 Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| + +.. list-table:: + :align: left + :header-rows: 1 -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the S3 repository. | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the S3 repository. + * - Profile Id + - S3 profile id configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-upload.rst index c5b5c8628..2c21e6d01 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-image-upload.rst @@ -20,15 +20,28 @@ Data source to upload images to S3 repository. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control File Upload S3 - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: S3 repository path where to store the new | -|| || uploaded image | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - S3 repository path where to store the new uploaded image + * - Profile Id + - S3 profile id configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-repo.rst index 57fb7ee16..2b614e126 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-repo.rst @@ -19,14 +19,28 @@ Data source to select videos from repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control Video From S3 Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| + +.. list-table:: + :align: left + :header-rows: 1 -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the S3 repository. | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the S3 repository. + * - Profile Id + - S3 profile id configured in aws.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-upload.rst index e8800649c..65a0cf37d 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-s3-video-upload.rst @@ -22,17 +22,29 @@ Data source to upload videos to the S3 bucket. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control File Upload S3 - :align: left - -.. include:: /includes/form-sources/form-source-field-basics.rst +| +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - S3 repository path where to store the new uploaded video + * - Profile Id + - S3 profile id configured in aws.xml -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: S3 repository path where to store the new | -|| || uploaded video | -|| || - Profile ID: S3 profile id to be used setup in aws.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-shared-content.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-shared-content.rst index 649c454fd..1c9a7245e 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-shared-content.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-shared-content.rst @@ -23,19 +23,35 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-shared-content-conf.webp + :align: center :width: 40% :alt: Form Shared Content Fields - :align: left | -.. include:: /includes/form-sources/form-source-field-basics.rst - -+------------------------+-----------------------------------------------------------------------+ -|| Properties || - Enable Create New: Allows user to create a new item | -|| || - Enable Browse Existing: Allows user to browse existing items | -|| || - Enable Search Existing: Allows user to search for existing items | -|| || - Repository Path: Path where to store new content created. | -|| || - Browse Path: Path where to browse the datasource items. | -|| || - Default Type: Default type of datasource items. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Enable Create New + - Allows user to create a new item + * - Enable Browse Existing + - Allows user to browse existing items + * - Enable Search Existing + - Allows user to search for existing items + * - Repository Path + - Path where to store new content created. + * - Browse Path + - Path where to browse the datasource items. + * - Default Type + - Default type of datasource items. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-simple-taxonomy.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-simple-taxonomy.rst index a9b495097..3c77bec09 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-simple-taxonomy.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-simple-taxonomy.rst @@ -23,16 +23,30 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-simple-taxonomy-conf.webp + :align: center :width: 40% :alt: Form Control Data Source Simple Taxonomy Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Data Type: Key Value pairs type (String, Integer, Float, Date, HTML). | -|| || - Component Path: Path where to browse the datasource items. | -+------------------------+--------------------------------------------------------------------------+ +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Data Type + - Key Value pairs type (String, Integer, Float, Date, HTML). + * - Component Path + - Path where to browse the datasource items. ---------------------------------------- Creating an XML file for the data source @@ -42,9 +56,9 @@ The Simple Taxonomy Data Source uses xml files to get the components that are go create your own component to use as data source by following the instructions on :ref:`creating a component` and just skip creating the view and controller part of the content type if needed. .. image:: /_static/images/form-sources/form-source-simple-taxonomy-example.webp + :align: center :width: 65% :alt: Form Control Data Source Simple Taxonomy Example - :align: center | diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-video-desktop.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-video-desktop.rst index 75c2e5d40..38f28bb14 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-video-desktop.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-video-desktop.rst @@ -23,13 +23,25 @@ Configuration ------------- .. image:: /_static/images/form-sources/form-source-video-desktop-conf.webp + :align: center :width: 40% :alt: Source Control Video From Desktop - :align: left - -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-------------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to store the new video uploaded from desktop. | -+------------------------+-------------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to store the new video uploaded from desktop. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-video-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-video-repo.rst index e4929dbc6..cf4b6c633 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-video-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-video-repo.rst @@ -22,13 +22,27 @@ Data source to select videos from repository. Configuration ------------- .. image:: /_static/images/form-sources/form-source-video-repo-conf.webp + :align: center :width: 40% :alt: Source Control Video From Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the videos from the repository. | -|| || - Use Search: Enable or disable searching for videos in the repository. | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the videos from the repository. + * - Use Search + - Enable or disable searching for videos in the repository. diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-repo.rst index 7005690a4..dd63f9826 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-repo.rst @@ -21,14 +21,28 @@ Data source to select files from WebDAV repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control WebDAV Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the WebDAV repository. | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the WebDAV repository. + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-upload.rst index 961f97812..2c9d4eb00 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-file-upload.rst @@ -21,15 +21,28 @@ Data source to upload files to WebDav repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control File Upload WebDAV - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: WebDAV repository path where to store the new | -|| || uploaded file | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - WebDAV repository path where to store the new uploaded file + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-repo.rst index 74267d216..38be15a16 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-repo.rst @@ -21,16 +21,28 @@ Data source to select images from repository. ------------- Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control Image From WebDAV Repository Configuration - :align: left | -.. include:: /includes/form-sources/form-source-field-basics.rst - -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the WebDAV repository. | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the WebDAV repository. + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-upload.rst index c2448997c..157cec7b5 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-image-upload.rst @@ -22,15 +22,28 @@ Data source to upload images to WebDav repository. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control File Upload WebDAV - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: WebDAV repository path where to store the new | -|| || uploaded image | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - WebDAV repository path where to store the new uploaded image + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-repo.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-repo.rst index 79f5bcd2b..c5cdea383 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-repo.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-repo.rst @@ -22,14 +22,28 @@ Data source to select videos from repository. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control Video From WebDAV Repository Configuration - :align: left -.. include:: /includes/form-sources/form-source-field-basics.rst +| -+------------------------+--------------------------------------------------------------------------+ -|| Properties || - Repository Path: Path where to browse the WebDAV repository. | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+--------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - Path where to browse the WebDAV repository. + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-upload.rst b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-upload.rst index a9db48bce..7aa72e7ed 100644 --- a/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-upload.rst +++ b/source/by-role/developer/common/content-modeling/form-sources/form-source-webdav-video-upload.rst @@ -22,17 +22,28 @@ Data source to upload videos to WebDav repository. Configuration ------------- -.. image:: /_static/images/form-sources/form-source-webdav-conf.webp +.. image:: /_static/images/form-sources/form-source-basics-conf.webp + :align: center :width: 40% :alt: Source Control File Upload WebDAV - :align: left | -.. include:: /includes/form-sources/form-source-field-basics.rst - -+------------------------+-----------------------------------------------------------------------------+ -|| Properties || - Repository Path: WebDAV repository path where to store the new | -|| || uploaded video | -|| || - Profile ID: WebDAV profile id to be used setup in webdav.xml | -+------------------------+-----------------------------------------------------------------------------+ \ No newline at end of file +.. list-table:: + :align: left + :header-rows: 1 + + * - Name + - Description + * - **Data Source Basics** + - + * - Title + - Data source title to show on the form + * - Name + - Name of variable to store the final result in + * - **Properties** + - + * - Repository Path + - WebDAV repository path where to store the new uploaded video + * - Profile Id + - WebDAV profile id configured in webdav.xml diff --git a/source/includes/form-controls/form-control-field-basics.rst b/source/includes/form-controls/form-control-field-basics.rst deleted file mode 100644 index dea29e605..000000000 --- a/source/includes/form-controls/form-control-field-basics.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. _form-control-field-basics: - -.. list-table:: - :widths: 1 2 - :width: 70% - - * - Title - - Control title to show the author on the input form - * - Name / Variable Name - - Name of variable to store the final result in. This is used by the View layer or the Controllers to gain access to the data during runtime - * - ICE Group - - In-Context Edit Group: During ICE editing in Preview mode, this control will be part of this group for editing which means when the author click on the Pencil Tool, they will get all the controls in the same group associated with the specific Pencil Tool - * - Description - - Form Control description - * - Help - - Help to show authors on the input form associated with this control diff --git a/source/includes/form-sources/form-source-field-basics.rst b/source/includes/form-sources/form-source-field-basics.rst deleted file mode 100644 index 8740b3bc9..000000000 --- a/source/includes/form-sources/form-source-field-basics.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _form-source-field-basics: - -+------------------------+-----------------------------------------------------------------------+ -|| Title || Data source title to show on the form. | -+------------------------+-----------------------------------------------------------------------+ -|| Name || Name of variable to store the final result in. | -+------------------------+-----------------------------------------------------------------------+ \ No newline at end of file