Adds documentation for mautic/mautic/pull/14100#317
Adds documentation for mautic/mautic/pull/14100#317putzwasser wants to merge 1 commit intomautic:mainfrom
Conversation
RCheesley
left a comment
There was a problem hiding this comment.
Thanks for the PR @putzwasser - you need to use the command make link to create the link file and commit it, then you can use the xref macro where the link is.
I've also made a Vale suggestion for the passive to active speech warning which will need implementing anywhere you've used it, please. Thanks!
| You can associate checkbox group fields with *boolean* and *select - multiple* fields, but not *select* fields. | ||
|
|
||
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. | ||
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. [A PHP parseable BNF-like string](https://www.php.net/manual/en/datetime.formats.php) can be used to set a dynamic/relative to now default value for this field. |
There was a problem hiding this comment.
Hi @putzwasser please use the command make link at the terminal, follow the steps and then use the xref macro here. For info, if you're doing internal linking check the docs on using the :ref: role for linking within the same document, and using :doc: to link across pages.
Please fix this in all the places you've mentioned it. Thanks!
| You can associate checkbox group fields with *boolean* and *select - multiple* fields, but not *select* fields. | ||
|
|
||
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. | ||
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. [A PHP parseable BNF-like string](https://www.php.net/manual/en/datetime.formats.php) can be used to set a dynamic/relative to now default value for this field. |
There was a problem hiding this comment.
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. [A PHP parseable BNF-like string](https://www.php.net/manual/en/datetime.formats.php) can be used to set a dynamic/relative to now default value for this field. | |
| - **Date** - This field allows the visitor to select a date with a calendar picker. The formatting of the date applies the default setting in your Configuration. You can use [A PHP parseable BNF-like string](https://www.php.net/manual/en/datetime.formats.php) to set a dynamic/relative to now default value for this field. |
Passive -> Active voice
|
I've cherry-picked this PR in:
So, I'm closing this now. Thanks for the contribution, @putzwasser! ✨ |
Adds documentation for PR mautic/mautic#14100