| | |
| | | use JVBase\registry\providers\CalendarFieldProvider; |
| | | use JVBase\registry\providers\CommonFieldProvider; |
| | | use JVBase\registry\providers\FieldProviderInterface; |
| | | use JVBase\utility\Features; |
| | | use JVBase\base\Site; |
| | | use JVBase\registry\providers\IntegrationFieldProvider; |
| | | |
| | | class FieldRegistry |
| | |
| | | } |
| | | } |
| | | |
| | | if (Features::hasIntegration('helcim') && jvbCheck('use_helcim', $config)) { |
| | | if (Site::hasIntegration('helcim') && jvbCheck('use_helcim', $config)) { |
| | | $helcim = JVB()->connect('helcim'); |
| | | if ($helcim) { |
| | | $contentType = $config['integrations']['helcim']['content_type'] ?? $helcim->getDefaultContentType(); |