-
-
Notifications
You must be signed in to change notification settings - Fork 77
Added docs for ConfigFile #48
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add information to file based plugin configuration. * Update plugin-settings.md Co-authored-by: Luke Towers <github@luketowers.ca>
As indicated in the PR, translation tools may translate content in bold tags, but won't translate content in code tags. By replacing bold tags with code for API content, it ensures that people still use the correct syntax even if the page is translated.
- Switched to code blocks for examples that include the language used in the example - Reference names of options and API touchpoints in inline code blocks to prevent automated translation of unchangeable values Credit to @WebVPF
Credit to @WebVPF
Further improvements by @WebVPF
Credit to @WebVPF
Credit to @happytodev
* main: Improve documentation for available filters Multiple values for `trigger` (#51) Clarify documentation on sets (#50) Document changes from wintercms/winter@4fea190 Recommend providing default roles when registering permissions Specify that pivot should be defined with pivotModel Update backend-forms.md (#49) Add a note about non-saving partials & hints Fix typo on menu (#47)
…o wip/framework-rewrite
Framework rewrite documentation for wintercms/winter#401
Member
|
History got borked so I'm replacing this with #55 |
LukeTowers
added a commit
that referenced
this pull request
Mar 16, 2022
Replaces #48, credit for initial content to @jaxwilko. Documents wintercms/storm#40
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds documentation for the new
ConfigFile&EnvFileclasses that are added in: