You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a better way to manage the settings values
Some will have multiple values;
Some will have one value;
Give separation between the header of the data and the actual data.
//// @param {String} $key – The key to register// @param {*} $value – The value to register// @return * – The value stored for the key//@mixinconfig($key, $value: null){}
The text was updated successfully, but these errors were encountered:
Implement a better way to manage the settings values
Give separation between the header of the data and the actual data.
The text was updated successfully, but these errors were encountered: