30 |
36 |
31 |
35 |
32 |
34 | Only available for commercial version.
33 | ├── pub
└── media
│ └── mgs
│ └── fbuilder
│ ├── css
│ └── blocks.css
│ ├── images
│ ├── grid.gif
│ ├── color.png
│ ├── loader.gif
│ └── picker.png
│ └── fonts
│ ├── FontAwesome.otf
│ ├── Pe-icon-7-stroke.eot
│ ├── Pe-icon-7-stroke.ttf
│ ├── Pe-icon-7-stroke.woff
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── fontawesome-webfont.woff2
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ └── glyphicons-halflings-regular.woff
└── app
└── code
└── MGS
└── Fbuilder
├── Setup
└── InstallSchema.php
├── Block
├── Adminhtml
│ ├── User
│ │ ├── Edit.php
│ │ └── Edit
│ │ │ └── Script.php
│ ├── System
│ │ ├── Active.php
│ │ ├── License.php
│ │ ├── Import.php
│ │ └── Export.php
│ ├── Fields
│ │ └── Color.php
│ └── Backend
│ │ └── Acount
│ │ └── Edit.php
├── Products
│ └── AbstractProduct.php
├── Panel
│ ├── Create
│ │ ├── Block.php
│ │ ├── StaticContent.php
│ │ └── Element.php
│ ├── Edit
│ │ └── Section.php
│ └── Toppanel.php
├── Social
│ ├── Twitter.php
│ ├── Snapppt.php
│ ├── Facebook.php
│ └── Instagram.php
├── Widget
│ ├── Map.php
│ ├── Profile.php
│ ├── PromoBanner.php
│ └── Chart.php
├── Page
│ └── Head.php
└── Cms
│ └── Page.php
├── view
├── adminhtml
│ ├── web
│ │ ├── images
│ │ │ ├── grid.gif
│ │ │ ├── color.png
│ │ │ └── picker.png
│ │ └── css
│ │ │ └── style.css
│ ├── layout
│ │ ├── adminhtml_user_edit.xml
│ │ └── adminhtml_system_config_edit.xml
│ ├── templates
│ │ └── user
│ │ │ └── script.phtml
│ └── ui_component
│ │ └── category_form.xml
└── frontend
│ ├── web
│ ├── images
│ │ ├── blank.png
│ │ ├── color.png
│ │ ├── grid.gif
│ │ ├── picker.png
│ │ ├── folder-open.gif
│ │ ├── elbow-end-minus.gif
│ │ ├── elbow-end-plus.gif
│ │ ├── panel
│ │ │ ├── cols
│ │ │ │ ├── 12.png
│ │ │ │ ├── 3-9.png
│ │ │ │ ├── 4-8.png
│ │ │ │ ├── 6-6.png
│ │ │ │ ├── 8-4.png
│ │ │ │ ├── 9-3.png
│ │ │ │ ├── 4-4-4.png
│ │ │ │ └── 3-3-3-3.png
│ │ │ ├── colour
│ │ │ │ ├── 007.Red.png
│ │ │ │ ├── 099.Tan.png
│ │ │ │ ├── 010.Pink.png
│ │ │ │ ├── 017.Coral.png
│ │ │ │ ├── 022.Gold.png
│ │ │ │ ├── 031.Khaki.png
│ │ │ │ ├── 035.Plum.png
│ │ │ │ ├── 053.Lime.png
│ │ │ │ ├── 061.Green.png
│ │ │ │ ├── 065.Olive.png
│ │ │ │ ├── 071.Teal.png
│ │ │ │ ├── 072.Cyan.png
│ │ │ │ ├── 090.Blue.png
│ │ │ │ ├── 092.Navy.png
│ │ │ │ ├── 104.Peru.png
│ │ │ │ ├── 108.Brown.png
│ │ │ │ ├── 112.Azure.png
│ │ │ │ ├── 115.Beige.png
│ │ │ │ ├── 120.Gray.png
│ │ │ │ ├── 00001.White.png
│ │ │ │ ├── 0001.Black.png
│ │ │ │ ├── 003.Salmon.png
│ │ │ │ ├── 006.Crimson.png
│ │ │ │ ├── 012.HotPink.png
│ │ │ │ ├── 013.DeepPink.png
│ │ │ │ ├── 018.Tomato.png
│ │ │ │ ├── 021.Orange.png
│ │ │ │ ├── 023.Yellow.png
│ │ │ │ ├── 028.Moccasin.png
│ │ │ │ ├── 033.Lavender.png
│ │ │ │ ├── 034.Thistle.png
│ │ │ │ ├── 036.Violet.png
│ │ │ │ ├── 037.Orchid.png
│ │ │ │ ├── 038.Magenta.png
│ │ │ │ ├── 042.Amethyst.png
│ │ │ │ ├── 048.Purple.png
│ │ │ │ ├── 050.Indigo.png
│ │ │ │ ├── 060.SeaGreen.png
│ │ │ │ ├── 070.DarkCyan.png
│ │ │ │ ├── 084.SkyBlue.png
│ │ │ │ ├── 107.Sienna.png
│ │ │ │ ├── 109.Maroon.png
│ │ │ │ ├── 111.Honeydew.png
│ │ │ │ ├── 118.Silver.png
│ │ │ │ ├── 119.DarkGray.png
│ │ │ │ ├── 121.DimGray.png
│ │ │ │ ├── 001.IndianRed.png
│ │ │ │ ├── 002.LightCoral.png
│ │ │ │ ├── 004.DarkSalmon.png
│ │ │ │ ├── 011.LightPink.png
│ │ │ │ ├── 011.LightPink3.png
│ │ │ │ ├── 011.LightPink4.png
│ │ │ │ ├── 013.DeepPink2.png
│ │ │ │ ├── 013.DeepPink3.png
│ │ │ │ ├── 019.OrangeRed.png
│ │ │ │ ├── 020.DarkOrange.png
│ │ │ │ ├── 027.PapayaWhip.png
│ │ │ │ ├── 029.PeachPuff.png
│ │ │ │ ├── 032.DarkKhaki.png
│ │ │ │ ├── 043.SlateBlue.png
│ │ │ │ ├── 044.BlueViolet.png
│ │ │ │ ├── 045.DarkOrchid.png
│ │ │ │ ├── 046.DarkViolet.png
│ │ │ │ ├── 052.Chartreuse.png
│ │ │ │ ├── 054.LimeGreen.png
│ │ │ │ ├── 055.PaleGreen.png
│ │ │ │ ├── 056.LightGreen.png
│ │ │ │ ├── 062.DarkGreen.png
│ │ │ │ ├── 064.OliveDrab.png
│ │ │ │ ├── 073.LightCyan.png
│ │ │ │ ├── 075.Aquamarine.png
│ │ │ │ ├── 076.Turquoise.png
│ │ │ │ ├── 079.CadetBlue.png
│ │ │ │ ├── 080.SteelBlue.png
│ │ │ │ ├── 082.PowderBlue.png
│ │ │ │ ├── 083.LightBlue.png
│ │ │ │ ├── 086.DodgerBlue.png
│ │ │ │ ├── 089.RoyalBlue.png
│ │ │ │ ├── 091.MediumBlue.png
│ │ │ │ ├── 098.BurlyWood.png
│ │ │ │ ├── 100.RosyBrown.png
│ │ │ │ ├── 101.SandyBrown.png
│ │ │ │ ├── 102.Goldenrod.png
│ │ │ │ ├── 105.Chocolate.png
│ │ │ │ ├── 113.GhostWhite.png
│ │ │ │ ├── 114.WhiteSmoke.png
│ │ │ │ ├── 116.Gainsboro.png
│ │ │ │ ├── 117.LightGrey.png
│ │ │ │ ├── 123.SlateGray.png
│ │ │ │ ├── 0000.transparent.png
│ │ │ │ ├── 005.LightSalmon.png
│ │ │ │ ├── 009.lavenderBlush.png
│ │ │ │ ├── 015.PaleVioletRed.png
│ │ │ │ ├── 024.LightYellow.png
│ │ │ │ ├── 025.LemonChiffon.png
│ │ │ │ ├── 030.PaleGoldenrod.png
│ │ │ │ ├── 039.MediumOrchid.png
│ │ │ │ ├── 041.MediumPurple.png
│ │ │ │ ├── 047.DarkMagenta.png
│ │ │ │ ├── 049.DarkSlateBlue.png
│ │ │ │ ├── 051.GreenYellow.png
│ │ │ │ ├── 058.SpringGreen.png
│ │ │ │ ├── 063.YellowGreen.png
│ │ │ │ ├── 068.DarkSeaGreen.png
│ │ │ │ ├── 069.LightSeaGreen.png
│ │ │ │ ├── 074.PaleTurquoise.png
│ │ │ │ ├── 078.DarkTurquoise.png
│ │ │ │ ├── 093.MidnightBlue.png
│ │ │ │ ├── 103.DarkGoldenrod.png
│ │ │ │ ├── 106.SaddleBrown.png
│ │ │ │ ├── 124.DarkSlateGray.png
│ │ │ │ ├── 009.lavenderBlush2.png
│ │ │ │ ├── 009.lavenderBlush3.png
│ │ │ │ ├── 009.lavenderBlush4.png
│ │ │ │ ├── 014.MediumVioletRed.png
│ │ │ │ ├── 015.PaleVioletRed4.png
│ │ │ │ ├── 015.PaleVioletRed5.png
│ │ │ │ ├── 040.MediumSlateBlue.png
│ │ │ │ ├── 059.MediumSeaGreen.png
│ │ │ │ ├── 066.DarkOliveGreen.png
│ │ │ │ ├── 081.LightSteelBlue.png
│ │ │ │ ├── 087.CornflowerBlue.png
│ │ │ │ ├── 122.LightSlateGray.png
│ │ │ │ ├── 057.MediumSpringGreen.png
│ │ │ │ ├── 067.MediumAquamarine.png
│ │ │ │ └── 026.LightGoldenrodYellow.png
│ │ │ ├── sample-banner.jpg
│ │ │ └── sample-testimonial.jpg
│ │ └── small-ajax-loader.gif
│ ├── js
│ │ ├── bootstrap
│ │ │ └── editor.js
│ │ ├── popup.js
│ │ ├── magnific_popup.js
│ │ ├── jquery.lazyload.js
│ │ └── timer.js
│ └── css
│ │ ├── fontawesome.v4.7.0
│ │ └── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── owl.theme.min.less
│ │ └── blocks_generated.css
│ ├── templates
│ ├── panel
│ │ ├── create
│ │ │ └── element
│ │ │ │ ├── rate.phtml
│ │ │ │ ├── new_products.phtml
│ │ │ │ ├── widgets
│ │ │ │ └── code_tab.phtml
│ │ │ │ └── static
│ │ │ │ ├── table.phtml
│ │ │ │ ├── content.phtml
│ │ │ │ └── text_content.phtml
│ │ ├── block.phtml
│ │ ├── top_panel.phtml
│ │ └── homecontent.phtml
│ ├── html
│ │ └── head.phtml
│ ├── widget
│ │ ├── socials
│ │ │ ├── snapppt.phtml
│ │ │ ├── facebook_fanbox.phtml
│ │ │ └── twitter_timeline.phtml
│ │ ├── heading.phtml
│ │ ├── promobanner.phtml
│ │ ├── divider.phtml
│ │ ├── category
│ │ │ └── list.phtml
│ │ └── video.phtml
│ └── products
│ │ └── tabs
│ │ └── view.phtml
│ ├── layout
│ ├── cms_page_view.xml
│ ├── cms_index_index.xml
│ ├── fbuilder_editor.xml
│ ├── fbuilder_create_block.xml
│ ├── fbuilder_edit_section.xml
│ ├── fbuilder_create_element.xml
│ ├── default.xml
│ └── fbuilder_popup.xml
│ └── requirejs-config.js
├── registration.php
├── etc
├── adminhtml
│ ├── events.xml
│ ├── routes.xml
│ └── menu.xml
├── frontend
│ └── routes.xml
├── module.xml
├── events.xml
├── acl.xml
└── di.xml
├── Model
├── ResourceModel
│ ├── Child.php
│ ├── Confirm.php
│ ├── Section.php
│ ├── Child
│ │ └── Collection.php
│ ├── Confirm
│ │ └── Collection.php
│ ├── Section
│ │ └── Collection.php
│ └── Layout
│ │ └── Plugin.php
├── Child.php
├── Confirm.php
├── Section.php
├── Config
│ └── Source
│ │ └── Navigation.php
├── Feed.php
└── Entity
│ └── Backend
│ └── Image.php
├── Observer
├── GenerateCss.php
├── UpdateNotifications.php
└── CreateAccount.php
├── composer.json
└── Controller
├── Adminhtml
├── Fbuilder.php
└── Fbuilder
│ ├── Resetkey.php
│ ├── Savekey.php
│ └── Createaccount.php
├── Create
├── Block.php
└── Element.php
├── Edit
└── Section.php
├── Index
├── Lookbook.php
├── Active.php
├── Disable.php
├── Sortblock.php
├── Sortsection.php
├── Confirm.php
├── Address.php
├── Removesection.php
└── Search.php
├── Wysiwyg
├── Images.php
└── Directive.php
├── Element
├── Changecol.php
└── Delete.php
└── Post
└── Upload.php
/pub/media/mgs/fbuilder/css/blocks.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/images/grid.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/images/grid.gif
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/images/color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/images/color.png
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/images/loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/images/loader.gif
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/images/picker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/images/picker.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/Setup/InstallSchema.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/Setup/InstallSchema.php
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/Block/Adminhtml/User/Edit.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/Block/Adminhtml/User/Edit.php
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.eot
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.ttf
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/Pe-icon-7-stroke.woff
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/Block/Products/AbstractProduct.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/Block/Products/AbstractProduct.php
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/adminhtml/web/images/grid.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/adminhtml/web/images/grid.gif
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/blank.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/color.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/grid.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/grid.gif
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/Block/Adminhtml/User/Edit/Script.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/Block/Adminhtml/User/Edit/Script.php
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/adminhtml/web/images/color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/adminhtml/web/images/color.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/adminhtml/web/images/picker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/adminhtml/web/images/picker.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/picker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/picker.png
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/folder-open.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/folder-open.gif
--------------------------------------------------------------------------------
/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/pub/media/mgs/fbuilder/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/elbow-end-minus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/elbow-end-minus.gif
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/elbow-end-plus.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/elbow-end-plus.gif
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/12.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/3-9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/3-9.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/4-8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/4-8.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/6-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/6-6.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/8-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/8-4.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/9-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/9-3.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/4-4-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/4-4-4.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/small-ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/small-ajax-loader.gif
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/007.Red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/007.Red.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/099.Tan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/099.Tan.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/3-3-3-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/cols/3-3-3-3.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/sample-banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/sample-banner.jpg
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/010.Pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/010.Pink.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/017.Coral.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/017.Coral.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/022.Gold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/022.Gold.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/031.Khaki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/031.Khaki.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/035.Plum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/035.Plum.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/053.Lime.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/053.Lime.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/061.Green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/061.Green.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/065.Olive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/065.Olive.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/071.Teal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/071.Teal.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/072.Cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/072.Cyan.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/090.Blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/090.Blue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/092.Navy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/092.Navy.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/104.Peru.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/104.Peru.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/108.Brown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/108.Brown.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/112.Azure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/112.Azure.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/115.Beige.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/115.Beige.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/120.Gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/120.Gray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/00001.White.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/00001.White.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/0001.Black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/0001.Black.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/003.Salmon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/003.Salmon.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/006.Crimson.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/006.Crimson.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/012.HotPink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/012.HotPink.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/018.Tomato.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/018.Tomato.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/021.Orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/021.Orange.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/023.Yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/023.Yellow.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/028.Moccasin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/028.Moccasin.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/033.Lavender.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/033.Lavender.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/034.Thistle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/034.Thistle.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/036.Violet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/036.Violet.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/037.Orchid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/037.Orchid.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/038.Magenta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/038.Magenta.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/042.Amethyst.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/042.Amethyst.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/048.Purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/048.Purple.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/050.Indigo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/050.Indigo.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/060.SeaGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/060.SeaGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/070.DarkCyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/070.DarkCyan.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/084.SkyBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/084.SkyBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/107.Sienna.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/107.Sienna.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/109.Maroon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/109.Maroon.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/111.Honeydew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/111.Honeydew.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/118.Silver.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/118.Silver.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/119.DarkGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/119.DarkGray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/121.DimGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/121.DimGray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/sample-testimonial.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/sample-testimonial.jpg
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/001.IndianRed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/001.IndianRed.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/002.LightCoral.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/002.LightCoral.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/004.DarkSalmon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/004.DarkSalmon.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink3.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/011.LightPink4.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink2.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/013.DeepPink3.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/019.OrangeRed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/019.OrangeRed.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/020.DarkOrange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/020.DarkOrange.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/027.PapayaWhip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/027.PapayaWhip.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/029.PeachPuff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/029.PeachPuff.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/032.DarkKhaki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/032.DarkKhaki.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/043.SlateBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/043.SlateBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/044.BlueViolet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/044.BlueViolet.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/045.DarkOrchid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/045.DarkOrchid.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/046.DarkViolet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/046.DarkViolet.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/052.Chartreuse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/052.Chartreuse.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/054.LimeGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/054.LimeGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/055.PaleGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/055.PaleGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/056.LightGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/056.LightGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/062.DarkGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/062.DarkGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/064.OliveDrab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/064.OliveDrab.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/073.LightCyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/073.LightCyan.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/075.Aquamarine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/075.Aquamarine.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/076.Turquoise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/076.Turquoise.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/079.CadetBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/079.CadetBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/080.SteelBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/080.SteelBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/082.PowderBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/082.PowderBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/083.LightBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/083.LightBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/086.DodgerBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/086.DodgerBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/089.RoyalBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/089.RoyalBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/091.MediumBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/091.MediumBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/098.BurlyWood.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/098.BurlyWood.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/100.RosyBrown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/100.RosyBrown.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/101.SandyBrown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/101.SandyBrown.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/102.Goldenrod.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/102.Goldenrod.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/105.Chocolate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/105.Chocolate.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/113.GhostWhite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/113.GhostWhite.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/114.WhiteSmoke.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/114.WhiteSmoke.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/116.Gainsboro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/116.Gainsboro.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/117.LightGrey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/117.LightGrey.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/123.SlateGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/123.SlateGray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/0000.transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/0000.transparent.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/005.LightSalmon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/005.LightSalmon.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/024.LightYellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/024.LightYellow.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/025.LemonChiffon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/025.LemonChiffon.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/030.PaleGoldenrod.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/030.PaleGoldenrod.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/039.MediumOrchid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/039.MediumOrchid.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/041.MediumPurple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/041.MediumPurple.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/047.DarkMagenta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/047.DarkMagenta.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/049.DarkSlateBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/049.DarkSlateBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/051.GreenYellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/051.GreenYellow.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/058.SpringGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/058.SpringGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/063.YellowGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/063.YellowGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/068.DarkSeaGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/068.DarkSeaGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/069.LightSeaGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/069.LightSeaGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/074.PaleTurquoise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/074.PaleTurquoise.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/078.DarkTurquoise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/078.DarkTurquoise.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/093.MidnightBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/093.MidnightBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/103.DarkGoldenrod.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/103.DarkGoldenrod.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/106.SaddleBrown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/106.SaddleBrown.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/124.DarkSlateGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/124.DarkSlateGray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/js/bootstrap/editor.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Copyright © 2016 Magento. All rights reserved.
4 | * See COPYING.txt for license details.
5 | */
6 | require([
7 | "mage/adminhtml/browser"
8 | ]);
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush2.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush3.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/009.lavenderBlush4.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/014.MediumVioletRed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/014.MediumVioletRed.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed4.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/015.PaleVioletRed5.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/040.MediumSlateBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/040.MediumSlateBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/059.MediumSeaGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/059.MediumSeaGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/066.DarkOliveGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/066.DarkOliveGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/081.LightSteelBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/081.LightSteelBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/087.CornflowerBlue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/087.CornflowerBlue.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/122.LightSlateGray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/122.LightSlateGray.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/057.MediumSpringGreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/057.MediumSpringGreen.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/067.MediumAquamarine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/067.MediumAquamarine.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/026.LightGoldenrodYellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/images/panel/colour/026.LightGoldenrodYellow.png
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/arrowtheme2022/magento2-cms-builder/HEAD/app/code/MGS/Fbuilder/view/frontend/web/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/templates/panel/create/element/rate.phtml:
--------------------------------------------------------------------------------
1 | getLayout()->createBlock('MGS\Fbuilder\Block\Panel\Create\Element')->setBlockTitle(__('Top Rate Products Block'))->setBlockType('rate')->setTemplate('MGS_Fbuilder::panel/create/element/widgets/base_products_form.phtml')->toHtml() ?>
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/view/frontend/templates/panel/create/element/new_products.phtml:
--------------------------------------------------------------------------------
1 | getLayout()->createBlock('MGS\Fbuilder\Block\Panel\Create\Element')->setBlockTitle(__('New Products Block'))->setBlockType('new_products')->setTemplate('MGS_Fbuilder::panel/create/element/widgets/base_products_form.phtml')->toHtml() ?>
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/registration.php:
--------------------------------------------------------------------------------
1 | getMediaUrl() ?>mgs/fbuilder/css/blocks.css" />
2 |
3 |
--------------------------------------------------------------------------------
/app/code/MGS/Fbuilder/etc/adminhtml/events.xml:
--------------------------------------------------------------------------------
1 |
2 |