├── README.md └── migrations ├── m180716_072845_add_example_group.php ├── m180717_014246_add_text_field.php ├── m180717_032838_add_asset_field.php ├── m180717_042412_add_matrix_field.php ├── m180717_045639_add_block_type_to_matrix.php ├── m180717_051035_add_field_to_block_type.php ├── m180717_053947_update_field_instructions.php ├── m180717_193629_add_page_section.php ├── m180717_195352_add_entry_type_example_page_variant.php ├── m180717_200834_example_page_field_layout.php ├── m180717_205156_section_questions.php ├── m180717_211127_faq_fields.php ├── m180717_211137_faq_field_layout.php └── m180717_214112_faq_entry_matrix_block.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/README.md -------------------------------------------------------------------------------- /migrations/m180716_072845_add_example_group.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180716_072845_add_example_group.php -------------------------------------------------------------------------------- /migrations/m180717_014246_add_text_field.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_014246_add_text_field.php -------------------------------------------------------------------------------- /migrations/m180717_032838_add_asset_field.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_032838_add_asset_field.php -------------------------------------------------------------------------------- /migrations/m180717_042412_add_matrix_field.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_042412_add_matrix_field.php -------------------------------------------------------------------------------- /migrations/m180717_045639_add_block_type_to_matrix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_045639_add_block_type_to_matrix.php -------------------------------------------------------------------------------- /migrations/m180717_051035_add_field_to_block_type.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_051035_add_field_to_block_type.php -------------------------------------------------------------------------------- /migrations/m180717_053947_update_field_instructions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_053947_update_field_instructions.php -------------------------------------------------------------------------------- /migrations/m180717_193629_add_page_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_193629_add_page_section.php -------------------------------------------------------------------------------- /migrations/m180717_195352_add_entry_type_example_page_variant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_195352_add_entry_type_example_page_variant.php -------------------------------------------------------------------------------- /migrations/m180717_200834_example_page_field_layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_200834_example_page_field_layout.php -------------------------------------------------------------------------------- /migrations/m180717_205156_section_questions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_205156_section_questions.php -------------------------------------------------------------------------------- /migrations/m180717_211127_faq_fields.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_211127_faq_fields.php -------------------------------------------------------------------------------- /migrations/m180717_211137_faq_field_layout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_211137_faq_field_layout.php -------------------------------------------------------------------------------- /migrations/m180717_214112_faq_entry_matrix_block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vend/craft3-migration-examples/HEAD/migrations/m180717_214112_faq_entry_matrix_block.php --------------------------------------------------------------------------------