Skip to content

provides solution to set default value for configuration options that use ArraySerialized backend model

License

Notifications You must be signed in to change notification settings

elpas0/magento2-configuration-arrayserialized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2: Working with ArraySerialized

1. Description

Magento 2 module to illustrate work with ArraySerialized backend model. How to create system configuration field, set default value, use serialized value in blocks / models.

2. How to install

Install via composer (recommend)

Run the following command in Magento 2 root folder:

composer require elpas0/magento2-configuration-arrayserialized
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean

Install ready-to-paste package

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
  • Logout and Login again to avoid "Access denied" 404 error in system configuration.

Contributors

NWDthemes team

License

Open Source License

Quick Links

About

provides solution to set default value for configuration options that use ArraySerialized backend model

Resources

License

Stars

Watchers

Forks

Packages