Changeset 2824716
- Timestamp:
- 11/27/2022 02:42:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
importer-for-crocoblock-jetengine/tags/1.0/src/FieldFactory/Fields/Unsupported.php
r2824714 r2824716 20 20 21 21 public function render(){ 22 return $this->add_on->add_field( 'cc_importer_'.$this->data['name'].'_'.$this->data['id'], '<span style="font-weight:500;display:block;padding-top:10px;padding-bottom:20px;" class="cc_jetengine_importer_unsupported_field_type">The \''.$this->data['type'].'\' field type is unsupported. Contact [email protected] with the field type and a link to the plugin that supplies it.</span>', 'plain_text' );22 return $this->add_on->add_field( 'cc_importer_'.$this->data['name'].'_'.$this->data['id'], '<span style="font-weight:500;display:block;padding-top:10px;padding-bottom:20px;" class="cc_jetengine_importer_unsupported_field_type">The \''.$this->data['type'].'\' field type is unsupported. Additional field support will be available in the future.</span>', 'plain_text' ); 23 23 } 24 24 … … 26 26 27 27 } 28 29 28 } 30 31 29 }
Note: See TracChangeset
for help on using the changeset viewer.