Skip to content

Commit

Permalink
increase max length of seo descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-salihovic committed Sep 2, 2024
1 parent 1769098 commit 028ec84
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion resources/views/twill/settings/architecture/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art-1980/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art-1990/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art-2000/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art-2010/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art-2020/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/art/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/design/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
1 change: 1 addition & 0 deletions resources/views/twill/settings/home/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/news/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/twill/settings/sculpture/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<x-twill::input
name="description"
label="Description"
:maxlength="100"
:maxlength="155"
:required="true"
:translated="true"
/>
Expand Down

0 comments on commit 028ec84

Please sign in to comment.