function opigno_lms_update_9002 in Opigno LMS 3.x
Import Aristotle theme configs.
File
- ./
opigno_lms.install, line 160 - Install, update and uninstall functions for the "opigno_lms" installation profile.
Code
function opigno_lms_update_9002() {
_opigno_lms_apply_update('theme', 'aristotle', 'config/optional', [
'aristotle.settings',
'block.block.opigno_admin',
'block.block.messages',
]);
}