mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed the reply-to address for newsletters in data generator
no issue This makes it so that newsletters can be manipulated in Ghost Admin, otherwise Ember errors
This commit is contained in:
parent
4eebf6612a
commit
661de46ae0
@ -23,7 +23,7 @@ class NewslettersImporter extends TableImporter {
|
||||
uuid: faker.datatype.uuid(),
|
||||
name: name,
|
||||
slug: `${slugify(name)}-${faker.random.numeric(3)}`,
|
||||
sender_reply_to: 'hello@example.com',
|
||||
sender_reply_to: 'newsletter',
|
||||
status: 'active',
|
||||
subscribe_on_signup: faker.datatype.boolean(),
|
||||
sort_order: sortOrder,
|
||||
|
Loading…
Reference in New Issue
Block a user