Skip to content

Commit 9d2ebc8

Browse files
Add "Disabled" option to JSON-LD entity type (#604)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 62df18a commit 9d2ebc8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lang/en/messages.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
'never' => 'Never',
7575
'organization' => 'Organization',
7676
'person' => 'Person',
77+
'disabled' => 'Disabled',
7778
'test_redirect' => 'Test Redirect',
7879
'enabled' => 'Enabled',
7980
'active' => 'Active',

src/SiteDefaults/Blueprint.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public static function get(): \Statamic\Fields\Blueprint
112112
'options' => [
113113
'organization' => __('seo-pro::messages.organization'),
114114
'person' => __('seo-pro::messages.person'),
115+
'disabled' => __('seo-pro::messages.disabled'),
115116
],
116117
'default' => 'organization',
117118
],

0 commit comments

Comments
 (0)