Skip to content

Commit

Permalink
Merge branch 'docs-retrieving-system-settings-information' of https:/…
Browse files Browse the repository at this point in the history
…/github.com/andersonjeccel/developer-documentation-new into docs-retrieving-system-settings-information
  • Loading branch information
andersonjeccel committed Aug 28, 2024
2 parents a452050 + 55e5910 commit eca4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/retriving_system_information.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For example, to display the API OAuth2 access token lifetime:
Finding available parameters
----------------------------

All available configuration parameters can be found in the ``/config/local.php`` file. This file contains the complete list of settings that can be accessed using ``configGetParameter``.
All available configuration parameters can be found in the ``/config/local.php`` file once you save the global configuration form for the first time. This file contains the complete list of settings that can be accessed using ``configGetParameter``.

Check warning on line 44 in docs/design/retriving_system_information.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be found'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be found').", "location": {"path": "docs/design/retriving_system_information.rst", "range": {"start": {"line": 44, "column": 44}}}, "severity": "INFO"}

Check warning on line 44 in docs/design/retriving_system_information.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Form' instead of 'form'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Form' instead of 'form'.", "location": {"path": "docs/design/retriving_system_information.rst", "range": {"start": {"line": 44, "column": 126}}}, "severity": "INFO"}

Check warning on line 44 in docs/design/retriving_system_information.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be accessed'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be accessed').", "location": {"path": "docs/design/retriving_system_information.rst", "range": {"start": {"line": 44, "column": 209}}}, "severity": "INFO"}

Identifying parameter names
---------------------------
Expand Down

0 comments on commit eca4c76

Please sign in to comment.