Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Adding an option to store coonfiguration in modx system settings and … #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svrhovac
Copy link

…load then in refresh processor.

Four new settings are enabled in the SiteDash widget, which controls rendering of the 4 blocks in the widget.

  • 'display_lighthouse'
  • 'display_config'
  • 'display_security'
  • 'display_checks'

By default, all these are 'true'. If added to the system configuration, these can be set to false and hide respective section in the widget.

…load then in refresh processor.

Added 4 new settings to the SiteDash widget, which control rendering of the 4 blocks in the widget.

* 'display_lighthouse' => 'yes',
* 'display_config' => 'yes',
* 'display_security' => 'yes',
* 'display_checks' => 'yes',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant