Saved: 2017-11-20 02:30
Torey Heinz
committed Nov 20, 2017
commit f7248f258054a95a1638befe886ad00a08ccdda2
Showing 2
changed files with
8 additions
and 7 deletions
app/content_types/customer_messages.yml
+5
-7
| @@ | @@ -13,8 +13,6 @@ label_field_name: name |
| # Valid values: manually, created_at, updated_at, or the slug of any field | |
| order_by: manually | |
| - | public_submission_enabled: true |
| - | |
| # Valid values: asc (ascending) and desc (descending). Set to asc by default. | |
| # order_direction: asc | |
| @@ | @@ -22,15 +20,15 @@ public_submission_enabled: true |
| # group_by: <your field> | |
| # Activate public 'create' API (e.g for a contact form) | |
| - | # public_submission_enabled: false |
| + | public_submission_enabled: true |
| # Array of emails to be notified of new entries made with the public API | |
| - | # public_submission_accounts: ['john@example.com'] |
| + | public_submission_accounts: ['59c93fb841961b4828db56f1'] |
| # Control the display of the content type in the back-office. | |
| - | # display_settings: |
| - | # seo: false # display the SEO tab for the content entries |
| - | # advanced: false # display the Advanced tab for the content entries |
| + | display_settings: |
| + | seo: false # display the SEO tab for the content entries |
| + | advanced: false # display the Advanced tab for the content entries |
| # position: 1 # position in the sidebar menu | |
| # hidden: false # hidden for authors? | |
log/server.log
+3
-0
| @@ | @@ -64,3 +64,6 @@ I, [2017-11-20T02:40:25.651006 #30005] INFO -- : Waiting for 1 connection(s) to |
| I, [2017-11-20T02:40:27.904300 #30332] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) | |
| I, [2017-11-20T02:40:27.904379 #30332] INFO -- : Maximum connections set to 1024 | |
| I, [2017-11-20T02:40:27.904397 #30332] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop | |
| + | I, [2017-11-20T15:05:39.430080 #39228] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2017-11-20T15:05:39.430189 #39228] INFO -- : Maximum connections set to 1024 |
| + | I, [2017-11-20T15:05:39.430225 #39228] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |