<content>This macro display a text block section in you page with one or two buttons.
The following parameters are available:
|= Parameter |= Description |= Default Value
| name | Name of the macro block. This needs to be unique in each page | //empty//
| title | Title displayed | //empty//
| desc | Description displayed under the title | //empty//
| color | Background color of the block (unused if a background image is present) | //empty//
| image | Background image of the block | //empty//
| height | Force height | Determined by the content of the block
| buttonText | Allows to add a button with the corresponding text | //empty//
| buttonUrl | Link or Page for the button | //empty//
| buttonText2 | Allows to add a second button with the corresponding text | //empty//
| buttonUrl2 | Link or Page for the second button | //empty//
| Macro content field | The content field is displayed under the title field and can contain wiki syntax or HTML | //empty//
Example:
{{code}}
{{blocktext name="pagename-textblock" title="Beyond Products, Services !" desc="Beyond providing a great Product which can enhance collaboration, XWiki SAS provides a full range of services allowing you to make the best of it's capabilities. From cloud and support services to configuration and training and for more advanced project custom solutions tailored to your needs, XWiki SAS is here to help you increase collaboration and knowledge sharing in your organization." color="#0087cb" buttonText="View our Services" buttonUrl="Main.WebHome"/}}
{{blocktext name="pagename-textblock2" title="Beyond Products, Services !" desc="Beyond providing a great Product which can enhance collaboration, XWiki SAS provides a full range of services allowing you to make the best of it's capabilities. From cloud and support services to configuration and training and for more advanced project custom solutions tailored to your needs, XWiki SAS is here to help you increase collaboration and knowledge sharing in your organization." color="#0087cb" buttonText="View our Services" buttonUrl="Main.WebHome" buttonText2="View our Custom Solutions" buttonUrl2="Sandbox.WebHome"/}}
{{/code}}
{{blocktext name="pagename-textblock" title="Beyond Products, Services !" desc="Beyond providing a great Product which can enhance collaboration, XWiki SAS provides a full range of services allowing you to make the best of it's capabilities. From cloud and support services to configuration and training and for more advanced project custom solutions tailored to your needs, XWiki SAS is here to help you increase collaboration and knowledge sharing in your organization." color="#0087cb" buttonText="View our Services" buttonUrl="Main.WebHome"/}}
{{blocktext name="pagename-textblock2" title="Beyond Products, Services !" desc="Beyond providing a great Product which can enhance collaboration, XWiki SAS provides a full range of services allowing you to make the best of it's capabilities. From cloud and support services to configuration and training and for more advanced project custom solutions tailored to your needs, XWiki SAS is here to help you increase collaboration and knowledge sharing in your organization." color="#0087cb" buttonText="View our Services" buttonUrl="Main.WebHome" buttonText2="View our Custom Solutions" buttonUrl2="Sandbox.WebHome"/}}