hitesh-shingala / cms-images
Custom Magento 2 module
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.1 || ^8.2
- magento/framework: *
README
This Magento 2 module allows store administrators to upload a featured image for each CMS page. The uploaded image will be automatically displayed as a header/banner on the corresponding CMS page on the frontend.
📦 Installation
Use Composer to install the module:
composer require hitesh-shingala/cms-images
After installation, enable the module and clear the cache:
php bin/magento module:enable Magemonkeys_CmsImage
php bin/magento setup:upgrade
php bin/magento cache:flush