t3x-rte_ckeditor_image | Image support in CKEditor for the TYPO3 ecosystem | Content Management System library

 by   netresearch PHP Version: v11.0.7 License: AGPL-3.0

kandi X-RAY | t3x-rte_ckeditor_image Summary

kandi X-RAY | t3x-rte_ckeditor_image Summary

t3x-rte_ckeditor_image is a PHP library typically used in Web Site, Content Management System applications. t3x-rte_ckeditor_image has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

Image support in CKEditor for the TYPO3 ecosystem
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              t3x-rte_ckeditor_image has a low active ecosystem.
              It has 45 star(s) with 43 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 33 open issues and 94 have been closed. On average issues are closed in 103 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of t3x-rte_ckeditor_image is v11.0.7

            kandi-Quality Quality

              t3x-rte_ckeditor_image has 0 bugs and 13 code smells.

            kandi-Security Security

              t3x-rte_ckeditor_image has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              t3x-rte_ckeditor_image code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              t3x-rte_ckeditor_image is licensed under the AGPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              t3x-rte_ckeditor_image releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              t3x-rte_ckeditor_image saves you 154 person hours of effort in developing the same functionality from scratch.
              It has 629 lines of code, 23 functions and 10 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of t3x-rte_ckeditor_image
            Get all kandi verified functions for this library.

            t3x-rte_ckeditor_image Key Features

            No Key Features are available at this moment for t3x-rte_ckeditor_image.

            t3x-rte_ckeditor_image Examples and Code Snippets

            copy iconCopy
            # TS Setup
            
            lib.parseFunc_RTE {
                // default class for images in bodytext:
                nonTypoTagStdWrap.HTMLparser.tags.img.fixAttrib.class {
                  default = my-custom-class
                }
            }
              
            Image support for CKEditor for TYPO3,Configuration,Maximum width/height
            PHPdot img2Lines of Code : 5dot img2License : Strong Copyleft (AGPL-3.0)
            copy iconCopy
            # Page TSConfig
            RTE.default.buttons.image.options.magic {
                maxWidth = 1020  # Default: 300
                maxHeight = 800  # Default: 1000
            }
              
            Image support for CKEditor for TYPO3,Configuration,Allowed extensions
            PHPdot img3Lines of Code : 4dot img3License : Strong Copyleft (AGPL-3.0)
            copy iconCopy
            editor:
              externalPlugins:
                  typo3image:
                    allowedExtensions: "jpg,jpeg,png"
              

            Community Discussions

            Trending Discussions on t3x-rte_ckeditor_image

            QUESTION

            FAL image resized in RTE
            Asked 2018-Nov-15 at 14:54

            I've downloaded the extension: https://github.com/netresearch/t3x-rte_ckeditor_image/blob/master/README.md

            The images are rendering correctly except the resizing.

            When I right click on an image in BE then select "Image Properties" I see the option to edit Width, Height, Title and Alt text. The Title and Alt text are rendering on FE correctly but the width/height is the original image size.

            E.g. Image original size 2000px by 1000px, use Image Properties to resize to 200px by 100px. Clicking the "Source" button in the RTE shows the width/height attributes have been correctly set. However on clicking Save and View Page the original 2000px by 1000px is displayed in BE and FE

            Oddly enough, if I use the Source button to resize the image width/height attributes this is saved correctly. However my editors want to use the Image Properties selector

            Any advice? I'm using TYPO3 version 8.7.10

            ...

            ANSWER

            Answered 2018-Nov-15 at 14:54

            Solved: the issue was that the absolute URL didn't match, so the magic image converter was using the original image dimensions when saving the image. See Line 393 onwards of RteHtmlParser.php

            Source https://stackoverflow.com/questions/53305170

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install t3x-rte_ckeditor_image

            Add a preset for rte_ckeditor or override the default one (as below):. Enable RTE config preset (e.g. default). Include extension Static Template file.
            Install the extension with composer from packagist composer req netresearch/rte-ckeditor-image:^10.1 download from TYPO3 TER
            Activate the extension in Extension Manager via command line ./typo3/cli_dispatch.phpsh extbase extension:install rte_ckeditor_image
            Add a preset for rte_ckeditor or override the default one (as below): <?php // EXT:my_ext/ext_localconf.php` $GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:my_ext/Configuration/RTE/Default.yaml'; # EXT:my_ext/Configuration/RTE/Default.yaml imports: # Import default RTE config (for example) - { resource: "EXT:rte_ckeditor/Configuration/RTE/Default.yaml" } # Import the image plugin configuration - { resource: "EXT:rte_ckeditor_image/Configuration/RTE/Plugin.yaml" } editor: config: # RTE default config removes image plugin - restore it: removePlugins: null
            Enable RTE config preset (e.g. default) # Page TSConfig RTE.default.preset = default
            Include extension Static Template file go to Template » Info/Modify » Edit whole template record » Includes choose CKEditor Image Support for Include static (from extensions)

            Support

            This extension adds the TYPO3 image browser to CKEditor. Add issues or explore the project on github.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/netresearch/t3x-rte_ckeditor_image.git

          • CLI

            gh repo clone netresearch/t3x-rte_ckeditor_image

          • sshUrl

            git@github.com:netresearch/t3x-rte_ckeditor_image.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Content Management System Libraries

            Try Top Libraries by netresearch

            composer-patches-plugin

            by netresearchPHP

            jumpstorm

            by netresearchPHP

            dhl-module-shipping-m2

            by netresearchPHP

            klonfisch

            by netresearchHTML

            assetpicker

            by netresearchJavaScript