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

DOCS Add docs for CMS help menu links #8393

Merged

Conversation

sachajudd
Copy link
Contributor

Relies on silverstripe/silverstripe-admin#615 to be merged first.

Copy link
Contributor

@maxime-rainville maxime-rainville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More pedantic non-sense.

You can edit existing or add new links as shown in the example below:

```yml
// app/_config/config.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a valid YML comment ... replace // with #

// app/_config/config.yml
SilverStripe\Admin\LeftAndMain:
help_links:
'CMS User help': 'my-custom-userhelp-docs.com'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use proper URLs, ideally to https://example.com or https://example.org or https://example.net.

Some out there will copy paste this into their code and not realised they need the protocol for this to work.

Can we add an example illustrating how to suppress a link we don't want.

@maxime-rainville maxime-rainville merged commit d68f02a into silverstripe:4 Oct 5, 2018
@sachajudd sachajudd deleted the pulls/4/document-help-menu branch October 5, 2018 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants