Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cms] Access nested config array via dot notation #604

Closed
distantnative opened this issue Jul 9, 2018 · 1 comment
Closed

[Cms] Access nested config array via dot notation #604

distantnative opened this issue Jul 9, 2018 · 1 comment
Labels
type: enhancement ✨ Suggests an enhancement; improves Kirby
Milestone

Comments

@distantnative
Copy link
Member

distantnative commented Jul 9, 2018

return [
  'panel' => [
    'css' => 'some/relative/path.css',
   'js' => 'some/relative/path.js'
  ]
];
$kirby->option('panel.css');
@bastianallgeier
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement ✨ Suggests an enhancement; improves Kirby
Projects
None yet
Development

No branches or pull requests

2 participants