| | |
| | | 'type' => 'true_false', |
| | | 'label' => 'Share To '.$this->allowed[$this->service_name], |
| | | 'section' => 'sync', |
| | | 'default' => 1 |
| | | ] |
| | | ]; |
| | | if ($this->config->getUpdate()){ |
| | |
| | | 'field' => 'share_to_'.$this->service_name, |
| | | 'value' => 1, |
| | | 'operator' => '==' |
| | | ] |
| | | ], |
| | | 'default' => 1, |
| | | ]; |
| | | |
| | | $fields["_{$this->service_name}_item_id"] = [ |
| | |
| | | 'field' => 'share_to_'.$this->service_name, |
| | | 'operator' => '==', |
| | | 'value' => 1 |
| | | ] |
| | | ], |
| | | 'default' => 1, |
| | | ]; |
| | | } |
| | | $additional = JVB()->connect($this->service_name)->getAdditionalFields($this->config->getContentType()); |