Questions tagged [system-configuration]
The system-configuration tag has no summary.
119 questions
0
votes
2
answers
84
views
Blocking one specific category for robots - Magento 2.2.11
I want to set robots: noindex, nofollow for 1 specific category.
I thought I just add a line in a source code like:
if (stripos($categoryName, 'MyCategoryName') !== false) {
$this->layoutFactory-&...
0
votes
1
answer
53
views
How to add Enable Objects system configuration in magento 2.4.6
Select objects to log actions when any admin users perform in the backend how to do?
system.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/...
0
votes
2
answers
346
views
How can I set the value of a Yes/No Config field based on the value selected in another yes/no field in Magento 2 system.xml
I have a system.xml which has 2 yes/no fields.
<field id="popup" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite=&...
2
votes
2
answers
199
views
color picker in configuration Mismatched anonymous define() module in Magento 2
when I add color picker to admin system configuration i got this kind of error can any one know about how can I rsolve it.
2
votes
1
answer
82
views
Magento 2 System config Categories list not working on website scope update
I have created a system configuration to show the Categories list as assigned website-wise.
When we change the website scope the categories list options are the same.
Would you please share your ...
0
votes
1
answer
103
views
Setup Production Database on Staging server in Magento 2.4
I downloaded the production database. Now I want to setup the database on the staging server. So what sanitize process I have to apply on the database before uploading to the staging server.
1
vote
2
answers
884
views
Is there any way to disable pagebuilder for category description without using xml in magento2?
I just wanted to disable pagebuilder from category description without using ui_component category_form.xml , is there any other way to do that like using plugin/event ?
0
votes
1
answer
769
views
Magento 2.4.5 - ACL for Menu and Configuration!
How to use ACL for Menus and Configuration in Magento 2.4.5 ?
1
vote
2
answers
1k
views
System Configuration multi date selection Magento 2.4
I need to add option to select multiple dates in system configure. I can add single date input field in system configure. but I doesn't have any idea about to add multi date picker in system configure....
3
votes
1
answer
3k
views
Magento 2 add & dynamic rows in system config
Is there any way to add & save dynamic rows in magento 2 system config?
I want to add the below fields :
Name
Link
Upload image
Any help would be appreciated.
1
vote
0
answers
291
views
Load specific scope configuration data in Multi site
I have three websites in the single Magento 2.4.2 application. When I load any one of the website it will load all the websites configurations data in the configuration cache. I'm looking for a way to ...
0
votes
0
answers
85
views
System configuration loop fields
Do I need to list different fields for all websites in the system configuration? How can I do this?
I have 3 websites. And I want to list different fields with YesNo source.
<group id="...
0
votes
2
answers
1k
views
Saving Magento configuration doesn't change the actual value
In Stores -> Configuration -> General -> Contact.
I am changing the email template and clicking the Save button, The page gets reloaded and says You saved the configuration but the email ...
10
votes
5
answers
15k
views
Can we increase the system/security/session size at admin On Magento 2
I need to know, Is there any side issues, if we increase the below path size more than max in config file.
system/security/max_session_size generally as per magento max size is 256000
Can we ...
0
votes
2
answers
60
views
Reusing vs Redefining System Config Tabs, Menus and ACL Resources
When we want to create a system config we add section items in the system.xml file. In these sections we specify a tab. That tab needs to also be defined. There is a possibility that a tab is already ...