Пример #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');
 }
Пример #2
0
 /**
  * {@inheritDoc}
  */
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Tabs')->icon('sample:blocks/tabs.png')->description('Allows you to format text in tabs');
 }
Пример #3
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Google Map')->icon('sample:blocks/google-map.png');
 }
Пример #4
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Gallery Example 1')->icon('sample:blocks/gallery.png');
 }
Пример #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');
 }
Пример #6
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Menu')->icon('sample:blocks/menu.png');
 }
Пример #7
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Contact Form')->icon('sample:blocks/contact-form.png')->controller('Sample\\Blocks\\ContactFormController');
 }
Пример #8
0
 protected function configureAttributes(AttributeMapper $mapper)
 {
     $mapper->title('Social links')->icon('sample:blocks/social-links.png');
 }