Skip to content

Commit

Permalink
Move component classes, view files and language strings into orange t…
Browse files Browse the repository at this point in the history
…heme

Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jan 3, 2024
1 parent 66283a7 commit 0b0845f
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 808 deletions.
13 changes: 0 additions & 13 deletions resources/lang/en/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

'banners' => [
'text_tab_general' => 'General',
'component_title' => 'Banner Component',
'component_desc' => 'Displays banners',
'text_edit_banner' => 'Edit Banner',
'text_title' => 'Banners',
'text_form_name' => 'Banner',
Expand Down Expand Up @@ -45,8 +43,6 @@
],

'contact' => [
'component_title' => 'Contact Form Component',
'component_desc' => 'Displays Contact form',
'text_heading' => 'Contact',
'text_summary' => 'Feel free to send a message',
'text_find_us' => 'Find Us On Map',
Expand All @@ -70,8 +66,6 @@
'slider' => [
'text_title' => 'Sliders',
'text_tab_general' => 'General',
'component_title' => 'Slider Component',
'component_desc' => 'Displays images slider on homepage',
'text_form_name' => 'Slider',
'text_empty' => 'There are no sliders available.',

Expand All @@ -92,8 +86,6 @@

'newsletter' => [
'text_tab_general' => 'General',
'component_title' => 'Newsletter Component',
'component_desc' => 'Displays the subscribe to newsletter form',

'text_subscribe' => 'Subscribe to our newsletter',

Expand All @@ -106,8 +98,6 @@

'featured' => [
'text_tab_general' => 'General',
'component_title' => 'Featured Menu Component',
'component_desc' => 'Displays list of featured menus on the store front',
'text_subscribe' => 'Subscribe to our newsletter',
'text_featured_menus' => 'Featured Menu',

Expand All @@ -127,9 +117,6 @@
],

'captcha' => [
'component_title' => 'Captcha Component',
'component_desc' => 'Displays the reCATPCHA widget.',

'label_api_site_key' => 'Site Key',
'label_api_secret_key' => 'Secret Key',
'label_version' => 'Version',
Expand Down
9 changes: 0 additions & 9 deletions resources/views/_components/banners/default.blade.php

This file was deleted.

58 changes: 0 additions & 58 deletions resources/views/_components/banners/images.blade.php

This file was deleted.

11 changes: 0 additions & 11 deletions resources/views/_components/captcha/default.blade.php

This file was deleted.

18 changes: 0 additions & 18 deletions resources/views/_components/captcha/invisible.blade.php

This file was deleted.

71 changes: 0 additions & 71 deletions resources/views/_components/contact/default.blade.php

This file was deleted.

32 changes: 0 additions & 32 deletions resources/views/_components/featureditems/default.blade.php

This file was deleted.

16 changes: 0 additions & 16 deletions resources/views/_components/newsletter/default.blade.php

This file was deleted.

54 changes: 0 additions & 54 deletions resources/views/_components/slider/default.blade.php

This file was deleted.

Loading

0 comments on commit 0b0845f

Please sign in to comment.