Skip to content

Commit

Permalink
Allow descriptions to be longer
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed May 9, 2024
1 parent cbf7474 commit 144825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/lib/platform/material/attribute.ex
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ defmodule Platform.Material.Attribute do
%Attribute{
schema_field: :attr_description,
type: :text,
max_length: 240,
max_length: 2000,
min_length: 8,
label: "Description",
pane: :not_shown,
Expand Down

0 comments on commit 144825f

Please sign in to comment.