Skip to content

Commit

Permalink
Force to remove trailing slash and fixed some links
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Nov 18, 2024
1 parent 061cc11 commit 0d5c0b3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
10 changes: 5 additions & 5 deletions docs/general-concepts/forms-fields/standard-fields/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ To try out a standard form field you can download the `com_exampleform` componen
## List of Standard Form Fields
The following is a full list of all supplied form fields available in this release.

| Type | Description |
|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Type | Description |
|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Accessible Media](./accessiblemedia.md) | Provides modal access to the media manager for insertion of images with upload for users with appropriate permissions and a text field for adding a alternative text. |
| [Access Level](./accesslevel.md) | Provides a drop down list of viewing access levels. |
| [Alias Tag](./aliastag.md) | Provides a list box containing specific language definitions. |
Expand Down Expand Up @@ -54,14 +54,14 @@ The following is a full list of all supplied form fields available in this relea
| [Menu](./menu.md) | Provides a drop down list of the available menus from your Joomla site. |
| [Menu Item](./menuitem.md) | Provides a drop down list of the available menu items from your Joomla site. |
| [Meter](./meter.md) | Provides a meter to show value in a range. |
| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. |
| [ModalSelect](./modalselect.md) | Provides a field to allow the user to select an item within a modal. |
| [Module Layout](./modulelayout.md) | Provides a list of alternative layout for a module grouped by core and template. |
| [Module Order](./moduleorder.md) | Provides a drop down to set the ordering of module in a given position |
| [Module Position](./moduleposition.md) | Provides a text input to set the position of a module. |
| [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). |
| [Note](./note.md) | Provides a one line text field. |
| [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. |
| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. |
| [Plugins](./plugins.md) | Provides a list of plugins from a given folder. |
| [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. |
Expand All @@ -83,7 +83,7 @@ The following is a full list of all supplied form fields available in this relea
| [Template Style](./templatestyle.md) | Provides a drop down list of template styles. |
| [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. |
| [Text](./text.md) | Provides a text box for data entry. |
| [Time](./time) | Provides a select list of integers with specified first, last and step values. |
| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. |
| [Timezone](./timezone.md) | Provides a drop down list of time zones. |
| [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title |
| [Url](./url.md) | Provides a URL text input field. |
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const config = {
organizationName: 'joomla',
projectName: 'joomla-cms',
url: 'https://manual.joomla.org',
trailingSlash: false,
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following is a full list of all supplied form fields available in this relea
| [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). |
| [Note](./note.md) | Provides a one line text field. |
| [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. |
| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. |
| [Plugins](./plugins.md) | Provides a list of plugins from a given folder. |
| [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. |
Expand All @@ -81,7 +81,7 @@ The following is a full list of all supplied form fields available in this relea
| [Template Style](./templatestyle.md) | Provides a drop down list of template styles. |
| [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. |
| [Text](./text.md) | Provides a text box for data entry. |
| [Time](./time) | Provides a select list of integers with specified first, last and step values. |
| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. |
| [Timezone](./timezone.md) | Provides a drop down list of time zones. |
| [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title |
| [Url](./url.md) | Provides a URL text input field. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following is a full list of all supplied form fields available in this relea
| [Module Tag](./moduletag.md) | Provides a list of html5 elements (used to wrap a module in). |
| [Note](./note.md) | Provides a one line text field. |
| [Number](./number.md) | Provides a one line text box with up-down handles to set a number in the field. |
| [Order](./ordering) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Order](./ordering.md) | Provides a dropdown list of entries within a specified table along with `-First-` and `-Last-`. |
| [Password](./password.md) | Provides a text box for entry of a password. The password characters will be obscured as they are entered. |
| [Plugins](./plugins.md) | Provides a list of plugins from a given folder. |
| [Plugin Status](./pluginstatus.md) | Provides a list box of statuses. |
Expand All @@ -82,7 +82,7 @@ The following is a full list of all supplied form fields available in this relea
| [Template Style](./templatestyle.md) | Provides a drop down list of template styles. |
| [Text Area](./textarea.md) | Provides a text area for entry of multi-line text. |
| [Text](./text.md) | Provides a text box for data entry. |
| [Time](./time) | Provides a select list of integers with specified first, last and step values. |
| [Time](./time.md) | Provides a select list of integers with specified first, last and step values. |
| [Timezone](./timezone.md) | Provides a drop down list of time zones. |
| [Transition](./transition.md) | Provides a grouped list of all work flow transitions from one stage to the next grouped by stage title |
| [Url](./url.md) | Provides a URL text input field. |
Expand Down
Loading

0 comments on commit 0d5c0b3

Please sign in to comment.