Add extra article validation#771
Merged
gunnarvelle merged 4 commits intomasterfrom Sep 30, 2025
Merged
Conversation
gunnarvelle
commented
Sep 17, 2025
| case object DataResource extends TagAttribute("data-resource") | ||
| case object DataResource_Id extends TagAttribute("data-resource_id") | ||
| case object DataSize extends TagAttribute("data-size") | ||
| case object DataSkipContent extends TagAttribute("data-skip-content") |
Member
Author
There was a problem hiding this comment.
Ny prop som trengs i NDLANO/frontend-packages#2824
jnatten
approved these changes
Sep 29, 2025
Contributor
jnatten
left a comment
There was a problem hiding this comment.
Jeg vet ikke om jeg forstår helt hva TEXT skal brukes til men LGTM 😄
Member
Author
Heng sammen med https://github.com/NDLANO/Issues/issues/4435. Tanken var at det er det samme som string, men er noko som kan inneholde fritekst og dermed må håndteres av en oversettertjeneste. |
Contributor
|
Aha forstår! |
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.
To nye felttyper, ENUM og TEXT. Einaste forskjellen på String og Text er som en markør for at teksten er fritekst.
https://github.com/NDLANO/Issues/issues/4432