GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/preferences/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/preferences/defaults.php |
<?php
namespace Breakdance\Preferences;
/**
* @return Preferences
*/
function getDefaultPreferences()
{
return [
'customFonts' => [],
'designSets' => [],
'customBreakpoints' => [],
'uiSettings' => [
'autoScrollEnabled' => true,
'showExperimentalElements' => false,
],
];
}