Plugin Directory

Changeset 2790061


Ignore:
Timestamp:
09/26/2022 05:34:29 AM (4 years ago)
Author:
a1office
Message:

tagging version 2.0.0

Location:
embed-docs
Files:
1 deleted
3 edited
9 copied

Legend:

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

    r2788144 r2790061  
    152152                    'label' => __( 'Choose docs', 'elementor' ),
    153153                    'type' => \Elementor\Controls_Manager::MEDIA,
    154                     'media_type' => 'application/docx',
     154                    'media_type' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
    155155                    'default' => [
    156156                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/tags/2.0.2/widgets/embed-file-widget-excel.php

    r2788144 r2790061  
    154154                    'label' => __( 'Choose Excel', 'elementor' ),
    155155                    'type' => \Elementor\Controls_Manager::MEDIA,
    156                     'media_type' => 'application/xlsx',
     156                    'media_type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
    157157                    'default' => [
    158158                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/tags/2.0.2/widgets/embed-file-widget-ppt.php

    r2788144 r2790061  
    151151                    'label' => __( 'Choose ppt', 'elementor' ),
    152152                    'type' => \Elementor\Controls_Manager::MEDIA,
    153                     'media_type' => 'application/pptx',
     153                    'media_type' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
    154154                    'default' => [
    155155                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/trunk/widgets/embed-file-widget-docs.php

    r2788144 r2790061  
    152152                    'label' => __( 'Choose docs', 'elementor' ),
    153153                    'type' => \Elementor\Controls_Manager::MEDIA,
    154                     'media_type' => 'application/docx',
     154                    'media_type' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
    155155                    'default' => [
    156156                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/trunk/widgets/embed-file-widget-excel.php

    r2788144 r2790061  
    154154                    'label' => __( 'Choose Excel', 'elementor' ),
    155155                    'type' => \Elementor\Controls_Manager::MEDIA,
    156                     'media_type' => 'application/xlsx',
     156                    'media_type' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
    157157                    'default' => [
    158158                        'url' => \Elementor\Utils::get_placeholder_image_src(),
  • embed-docs/trunk/widgets/embed-file-widget-ppt.php

    r2788144 r2790061  
    151151                    'label' => __( 'Choose ppt', 'elementor' ),
    152152                    'type' => \Elementor\Controls_Manager::MEDIA,
    153                     'media_type' => 'application/pptx',
     153                    'media_type' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
    154154                    'default' => [
    155155                        'url' => \Elementor\Utils::get_placeholder_image_src(),
Note: See TracChangeset for help on using the changeset viewer.