-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change publish to available #251
base: 5.x
Are you sure you want to change the base?
Changes from all commits
e2e195a
1f09c46
1021252
d861fae
1d0f1ae
03aa03d
8a10a69
62f0dfd
88c334a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -81,17 +81,17 @@ The following values are available: | |||||
|
||||||
- **Is a translation of** - If you're creating a slot in a second language translation - for example to use on a multilingual website - select the original base language Dynamic Web Content item which you're translating. The same slot displays the appropriate language based on the Campaign or filters set, but Mautic shows the translated content if a visitor is viewing the page in a different browser language. | ||||||
|
||||||
- **Published** - Whether the Dynamic Web Content item is available for use - published - or not available - unpublished | ||||||
- **Available** - Whether the Dynamic Web Content item is available for use or not available | ||||||
|
||||||
- **Is Campaign based** - if set to Yes, Mautic pushes this Dynamic Web Content to Contacts through a Campaign. When set to No, you can specify filters for visitors to see the content. | ||||||
|
||||||
- **Requested slot name** - shown if using non-Campaign based Dynamic Web Content, this allows you to specify the slot name on your website in which the Contact sees the content. | ||||||
|
||||||
.. vale off | ||||||
|
||||||
**Publish at (date/time)** - This allows you to define the date and time at which this Dynamic Web Content item is available for displaying to Contacts | ||||||
**Enable at (date/time)** - This allows you to define the date and time at which this Dynamic Web Content item is available for displaying to Contacts | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
DWC doesn't actually have activate / deactivate date/times: Maybe this is a feature we haven't yet got merged into core? cc @escopecz ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it was just copy-pasted from other entity docs. I'm not aware of any PR that's adding it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It’s probably there for months 🤣 |
||||||
|
||||||
**Unpublish at (date/time)** - This allows you to define the date and time at which this Dynamic Web Content item ceases to be available for displaying to Contacts. | ||||||
**Disable at (date/time)** - This allows you to define the date and time at which this Dynamic Web Content item ceases to be available for displaying to Contacts. | ||||||
|
||||||
.. vale on | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise the SMS bundle doesn't yet have the option to enable/disable, maybe an upcoming feature?