Plugin Directory

Changeset 2785135


Ignore:
Timestamp:
09/15/2022 07:42:23 AM (4 years ago)
Author:
a1office
Message:

updated widgets icon

Location:
embed-docs/trunk/widgets
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • embed-docs/trunk/widgets/embed-file-widget-docs.php

    r2784409 r2785135  
    1313
    1414    public function get_icon() {
    15         return 'eicon-file-download';
     15        return 'eicon-document-file';
    1616    }
    1717
     
    6666
    6767            $this->add_control(
    68                 'docs_file',
     68                'docx_file',
    6969                [
    7070                    'label' => __( 'Choose docs', 'elementor' ),
    7171                    'type' => \Elementor\Controls_Manager::MEDIA,
    72                     'media_type' => 'application/docs',
     72                    'media_type' => 'application/docx',
    7373                    'default' => [
    7474                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/trunk/widgets/embed-file-widget-excel.php

    r2784403 r2785135  
    1313
    1414    public function get_icon() {
    15         return 'eicon-file-download';
     15        return ' eicon-document-file';
    1616    }
    1717
     
    7070                    'label' => __( 'Choose Excel', 'elementor' ),
    7171                    'type' => \Elementor\Controls_Manager::MEDIA,
    72                     'media_type' => 'application/excel',
     72                    'media_type' => 'application/xlsx',
    7373                    'default' => [
    7474                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/trunk/widgets/embed-file-widget-pdf.php

    r2785044 r2785135  
    1212
    1313    public function get_icon() {
    14         return 'eicon-file-download';
     14        return 'eicon-document-file';
    1515    }
    1616
  • embed-docs/trunk/widgets/embed-file-widget-ppt.php

    r2785044 r2785135  
    1212
    1313    public function get_icon() {
    14         return 'eicon-file-download';
     14        return 'eicon-document-file';
    1515    }
    1616
Note: See TracChangeset for help on using the changeset viewer.