@@ -49,6 +49,7 @@ public function getConfig()
4949 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.enabled_instruct " ),
5050 'type ' => 'toggle ' ,
5151 'default ' => true ,
52+ 'localizable ' => true ,
5253 ],
5354 ],
5455 [
@@ -59,6 +60,7 @@ public function getConfig()
5960 'placeholder ' => $ this ->getPlaceholder ('title ' ),
6061 'type ' => 'seo_pro_source ' ,
6162 'disableable ' => true ,
63+ 'localizable ' => true ,
6264 'field ' => [
6365 'type ' => 'text ' ,
6466 ],
@@ -71,6 +73,7 @@ public function getConfig()
7173 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.description_instruct " ),
7274 'placeholder ' => $ this ->getPlaceholder ('description ' ),
7375 'type ' => 'seo_pro_source ' ,
76+ 'localizable ' => true ,
7477 'field ' => [
7578 'type ' => 'textarea ' ,
7679 ],
@@ -85,6 +88,7 @@ public function getConfig()
8588 'type ' => 'seo_pro_source ' ,
8689 'from_field ' => false ,
8790 'disableable ' => true ,
91+ 'localizable ' => true ,
8892 'field ' => false ,
8993 ],
9094 ],
@@ -96,6 +100,7 @@ public function getConfig()
96100 'placeholder ' => $ this ->getPlaceholder ('site_name_position ' ),
97101 'type ' => 'seo_pro_source ' ,
98102 'from_field ' => false ,
103+ 'localizable ' => true ,
99104 'field ' => [
100105 'type ' => 'select ' ,
101106 'options ' => [
@@ -114,6 +119,7 @@ public function getConfig()
114119 'placeholder ' => $ this ->getPlaceholder ('site_name_separator ' ),
115120 'type ' => 'seo_pro_source ' ,
116121 'from_field ' => false ,
122+ 'localizable ' => true ,
117123 'field ' => [
118124 'type ' => 'text ' ,
119125 ],
@@ -126,6 +132,7 @@ public function getConfig()
126132 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.canonical_url_instruct " ),
127133 'placeholder ' => $ this ->isContent ? $ this ->getPlaceholder ('canonical_url ' ) : false ,
128134 'type ' => 'seo_pro_source ' ,
135+ 'localizable ' => true ,
129136 'field ' => $ this ->isContent ? ['type ' => 'text ' ] : false ,
130137 ],
131138 ],
@@ -138,6 +145,7 @@ public function getConfig()
138145 'type ' => 'seo_pro_source ' ,
139146 'from_field ' => false ,
140147 'disableable ' => true ,
148+ 'localizable ' => true ,
141149 'field ' => [
142150 'type ' => 'select ' ,
143151 'create ' => true ,
@@ -156,6 +164,7 @@ public function getConfig()
156164 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.image_instruct " ),
157165 'placeholder ' => $ this ->getPlaceholder ('image ' ),
158166 'type ' => 'seo_pro_source ' ,
167+ 'localizable ' => true ,
159168 'allowed_fieldtypes ' => [
160169 'assets ' ,
161170 ],
@@ -168,6 +177,7 @@ public function getConfig()
168177 'display ' => __ ("seo-pro::fieldsets/ {$ langFile }.twitter_handle " ),
169178 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.twitter_handle_instruct " ),
170179 'type ' => 'seo_pro_source ' ,
180+ 'localizable ' => true ,
171181 'field ' => [
172182 'type ' => 'text ' ,
173183 ],
@@ -183,6 +193,7 @@ public function getConfig()
183193 'disableable ' => true ,
184194 'field ' => false ,
185195 'from_field ' => false ,
196+ 'localizable ' => true ,
186197 ],
187198 ],
188199 [
@@ -192,6 +203,7 @@ public function getConfig()
192203 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.priority_instruct " ),
193204 'placeholder ' => $ this ->getPlaceholder ('priority ' ),
194205 'type ' => 'seo_pro_source ' ,
206+ 'localizable ' => true ,
195207 'field ' => [
196208 'type ' => 'text ' ,
197209 ],
@@ -204,6 +216,7 @@ public function getConfig()
204216 'instructions ' => __ ("seo-pro::fieldsets/ {$ langFile }.change_frequency_instruct " ),
205217 'placeholder ' => $ this ->getPlaceholder ('change_frequency ' ),
206218 'type ' => 'seo_pro_source ' ,
219+ 'localizable ' => true ,
207220 'field ' => [
208221 'type ' => 'select ' ,
209222 'options ' => [
0 commit comments