-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Add Silverstripe Templates language #7675
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
base: main
Are you sure you want to change the base?
Add Silverstripe Templates language #7675
Conversation
|
Thanks for submitting this @GuySartorelli 🎉 |
293849b to
fc47e2b
Compare
|
For the record: Going on Silverstripe's CMS style guide, we're thinking the bright blue
Coincidentally, this "bright blue" isn't too far off from the existing color already being associated with |
lildude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need the cached license file that would have been created when you ran script/add-grammar.
|
I've committed all of the changes (just did a straight |
|
This is the command that should have run: Line 135 in 2409807
You can run it manually but you might want to check why it might have failed before it got here. Maybe there's a problem with the grammar? (An error should have been reported) |
|
Not sure about the automations, but:
Does that help @lildude? If so, then maybe the file you're looking for can be generated manually instead. If so, maybe next steps are:
Edit: Just realized you replied shortly before my comment, but will leave it up in case there's a pathway for manual completion as well. |
|
@patricknelson The license being discussed is specifically for the grammar. Sample licenses and sources are mentioned in the files themselves and in the PR description. I'm sure if more needs to be done in that respect we'll be told what to do 👍 |
|
Running
But no files were changed.
No errors were reported this time nor when I ran If you can provide me with debug steps I'll gladly look more into it - or alternatively if there's a more manual way to cache the license I'll happily do that too if you can tell me how. |
|
Worked for me (I re-ran the |

Adding the Silverstripe Templating language. See https://docs.silverstripe.org/en/6/developer_guides/templates/syntax/ for in-depth information about this templating language.
Description
Checklist:
#005AE1