-
Notifications
You must be signed in to change notification settings - Fork 813
Added release notes and details for block list labels included in Forms 14.2.0-rc2. #6616
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
Merged
eshanrnh
merged 7 commits into
umbraco:main
from
AndyButland:forms/release-notes-14.2.0-rc2
Nov 4, 2024
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
808a30f
Added release notes and details for block list labels.
AndyButland 2fcbc5f
Restored original file names.
AndyButland 51a09e1
Linting.
AndyButland be4d444
Update 14/umbraco-forms/developer/blocklistfilters.md
eshanrnh 0f3820d
Update 14/umbraco-forms/release-notes.md
eshanrnh 68978d4
Update 15/umbraco-forms/developer/blocklistfilters.md
eshanrnh 292ada8
Update 14/umbraco-forms/release-notes.md
eshanrnh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,27 @@ | ||
| # Block List Filters | ||
| # Block List Labels | ||
|
|
||
| When working with the Block List editor, [the editor experience is enhanced](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor#editor-appearance) by defining a label for the appearance of the Block. | ||
|
|
||
| These labels can contain AngularJS filters. | ||
| These labels can use [Umbraco Flavored Markdown (UFM)](https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown). | ||
|
|
||
| A filter `umbFormsFormName` is available for use. | ||
| An option is available to display a form's name - `umbFormName`. | ||
|
|
||
| It should be rendered as follows, with a reference to the property alias on the block element that uses a form picker. | ||
|
|
||
| ``` | ||
| {umbFormName: <property-alias>} | ||
| ``` | ||
|
|
||
| If you add a reference to a property containing a form to the block's label, it will render with the form's Id. | ||
|
|
||
| For example, assuming a property containing a picked form with an alias of `contactForm`: | ||
|
|
||
| ``` | ||
| {{contactForm}} | ||
| {=contactForm} | ||
| ``` | ||
|
|
||
| By using the filter as follows, the form's name will be displayed instead. | ||
| By using the markdown as follows, the form's name will be displayed instead. | ||
|
|
||
| ``` | ||
| {{contactForm | umbFormsFormName}} | ||
| {umbFormName: contactForm} | ||
| ``` |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,27 @@ | ||
| # Block List Filters | ||
| # Block List Labels | ||
|
|
||
| When working with the Block List editor, [the editor experience is enhanced](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor#editor-appearance) by defining a label for the appearance of the Block. | ||
|
|
||
| These labels can contain AngularJS filters. | ||
| These labels can use [Umbraco Flavored Markdown (UFM)](https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown). | ||
|
|
||
| A filter `umbFormsFormName` is available for use. | ||
| An option is available to display a form's name - `umbFormName`. | ||
|
|
||
| It should be rendered as follows, with a reference to the property alias on the block element that uses a form picker. | ||
|
|
||
| ``` | ||
| {umbFormName: <property-alias>} | ||
| ``` | ||
|
|
||
| If you add a reference to a property containing a form to the block's label, it will render with the form's Id. | ||
|
|
||
| For example, assuming a property containing a picked form with an alias of `contactForm`: | ||
|
|
||
| ``` | ||
| {{contactForm}} | ||
| {=contactForm} | ||
| ``` | ||
|
|
||
| By using the filter as follows, the form's name will be displayed instead. | ||
| By using the markdown as follows, the form's name will be displayed instead. | ||
|
|
||
| ``` | ||
| {{contactForm | umbFormsFormName}} | ||
| {umbFormName: contactForm} | ||
| ``` |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.