We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As requested in silverstripe/silverstripe-cms#1020, #156 added the ability to disable the help_link.
help_link
In the upgrade from help_link to help_links, #615 seems to have inadvertently removed this.
help_links
The following are expected to work, but now result in [Warning] foreach() argument must be of type array|object, bool given:
[Warning] foreach() argument must be of type array|object, bool given
SilverStripe\Admin\LeftAndMain: help_links: false
SilverStripe\Admin\LeftAndMain: help_links: null
For good measure, I did try the following and it is not effective:
SilverStripe\Admin\LeftAndMain: help_links: []
The text was updated successfully, but these errors were encountered:
PR merged
Sorry, something went wrong.
GuySartorelli
No branches or pull requests
As requested in silverstripe/silverstripe-cms#1020, #156 added the ability to disable the
help_link
.In the upgrade from
help_link
tohelp_links
, #615 seems to have inadvertently removed this.The following are expected to work, but now result in
[Warning] foreach() argument must be of type array|object, bool given
:For good measure, I did try the following and it is not effective:
PRs
The text was updated successfully, but these errors were encountered: