Skip to content

Instantly share code, notes, and snippets.

@georgeolaru
Created January 30, 2015 09:21
Show Gist options
  • Save georgeolaru/af3bd32fcabbefc1f8e2 to your computer and use it in GitHub Desktop.
Save georgeolaru/af3bd32fcabbefc1f8e2 to your computer and use it in GitHub Desktop.
<?php
$settings['panels'] = array(
'exemplu-panou' => array(
'title' => 'Titlu Panou',
'sections' => array(
'exemplu-sectiune' => array(
'title' => 'Titlu Sectiune',
'options' => array(
'culoare_accent' => array(
'label' => 'Culoarea Accentuata',
'type' => 'color',
'default' => '#ffeb00',
'css' => array(
array(
'selector' => 'body',
'property' => 'background-color'
)
),
'live' => true
)
)
)
)
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment