├── LICENSE.txt ├── LICENSE_AFL.txt ├── README.md ├── Setup └── InstallSchema.php ├── composer.json ├── etc └── module.xml ├── registration.php └── view └── adminhtml └── ui_component └── blog_post_form.xml /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LICENSE_AFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/LICENSE_AFL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/README.md -------------------------------------------------------------------------------- /Setup/InstallSchema.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/Setup/InstallSchema.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/composer.json -------------------------------------------------------------------------------- /etc/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/etc/module.xml -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/registration.php -------------------------------------------------------------------------------- /view/adminhtml/ui_component/blog_post_form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magefan/module-blog-custom-field/HEAD/view/adminhtml/ui_component/blog_post_form.xml --------------------------------------------------------------------------------