Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 2ac81e1

Browse files
committed
Integration of chatter forum
1 parent 414c5ba commit 2ac81e1

File tree

12 files changed

+2111
-8
lines changed

12 files changed

+2111
-8
lines changed

config/chatter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
|
3535
*/
3636

37-
'headline_logo' => '/vendor/devdojo/chatter/assets/images/logo-light.png',
37+
'headline_logo' => '',
3838

3939
/*
4040
|--------------------------------------------------------------------------
@@ -164,7 +164,7 @@
164164
|
165165
*/
166166

167-
'editor' => 'tinymce',
167+
'editor' => 'simplemde',
168168

169169
/*
170170
|--------------------------------------------------------------------------
@@ -253,7 +253,7 @@
253253
'paginate' => [
254254
'num_of_results' => 10,
255255
],
256-
256+
257257
/*
258258
|--------------------------------------------------------------------------
259259
| Show missing fields to users in forms

resources/assets/sass/application.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@
4141
@import "pages/blog";
4242
@import "pages/tutorial";
4343
@import "pages/package";
44+
@import "pages/forum";
2.68 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Loading
2.52 KB
Binary file not shown.
2.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)