We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ead35 commit e0aae2fCopy full SHA for e0aae2f
index.php
@@ -61,7 +61,7 @@
61
$options = $theme->makeOptions(); // used inside
62
require $context->dir . '/options.php';
63
$values = json_decode(file_get_contents($context->dir . '/values/values.json'), true);
64
- $options->setValues($values);
+ $options->setValues($values, true);
65
return $options;
66
};
67
});
0 commit comments