uw_one_column: label: 'One column' category: 'UW layouts' class: '\Drupal\uw_cfg_common\Plugin\Layout\UwOneColumnLayout' template: uw_fdsu_theme_resp/templates/layout/layout--uwonecol default_region: first regions: first: label: One icon_map: - [first] uw_two_column: label: 'Two columns' category: 'UW layouts' class: '\Drupal\uw_cfg_common\Plugin\Layout\UwTwoColumnLayout' template: uw_fdsu_theme_resp/templates/layout/layout--uwtwocol default_region: first regions: first: label: One second: label: Two icon_map: - [first, second] uw_three_column: label: 'Three columns' category: 'UW layouts' class: '\Drupal\uw_cfg_common\Plugin\Layout\UwThreeColumnLayout' template: uw_fdsu_theme_resp/templates/layout/layout--uwthreecol default_region: first regions: first: label: One second: label: Two third: label: Third icon_map: - [first, second, third] uw_four_column: label: 'Four columns' category: 'UW layouts' class: '\Drupal\uw_cfg_common\Plugin\Layout\UwFourColumnLayout' template: uw_fdsu_theme_resp/templates/layout/layout--uwfourcol default_region: first regions: first: label: One second: label: Two third: label: Third fourth: label: Fourth icon_map: - [first, second, third, fourth] uw_five_column: label: 'Five columns' category: 'UW layouts' class: '\Drupal\uw_cfg_common\Plugin\Layout\UwFiveColumnLayout' template: uw_fdsu_theme_resp/templates/layout/layout--uwfivecol default_region: first regions: first: label: One second: label: Two third: label: Third fourth: label: Fourth fifth: label: Fifth icon_map: - [first, second, third, fourth, fifth]