Symptoms
There may be a time you want to remove a feature from appearing in the feature showcase after cPanel has upgraded.
Description
After cPanel has upgraded and new features are added, you may want to change the pre-configured selection or remove the option entirely.
Workaround
To change Enabled to Disabled for ImunifyAV for example, you can modify "is_recommended" in the JSON file for that feature located in /usr/local/cpanel/Cpanel/Config/ConfigObj/Driver/
# sed -i 's/is_recommended": 1/is_recommended": 0/' /usr/local/cpanel/Cpanel/Config/ConfigObj/Driver/imunify_av_install.json
# grep is_recommended /usr/local/cpanel/Cpanel/Config/ConfigObj/Driver/imunify_av_install.json
"is_recommended": 0,
For additional information, please review our Guide to the Feature Showcase
Comments
0 comments
Article is closed for comments.