Changeset 2785135
- Timestamp:
- 09/15/2022 07:42:23 AM (4 years ago)
- Location:
- embed-docs/trunk/widgets
- Files:
-
- 4 edited
-
embed-file-widget-docs.php (modified) (2 diffs)
-
embed-file-widget-excel.php (modified) (2 diffs)
-
embed-file-widget-pdf.php (modified) (1 diff)
-
embed-file-widget-ppt.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embed-docs/trunk/widgets/embed-file-widget-docs.php
r2784409 r2785135 13 13 14 14 public function get_icon() { 15 return 'eicon- file-download';15 return 'eicon-document-file'; 16 16 } 17 17 … … 66 66 67 67 $this->add_control( 68 'doc s_file',68 'docx_file', 69 69 [ 70 70 'label' => __( 'Choose docs', 'elementor' ), 71 71 'type' => \Elementor\Controls_Manager::MEDIA, 72 'media_type' => 'application/doc s',72 'media_type' => 'application/docx', 73 73 'default' => [ 74 74 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/trunk/widgets/embed-file-widget-excel.php
r2784403 r2785135 13 13 14 14 public function get_icon() { 15 return ' eicon-file-download';15 return ' eicon-document-file'; 16 16 } 17 17 … … 70 70 'label' => __( 'Choose Excel', 'elementor' ), 71 71 'type' => \Elementor\Controls_Manager::MEDIA, 72 'media_type' => 'application/ excel',72 'media_type' => 'application/xlsx', 73 73 'default' => [ 74 74 'url' => \Elementor\Utils::get_placeholder_image_src(), -
embed-docs/trunk/widgets/embed-file-widget-pdf.php
r2785044 r2785135 12 12 13 13 public function get_icon() { 14 return 'eicon- file-download';14 return 'eicon-document-file'; 15 15 } 16 16 -
embed-docs/trunk/widgets/embed-file-widget-ppt.php
r2785044 r2785135 12 12 13 13 public function get_icon() { 14 return 'eicon- file-download';14 return 'eicon-document-file'; 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.