Bluefoot page builder not present when editing content on Schedule New Updatehow to enable bluefoot cms pagebuilder for category and product section in magento 2Deploy content of pub folder using composer when installing a new Magento 2 moduleindex management on Magento2, update by schedule, not working…?magento2 Schedule new update is not workingReindexing : When do you use 'Update on schedule' or 'update on save'?Easy block updates for non-codersMagento does not load new contentMagento 2, Can't Enable WYSIWYG on description attributeCreating a new container and placing it where I want in Magento 2Error while trying Schedule new Update for a ProductMagento 2 .htaccess problem after server migration from siteground to godaddy. internal server error on image,css,js
Polar contour plot in Mathematica?
Inset Square From a Rectangular Face
Best model for precedence constraints within scheduling problem
iPad or iPhone doesn't charge until unlocked?
Meaning and structure of headline "Hair it is: A List of ..."
Use of vor in this sentence
Have only girls been born for a long time in this village?
Expand def in write18
Where is this New York City Broadway location from Fall 1958?
Uploaded homemade mp3 to icloud music library, now "not available in my country or region"
Why doesn't mathematics collapse down, even though humans quite often make mistakes in their proofs?
Why was ramjet fuel used as hydraulic fluid during Saturn V checkout?
Levenshtein Neighbours
Earliest evidence of objects intended for future archaeologists?
Is it alright to say good afternoon Sirs and Madams in a panel interview?
What can I do to keep a threaded bolt from falling out of it’s slot
Is there a commercial liquid with refractive index greater than n=2?
Why don't politicians push for fossil fuel reduction by pointing out their scarcity?
Is there such a thing as too inconvenient?
Vegetarian dishes on Russian trains (European part)
Unsolved Problems due to Lack of Computational Power
Number of matrices with bounded products of rows and columns
Why do aircraft leave the cruising altitude long before landing just to circle?
Playing a fast but quiet Alberti bass
Bluefoot page builder not present when editing content on Schedule New Update
how to enable bluefoot cms pagebuilder for category and product section in magento 2Deploy content of pub folder using composer when installing a new Magento 2 moduleindex management on Magento2, update by schedule, not working…?magento2 Schedule new update is not workingReindexing : When do you use 'Update on schedule' or 'update on save'?Easy block updates for non-codersMagento does not load new contentMagento 2, Can't Enable WYSIWYG on description attributeCreating a new container and placing it where I want in Magento 2Error while trying Schedule new Update for a ProductMagento 2 .htaccess problem after server migration from siteground to godaddy. internal server error on image,css,js
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We installed Bluefoot plugin on our Magento 2 website. It provides easy and fast content management for the client, on pages and blocks. But when client want to make content on "Schedule New Update" modal, there are no Bluefoot button that should enable/disable the plugin.
Is this expected behaviour, and is there any way to make this plugin working with Schedule Update content field?
Magento ver. 2.2.3
Bluefoot ver. 1.0.31
magento2 upgrade schedule bluefootcms
add a comment |
We installed Bluefoot plugin on our Magento 2 website. It provides easy and fast content management for the client, on pages and blocks. But when client want to make content on "Schedule New Update" modal, there are no Bluefoot button that should enable/disable the plugin.
Is this expected behaviour, and is there any way to make this plugin working with Schedule Update content field?
Magento ver. 2.2.3
Bluefoot ver. 1.0.31
magento2 upgrade schedule bluefootcms
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12
add a comment |
We installed Bluefoot plugin on our Magento 2 website. It provides easy and fast content management for the client, on pages and blocks. But when client want to make content on "Schedule New Update" modal, there are no Bluefoot button that should enable/disable the plugin.
Is this expected behaviour, and is there any way to make this plugin working with Schedule Update content field?
Magento ver. 2.2.3
Bluefoot ver. 1.0.31
magento2 upgrade schedule bluefootcms
We installed Bluefoot plugin on our Magento 2 website. It provides easy and fast content management for the client, on pages and blocks. But when client want to make content on "Schedule New Update" modal, there are no Bluefoot button that should enable/disable the plugin.
Is this expected behaviour, and is there any way to make this plugin working with Schedule Update content field?
Magento ver. 2.2.3
Bluefoot ver. 1.0.31
magento2 upgrade schedule bluefootcms
magento2 upgrade schedule bluefootcms
edited Jun 3 '18 at 13:38
Kanhaiya lal
1,2185 silver badges20 bronze badges
1,2185 silver badges20 bronze badges
asked Apr 4 '18 at 20:13
gundragundra
185 bronze badges
185 bronze badges
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12
add a comment |
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12
add a comment |
1 Answer
1
active
oldest
votes
Enable bluefoot editor for Schedule Update content field.
In your custom module in di.xml file add below line.
<type name="GeneBlueFootBlockElementEditor">
<arguments>
<argument name="supportedModules" xsi:type="array">
<item name="Magento_Ui" xsi:type="string">Magento_Ui</item>
</argument>
</arguments>
</type>
More info reference this answer, it will help you to use bluefoot in other area's as well.
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enableMagento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing
– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
|
show 4 more comments
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%2f221121%2fbluefoot-page-builder-not-present-when-editing-content-on-schedule-new-update%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Enable bluefoot editor for Schedule Update content field.
In your custom module in di.xml file add below line.
<type name="GeneBlueFootBlockElementEditor">
<arguments>
<argument name="supportedModules" xsi:type="array">
<item name="Magento_Ui" xsi:type="string">Magento_Ui</item>
</argument>
</arguments>
</type>
More info reference this answer, it will help you to use bluefoot in other area's as well.
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enableMagento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing
– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
|
show 4 more comments
Enable bluefoot editor for Schedule Update content field.
In your custom module in di.xml file add below line.
<type name="GeneBlueFootBlockElementEditor">
<arguments>
<argument name="supportedModules" xsi:type="array">
<item name="Magento_Ui" xsi:type="string">Magento_Ui</item>
</argument>
</arguments>
</type>
More info reference this answer, it will help you to use bluefoot in other area's as well.
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enableMagento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing
– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
|
show 4 more comments
Enable bluefoot editor for Schedule Update content field.
In your custom module in di.xml file add below line.
<type name="GeneBlueFootBlockElementEditor">
<arguments>
<argument name="supportedModules" xsi:type="array">
<item name="Magento_Ui" xsi:type="string">Magento_Ui</item>
</argument>
</arguments>
</type>
More info reference this answer, it will help you to use bluefoot in other area's as well.
Enable bluefoot editor for Schedule Update content field.
In your custom module in di.xml file add below line.
<type name="GeneBlueFootBlockElementEditor">
<arguments>
<argument name="supportedModules" xsi:type="array">
<item name="Magento_Ui" xsi:type="string">Magento_Ui</item>
</argument>
</arguments>
</type>
More info reference this answer, it will help you to use bluefoot in other area's as well.
edited May 31 '18 at 10:36
answered May 31 '18 at 10:23
Kanhaiya lalKanhaiya lal
1,2185 silver badges20 bronze badges
1,2185 silver badges20 bronze badges
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enableMagento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing
– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
|
show 4 more comments
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enableMagento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing
– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
I tried to apply the fix you have shared; everything works ok for cos-pages and sms-blocks, but when trying to adjust things for products (descriptions, short descriptions or details) the information is not saved. Only when saving information in the html format, it would be saved.
– Julian Murillo
Oct 5 '18 at 10:43
@JulianMurillo i think you are looking same for product page so you need to enable
Magento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing– Kanhaiya lal
Oct 6 '18 at 13:54
@JulianMurillo i think you are looking same for product page so you need to enable
Magento_Catalog
for information see magento.stackexchange.com/a/227529/52244, if you are looking something else please provide more information so i can explain more or share the require thing– Kanhaiya lal
Oct 6 '18 at 13:54
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
I was trying to enable Bluefoot editor for the Schedule Update Content field for cms pages only, but the solution from magento.stackexchange.com/a/227529/52244 does not seem to work for me ( I saved it in /vendor/magento/module-catalog/etc/di.xml)
– Julian Murillo
Oct 11 '18 at 12:21
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
@JulianMurillo here module sequence is issue because bluefoot is a 3rd party module and you were added bluefoot logic in default code (inside vendor magento...), better to create a custom module and in custom module assign or set dependency with bluefoot module. surely it will work, any help please let me know
– Kanhaiya lal
Oct 11 '18 at 12:30
1
1
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
@Kanhaiya I totally agree with you, just letting you know the complications of doing such a change! (P.s. I’m the original author of BlueFoot)
– Dave
Jun 20 at 12:18
|
show 4 more comments
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%2f221121%2fbluefoot-page-builder-not-present-when-editing-content-on-schedule-new-update%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
Please find the below answer, if it is useful for you please mark this as valid answer so this can be use by others if they need.
– Kanhaiya lal
May 31 '18 at 12:12