One of my sites uses the TinyMCE editor, and another site does not. Having been away from C5 for a bit, I can't figure out where/how to make the TinyMCE editor the default Rich Text Editor. I've looked in Google, SO and found nothing. Help would be appreciated! :D
How to make TinyMCE (Rich Text Editor) the default C5 editor
331 views Asked by SpokaneDude At
1
There are 1 answers
Related Questions in CONCRETE5
- Concrete CMS 9.2: How to force user log out programmatically
- Redirect Block Controller view()
- concrete5: single page for rendering DB content under variable parent page route
- Routing issue with Concrete5 hosted on IIS
- How to update a legacy concrete5 package
- ajax call to controller function without action
- Letter spacing issue around hyperlinks and bold text
- doctrine deleting has to be done twice
- concrete5 way for $_FILES, $_POST, $_SERVER
- concrete5 - how to get files uploaded through ajax in php
- Concrete5 Custom Tables Display Data
- Create and download a clean CSV using PHP in a CMS
- Concrete5 MySQL query issue
- Error Using HALD CLUT with ImageMagick (Black lines on output image)
- Create PostFinance payment request
Related Questions in CONCRETE5-5.7
- Concrete5 Site - Multiple Collaborators/Admins
- Bypass login by IP address
- Concrete5-8.x: Where do I add translation files for packages or blocks?
- Concrete5 Stacks & Blocks
- Unable to enable crypto on TCP connection
- Concrete5 - avoiding duplication in multiple page lists on the same page
- unable to add single page on concrete5
- concrete 5 5.7.5.2 single page controller
- How to add bootstrap cdn or pure.css to a block in concrete5 version 5.6?
- Concrete5.7 Stacks - PHP Maximum execution time exceeded
- Concrete5 (5.7) - Don't cache page or current block on block error
- When changing templates on custom block the content gets deleted from the DB
- Concrete 5.7database query documentation
- Overwrite Authentication Type's form.php in a Package
- Concrete5 import JS or CSS in single page
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I presume you're using a HTML-Block not a Content-Block.
As you may see in the docs there are different type of blocks.
The HTML-Block is as its name suggests, for pure HTML and JavaScript. The Content-Block is attached to the Redactor Rich text editor.