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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Hi,
I noticed a strange issue with your package. It can write where values are wrapped in double-quote. But when its in single quote, it fails.
NB, it writes values in single quote. And so it fails to change value second time as its in single quote.
For example return [ 'meta' => [ /* * The default configurations to be used by the meta generator. */ 'defaults' => [ 'title' => "Lorem media", // set false to total remove 'description' => 'Awesome media gallery script', // set false to total remove 'separator' => ' - ', 'keywords' => [], 'canonical' => false, // Set null for using Url::current(), set false to total remove ],
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I noticed a strange issue with your package. It can write where values are wrapped in double-quote. But when its in single quote, it fails.
NB, it writes values in single quote. And so it fails to change value second time as its in single quote.
For example
return [ 'meta' => [ /* * The default configurations to be used by the meta generator. */ 'defaults' => [ 'title' => "Lorem media", // set false to total remove 'description' => 'Awesome media gallery script', // set false to total remove 'separator' => ' - ', 'keywords' => [], 'canonical' => false, // Set null for using Url::current(), set false to total remove ],
The text was updated successfully, but these errors were encountered: