Exemplo n.º 1
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Page Menu')->description('Menu based on page structure in Site Map.')->icon('sample:blocks/menu.png')->controller('Sample\\Blocks\\PageMenuController');
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Tabs')->icon('sample:blocks/tabs.png')->description('Allows you to format text in tabs');
 }
Exemplo n.º 3
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Google Map')->icon('sample:blocks/google-map.png');
 }
Exemplo n.º 4
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Gallery Example 1')->icon('sample:blocks/gallery.png');
 }
Exemplo n.º 5
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Text Block')->description('Text Block with wysiwyg editor.')->icon('sample:blocks/text.png')->template('sample:blocks/text.html.twig');
 }
Exemplo n.º 6
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Menu')->icon('sample:blocks/menu.png');
 }
Exemplo n.º 7
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Contact Form')->icon('sample:blocks/contact-form.png')->controller('Sample\\Blocks\\ContactFormController');
 }
Exemplo n.º 8
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Social links')->icon('sample:blocks/social-links.png');
 }