add markdown evaluation to labels - #316
Closed
irauschek wants to merge 3 commits into
Closed
Conversation
Member
|
I feel like we need to simplify things a bit in forms.. slight changes should not have this big an impact. I'm going to be reviewing forms twig a bit next week. |
Member
|
I've started to use |
irauschek
force-pushed
the
feature/markdown-support-for-labels
branch
from
August 30, 2019 01:05
862f4bf to
1b04919
Compare
irauschek
force-pushed
the
feature/markdown-support-for-labels
branch
from
November 5, 2019 22:10
1b04919 to
ece664d
Compare
irauschek
force-pushed
the
feature/markdown-support-for-labels
branch
2 times, most recently
from
December 17, 2019 00:08
7a5bff6 to
ece664d
Compare
Author
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
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.
Added missing markdown evaluation of checkbox labels within data.html.twig if activated. To be able to send the agreed terms of condition as link within an email - see #227 and #253
Translate the label into the current language set in the admin interface user preferences if defined.
Furthermore added the possibility to use markdown syntax within labels of checkboxes, date, display, email, file, month, password, radio, range, select_optgroup, select, tel, text, textarea, and time too - see #281