![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Cnc/CsBlock/etc/ |
<?xml version="1.0"?> <!-- /** * Copyright (c) 2020 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) All Rights Reserved. * https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * Cnc * Radosław Stępień <[email protected]> <[email protected]> */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <soon_csblock> <block_types> <!-- Video layer --> <video> <active>1</active> <label>Video</label> <frontend_renderer> <class>Cnc\CsBlock\Block\Video</class> <template>Cnc_CsBlock::video.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <video_id> <label>Youtube video ID</label> <field_type>text</field_type> </video_id> <mobile_image> <label>Mobile image</label> <field_type>media</field_type> </mobile_image> </fields> </video> <!-- Find my part layer --> <find_my_part> <active>1</active> <label>Find my part</label> <frontend_renderer> <class>Cnc\CsBlock\Block\FindMyPart</class> <template>Cnc_CsBlock::find_my_part.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <selector_label_1> <label>Selector 1 label</label> <field_type>text</field_type> </selector_label_1> <selector_label_2> <label>Selector 2 label</label> <field_type>text</field_type> </selector_label_2> <selector_label_3> <label>Selector 3 label</label> <field_type>text</field_type> </selector_label_3> <cta_button_label> <label>CTA button label</label> <field_type>text</field_type> </cta_button_label> </fields> </find_my_part> <!-- Product selection layer --> <product_selection> <active>1</active> <label>Product selection</label> <frontend_renderer> <class>Cnc\CsBlock\Block\ProductSelection</class> <template>Cnc_CsBlock::product_selection.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <products_skus> <label>Products SKUs</label> <field_type>text</field_type> <note>SKUs separated by ","</note> </products_skus> </fields> </product_selection> <!-- Key figures layer --> <key_figures> <active>1</active> <label>Key figures</label> <frontend_renderer> <class>Cnc\CsBlock\Block\KeyFigures</class> <template>Cnc_CsBlock::key_figures.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <background_image> <label>Background image</label> <field_type>media</field_type> </background_image> <main_label_1> <label>Label 1</label> <field_type>text</field_type> </main_label_1> <secondary_label_1> <label>Secondary label 1</label> <field_type>text</field_type> </secondary_label_1> <main_label_2> <label>Label 2</label> <field_type>text</field_type> </main_label_2> <secondary_label_2> <label>Secondary label 2</label> <field_type>text</field_type> </secondary_label_2> <main_label_3> <label>Label 3</label> <field_type>text</field_type> </main_label_3> <secondary_label_3> <label>Secondary label 3</label> <field_type>text</field_type> </secondary_label_3> <main_label_4> <label>Label 4</label> <field_type>text</field_type> </main_label_4> <secondary_label_4> <label>Secondary label 4</label> <field_type>text</field_type> </secondary_label_4> <cta_button_label> <label>CTA button label</label> <field_type>text</field_type> </cta_button_label> <cta_button_link> <label>CTA link</label> <field_type>text</field_type> </cta_button_link> </fields> </key_figures> <!-- CNC offer layer --> <cnc_offer> <active>1</active> <label>CNC offer</label> <frontend_renderer> <class>Cnc\CsBlock\Block\CncOffer</class> <template>Cnc_CsBlock::cnc_offer.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <label_1> <label>Label 1</label> <field_type>text</field_type> </label_1> <text_1> <label>Text 1</label> <field_type>text</field_type> </text_1> <css_class_1> <label>Css class 1</label> <field_type>text</field_type> </css_class_1> <label_2> <label>Label 2</label> <field_type>text</field_type> </label_2> <text_2> <label>Text 2</label> <field_type>text</field_type> </text_2> <css_class_2> <label>Css class 2</label> <field_type>text</field_type> </css_class_2> <label_3> <label>Label 3</label> <field_type>text</field_type> </label_3> <text_3> <label>Text 3</label> <field_type>text</field_type> </text_3> <css_class_3> <label>Css class 3</label> <field_type>text</field_type> </css_class_3> <label_4> <label>Label 4</label> <field_type>text</field_type> </label_4> <text_4> <label>Text 4</label> <field_type>text</field_type> </text_4> <css_class_4> <label>Css class 4</label> <field_type>text</field_type> </css_class_4> <cta_button_label> <label>CTA button label</label> <field_type>text</field_type> </cta_button_label> <cta_button_link> <label>CTA link</label> <field_type>text</field_type> </cta_button_link> </fields> </cnc_offer> <!-- CNC service layer --> <cnc_service> <active>1</active> <label>CNC service</label> <frontend_renderer> <class>Cnc\CsBlock\Block\CncService</class> <template>Cnc_CsBlock::cnc_service.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <block_name_1> <label>Block name 1</label> <field_type>text</field_type> </block_name_1> <block_description_1> <label>Block description 1</label> <field_type>text</field_type> </block_description_1> <cta_button_label_1> <label>CTA button label 1</label> <field_type>text</field_type> </cta_button_label_1> <cta_button_link_1> <label>CTA button link 1</label> <field_type>text</field_type> </cta_button_link_1> <block_name_2> <label>Block name 2</label> <field_type>text</field_type> </block_name_2> <block_description_2> <label>Block description 2</label> <field_type>text</field_type> </block_description_2> <cta_button_label_2> <label>CTA button label 2</label> <field_type>text</field_type> </cta_button_label_2> <cta_button_link_2> <label>CTA button link 2</label> <field_type>text</field_type> </cta_button_link_2> </fields> </cnc_service> <!-- Categories highlight layer --> <categories_highlight> <active>1</active> <label>Categories highlight</label> <frontend_renderer> <class>Cnc\CsBlock\Block\CategoriesHighlight</class> <template>Cnc_CsBlock::categories_highlight.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <cta_button_label> <label>CTA button label</label> <field_type>text</field_type> </cta_button_label> <cta_button_link> <label>CTA button link</label> <field_type>text</field_type> </cta_button_link> <block_name_1> <label>Block name 1</label> <field_type>text</field_type> </block_name_1> <block_image_1> <label>Block image 1</label> <field_type>media</field_type> </block_image_1> <categories_list_1> <label>Block categories list 1</label> <field_type>text</field_type> </categories_list_1> <block_cta_button_label_1> <label>Block CTA button label 1</label> <field_type>text</field_type> </block_cta_button_label_1> <block_cta_button_link_1> <label>Block CTA button link 1</label> <field_type>text</field_type> </block_cta_button_link_1> <category_icon_1> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_1> <block_name_2> <label>Block name 2</label> <field_type>text</field_type> </block_name_2> <block_image_2> <label>Block image 2</label> <field_type>media</field_type> </block_image_2> <categories_list_2> <label>Block categories list 2</label> <field_type>text</field_type> </categories_list_2> <block_cta_button_label_2> <label>Block CTA button label 2</label> <field_type>text</field_type> </block_cta_button_label_2> <block_cta_button_link_2> <label>Block CTA button link 2</label> <field_type>text</field_type> </block_cta_button_link_2> <category_icon_2> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_2> <block_name_3> <label>Block name 3</label> <field_type>text</field_type> </block_name_3> <block_image_3> <label>Block image 3</label> <field_type>media</field_type> </block_image_3> <categories_list_3> <label>Block categories list 3</label> <field_type>text</field_type> </categories_list_3> <block_cta_button_label_3> <label>Block CTA button label 3</label> <field_type>text</field_type> </block_cta_button_label_3> <block_cta_button_link_3> <label>Block CTA button link 3</label> <field_type>text</field_type> </block_cta_button_link_3> <category_icon_3> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_3> <block_name_4> <label>Block name 4</label> <field_type>text</field_type> </block_name_4> <block_image_4> <label>Block image 4</label> <field_type>media</field_type> </block_image_4> <categories_list_4> <label>Block categories list 4</label> <field_type>text</field_type> </categories_list_4> <block_cta_button_label_4> <label>Block CTA button label 4</label> <field_type>text</field_type> </block_cta_button_label_4> <block_cta_button_link_4> <label>Block CTA button link 4</label> <field_type>text</field_type> </block_cta_button_link_4> <category_icon_4> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_4> <block_name_5> <label>Block name 5</label> <field_type>text</field_type> </block_name_5> <block_image_5> <label>Block image 5</label> <field_type>media</field_type> </block_image_5> <categories_list_5> <label>Block categories list 5</label> <field_type>text</field_type> </categories_list_5> <block_cta_button_label_5> <label>Block CTA button label 5</label> <field_type>text</field_type> </block_cta_button_label_5> <block_cta_button_link_5> <label>Block CTA button link 5</label> <field_type>text</field_type> </block_cta_button_link_5> <category_icon_5> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_5> <block_name_6> <label>Block name 6</label> <field_type>text</field_type> </block_name_6> <block_image_6> <label>Block image 6</label> <field_type>media</field_type> </block_image_6> <categories_list_6> <label>Block categories list 6</label> <field_type>text</field_type> </categories_list_6> <block_cta_button_label_6> <label>Block CTA button label 6</label> <field_type>text</field_type> </block_cta_button_label_6> <block_cta_button_link_6> <label>Block CTA button link 6</label> <field_type>text</field_type> </block_cta_button_link_6> <category_icon_6> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_6> <block_name_7> <label>Block name 7</label> <field_type>text</field_type> </block_name_7> <block_image_7> <label>Block image 7</label> <field_type>media</field_type> </block_image_7> <categories_list_7> <label>Block categories list 7</label> <field_type>text</field_type> </categories_list_7> <block_cta_button_label_7> <label>Block CTA button label 7</label> <field_type>text</field_type> </block_cta_button_label_7> <block_cta_button_link_7> <label>Block CTA button link 7</label> <field_type>text</field_type> </block_cta_button_link_7> <category_icon_7> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_7> <block_name_8> <label>Block name 8</label> <field_type>text</field_type> </block_name_8> <block_image_8> <label>Block image 8</label> <field_type>media</field_type> </block_image_8> <categories_list_8> <label>Block categories list 8</label> <field_type>text</field_type> </categories_list_8> <block_cta_button_label_8> <label>Block CTA button label 8</label> <field_type>text</field_type> </block_cta_button_label_8> <block_cta_button_link_8> <label>Block CTA button link 8</label> <field_type>text</field_type> </block_cta_button_link_8> <category_icon_8> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_8> <block_name_9> <label>Block name 9</label> <field_type>text</field_type> </block_name_9> <block_image_9> <label>Block image 9</label> <field_type>media</field_type> </block_image_9> <categories_list_9> <label>Block categories list 9</label> <field_type>text</field_type> </categories_list_9> <block_cta_button_label_9> <label>Block CTA button label 9</label> <field_type>text</field_type> </block_cta_button_label_9> <block_cta_button_link_9> <label>Block CTA button link 9</label> <field_type>text</field_type> </block_cta_button_link_9> <category_icon_9> <label>Category icon</label> <field_type>select</field_type> <element_data> <options> <first_option> <value>electric</value> <label>Electric</label> </first_option> <second_option> <value>screen</value> <label>Screen</label> </second_option> <third_option> <value>sun</value> <label>Sun</label> </third_option> <fourth_option> <value>transistor</value> <label>Transistor</label> </fourth_option> <fifth_option> <value>engine</value> <label>Engine</label> </fifth_option> <sixth_option> <value>rules</value> <label>Rules</label> </sixth_option> <seventh> <value>fan</value> <label>Fan</label> </seventh> <eighth_option> <value>battery</value> <label>Battery</label> </eighth_option> <ninth_option> <value>keyboard</value> <label>Keyboard</label> </ninth_option> <tenth_option> <value>circuit</value> <label>Circuit</label> </tenth_option> <eleventh_option> <value>desk</value> <label>Desk</label> </eleventh_option> <twelfth_option> <value>alimentation</value> <label>Alimentation</label> </twelfth_option> <thirteenth_option> <value>cable</value> <label>Cable</label> </thirteenth_option> <fourteenth_option> <value>automate</value> <label>Automate</label> </fourteenth_option> <fifteenth_option> <value>composition</value> <label>Composition</label> </fifteenth_option> </options> </element_data> </category_icon_9> </fields> </categories_highlight> <!-- Our manufacturers layer --> <our_manufacturers> <active>1</active> <label>Our manufacturers</label> <frontend_renderer> <class>Cnc\CsBlock\Block\OurManufacturers</class> <template>Cnc_CsBlock::our_manufacturers.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <manufacturers> <label>Manufacturers IDs</label> <field_type>text</field_type> </manufacturers> <cta_button_label> <label>CTA button label</label> <field_type>text</field_type> </cta_button_label> <cta_button_link> <label>CTA button link</label> <field_type>text</field_type> </cta_button_link> </fields> </our_manufacturers> <!-- Industries services layer --> <industries_services> <active>1</active> <label>Industries served</label> <frontend_renderer> <class>Cnc\CsBlock\Block\IndustriesServices</class> <template>Cnc_CsBlock::industries_services.phtml</template> </frontend_renderer> <fields> <name> <label>Name</label> <field_type>text</field_type> </name> <industry_bg_image_1> <label>Industry background image 1</label> <field_type>media</field_type> </industry_bg_image_1> <industry_name_1> <label>Industry name 1</label> <field_type>text</field_type> </industry_name_1> <industry_link_1> <label>Industry link 1</label> <field_type>text</field_type> </industry_link_1> <industry_bg_image_2> <label>Industry background image 2</label> <field_type>media</field_type> </industry_bg_image_2> <industry_name_2> <label>Industry name 2</label> <field_type>text</field_type> </industry_name_2> <industry_link_2> <label>Industry link 2</label> <field_type>text</field_type> </industry_link_2> <industry_bg_image_3> <label>Industry background image 3</label> <field_type>media</field_type> </industry_bg_image_3> <industry_name_3> <label>Industry name 3</label> <field_type>text</field_type> </industry_name_3> <industry_link_3> <label>Industry link 3</label> <field_type>text</field_type> </industry_link_3> <industry_bg_image_4> <label>Industry background image 4</label> <field_type>media</field_type> </industry_bg_image_4> <industry_name_4> <label>Industry name 4</label> <field_type>text</field_type> </industry_name_4> <industry_link_4> <label>Industry link 4</label> <field_type>text</field_type> </industry_link_4> <industry_bg_image_5> <label>Industry background image 5</label> <field_type>media</field_type> </industry_bg_image_5> <industry_name_5> <label>Industry name 5</label> <field_type>text</field_type> </industry_name_5> <industry_link_5> <label>Industry link 5</label> <field_type>text</field_type> </industry_link_5> <industry_bg_image_6> <label>Industry background image 6</label> <field_type>media</field_type> </industry_bg_image_6> <industry_name_6> <label>Industry name 6</label> <field_type>text</field_type> </industry_name_6> <industry_link_6> <label>Industry link 6</label> <field_type>text</field_type> </industry_link_6> <industry_bg_image_7> <label>Industry background image 7</label> <field_type>media</field_type> </industry_bg_image_7> <industry_name_7> <label>Industry name 7</label> <field_type>text</field_type> </industry_name_7> <industry_link_7> <label>Industry link 7</label> <field_type>text</field_type> </industry_link_7> <industry_bg_image_8> <label>Industry background image 8</label> <field_type>media</field_type> </industry_bg_image_8> <industry_name_8> <label>Industry name 8</label> <field_type>text</field_type> </industry_name_8> <industry_link_8> <label>Industry link 8</label> <field_type>text</field_type> </industry_link_8> <industry_bg_image_9> <label>Industry background image 9</label> <field_type>media</field_type> </industry_bg_image_9> <industry_name_9> <label>Industry name 9</label> <field_type>text</field_type> </industry_name_9> <industry_link_9> <label>Industry link 9</label> <field_type>text</field_type> </industry_link_9> <industry_bg_image_10> <label>Industry background image 10</label> <field_type>media</field_type> </industry_bg_image_10> <industry_name_10> <label>Industry name 10</label> <field_type>text</field_type> </industry_name_10> <industry_link_10> <label>Industry link 10</label> <field_type>text</field_type> </industry_link_10> </fields> </industries_services> </block_types> </soon_csblock> </default> </config>