Magento 2 : how to use TinyMCE v4 in Magento 2.2.6?tinyMCE upgradeHow to validate Tiny MCE Editor in frontend custom form and how to do for uploading image from my PC in TinyMCE Editor in Magento1.9Magento 1.9 TinyMCE not allow <a href=”#”><div class=”image”><img src=”my.jpg” /></div></a>how to use tinymce to admin custom module in magento2?TinyMCE (WYSIWYG) in DynamicRows bugHow can I make widgets show properly in tinymce in magento 2.3?Should i use tinymce or tinyMCE in magento 2.3 and also usage for backward compatibleTinyMCE Issues in Magento 2.3Magento 2.3 TinyMCE V5Magento 2.3.1 CE Tinymce Error
How is hair tissue mineral analysis performed?
Is it damaging to turn off a small fridge for two days every week?
Prime sieve in Python
Find the C-factor of a vote
Can any NP-Complete Problem be solved using at most polynomial space (but while using exponential time?)
Is it illegal to withhold someone's passport and green card in California?
How much will studying magic in an academy cost?
Should developer taking test phones home or put in office?
What was the Shuttle Carrier Aircraft escape tunnel?
Silly doubt about tidal effects and Einstein Field Equations
Why do some professors with PhDs leave their professorships to teach high school?
What's the difference between a deep fryer and a chip pan?
Why do textbooks often include the solutions to odd or even numbered problems but not both?
Is this proposal by U.S. presidential candidate Pete Buttigieg to change the composition of the Supreme Court constitutional?
Why is it recommended to mix yogurt starter with a small amount of milk before adding to the entire batch?
Suggested order for Amazon Prime Doctor Who series
Understanding the reasoning of the woman who agreed with King Solomon to "cut the baby in half"
What size of powerbank will I need to power a phone and DSLR for 2 weeks?
When two first person POV characters meet
Methodology: Writing unit tests for another developer
Convert a string containing integers to list of integers
Parameterize chained calls to a utility program in Bash
What does it mean to "control target player"?
Java TreeMap.floorKey() equivalent for std::map
Magento 2 : how to use TinyMCE v4 in Magento 2.2.6?
tinyMCE upgradeHow to validate Tiny MCE Editor in frontend custom form and how to do for uploading image from my PC in TinyMCE Editor in Magento1.9Magento 1.9 TinyMCE not allow <a href=”#”><div class=”image”><img src=”my.jpg” /></div></a>how to use tinymce to admin custom module in magento2?TinyMCE (WYSIWYG) in DynamicRows bugHow can I make widgets show properly in tinymce in magento 2.3?Should i use tinymce or tinyMCE in magento 2.3 and also usage for backward compatibleTinyMCE Issues in Magento 2.3Magento 2.3 TinyMCE V5Magento 2.3.1 CE Tinymce Error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to use TinyMCE Editor Version 4 in Magento version 2.2.6 Which are use in magento version 2.3.1.
If any one have solution then Pleas Provide me..
in place of
magento2 magento2.2.6 tinymce
add a comment |
I want to use TinyMCE Editor Version 4 in Magento version 2.2.6 Which are use in magento version 2.3.1.
If any one have solution then Pleas Provide me..
in place of
magento2 magento2.2.6 tinymce
add a comment |
I want to use TinyMCE Editor Version 4 in Magento version 2.2.6 Which are use in magento version 2.3.1.
If any one have solution then Pleas Provide me..
in place of
magento2 magento2.2.6 tinymce
I want to use TinyMCE Editor Version 4 in Magento version 2.2.6 Which are use in magento version 2.3.1.
If any one have solution then Pleas Provide me..
in place of
magento2 magento2.2.6 tinymce
magento2 magento2.2.6 tinymce
edited Jun 14 at 6:57
Muhammad Farzam
7916
7916
asked Jun 13 at 12:00
Bhavesh PrajapatiBhavesh Prajapati
1489
1489
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Have you seen this
https://github.com/pavelleonidov/magento2-tinymce4
This should work. Only for Magento 2.1 and 2.2
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
add a comment |
Run below commands to use that version.
composer config repositories.magento2-tinymce4 git git@github.com:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278244%2fmagento-2-how-to-use-tinymce-v4-in-magento-2-2-6%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you seen this
https://github.com/pavelleonidov/magento2-tinymce4
This should work. Only for Magento 2.1 and 2.2
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
add a comment |
Have you seen this
https://github.com/pavelleonidov/magento2-tinymce4
This should work. Only for Magento 2.1 and 2.2
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
add a comment |
Have you seen this
https://github.com/pavelleonidov/magento2-tinymce4
This should work. Only for Magento 2.1 and 2.2
Have you seen this
https://github.com/pavelleonidov/magento2-tinymce4
This should work. Only for Magento 2.1 and 2.2
answered Jun 13 at 12:05
Dominic XigenDominic Xigen
1,8101311
1,8101311
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
add a comment |
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
How can i use this ?
– Bhavesh Prajapati
Jun 13 at 12:11
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
@BhaveshPrajapati explain manual install?
– Dominic Xigen
Jun 13 at 12:15
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
thank u it work for me
– Bhavesh Prajapati
Jun 13 at 12:40
add a comment |
Run below commands to use that version.
composer config repositories.magento2-tinymce4 git git@github.com:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
add a comment |
Run below commands to use that version.
composer config repositories.magento2-tinymce4 git git@github.com:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
add a comment |
Run below commands to use that version.
composer config repositories.magento2-tinymce4 git git@github.com:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile
Run below commands to use that version.
composer config repositories.magento2-tinymce4 git git@github.com:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile
answered Jun 13 at 12:07
Kishan PatadiaKishan Patadia
3,98211125
3,98211125
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
add a comment |
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
i have manualy installed it but how it works ?
– Bhavesh Prajapati
Jun 13 at 12:12
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
Did you redeploy static content and clear cache ?
– Kishan Patadia
Jun 13 at 12:18
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
i had run all commands s:upg, s:s:d -f, i:rei, c:f
– Bhavesh Prajapati
Jun 13 at 12:26
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278244%2fmagento-2-how-to-use-tinymce-v4-in-magento-2-2-6%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown