We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc13f1 + 202c826 commit 80edaf8Copy full SHA for 80edaf8
CHANGELOG.MD
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
## [Unreleased]
9
10
- TMS-1174: Change icon colors to improve accessibility
11
+- TMS-1176: Add homepage-selection for some-linklist fields
12
13
## [1.9.6] - 2025-05-14
14
lib/ACF/Fields/SomeLinkListFields.php
@@ -97,6 +97,7 @@ protected function sub_fields() : array {
97
'snapchat' => 'Snapchat',
98
'spotify' => 'Spotify',
99
'threads' => 'Threads',
100
+ 'globe' => 'Kotisivut',
101
] )
102
->set_default_value( 'facebook' )
103
->set_required()
0 commit comments