Skip to content

Commit

Permalink
Merge pull request #40 from FirelyTeam/feature/remove-cardinality-fro…
Browse files Browse the repository at this point in the history
…m-binary-content

Removed cardinality attribute from Binary.content
  • Loading branch information
ewoutkramer authored Jul 24, 2024
2 parents f6cb5c9 + 40e04b9 commit 3bfc6e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,6 @@ private void ModifyDefinitionsForConsistency()
edContent.ElementId = "Binary.content";
edContent.Path = "Binary.content";
edContent.Base = new() { Path = "Binary.content", Min = 0, Max = "1" };
edContent.Min = 1;
edContent.Max = "1";

edContent.cgSetFieldOrder(edData.cgFieldOrder(), edData.cgComponentFieldOrder());

Expand Down

0 comments on commit 3bfc6e7

Please sign in to comment.