$value) { if ($value) { $fields[$key] = [ 'label' => ucfirst($key), 'type' => 'url', 'icon' => strtolower($key), 'placeholder' => $value ]; } } return [ 'label' => 'seo.fields.socialMediaAccounts.label', 'type' => 'object', 'help' => 'seo.fields.socialMediaAccounts.help', 'fields' => $fields ]; };