Skip to content

Commit

Permalink
Fix incorrect reference to fields.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Oct 10, 2024
1 parent 0cc231d commit 6dfb303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected function extendBackendForms(): void
$secondaryTabsFields = $widget->secondaryTabs['fields'] ?? [];
$location = (count($tabsFields) > count($secondaryTabsFields)) ? 'tabs' : 'secondaryTabs';

$seoForm = Yaml::parseFile(plugins_path('winter/seo/models/seodata/fields.yaml'));
$seoForm = Yaml::parseFile(plugins_path('winter/seo/models/meta/fields.yaml'));
$tab = 'winter.seo::lang.models.meta.label';

$prefix = $widget->model->seoableDataColumn . '[seo_data]';
Expand Down

0 comments on commit 6dfb303

Please sign in to comment.