Skip to content
Snippets Groups Projects
Commit d1c70ca9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
## ECA Recipe: Scheduled publishing
ID: eca_lib_0023
This model demonstrates how to automatically publish and unpublish nodes by scheduled dates and times.
The creation of this module was recorded and the video with additional explanations [can be watch here](https://tube.tchncs.de/w/5cs5Du3579Nwau1m9Rv92G).
### Installation
```shell
composer require drupal-eca-recipe/eca_lib_0023
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0023
```
\ No newline at end of file
{
"name": "drupal-eca-recipe/eca_lib_0023",
"type": "drupal-recipe",
"description": "Scheduled publishing",
"license": "GPL-2.0-or-later",
"require": {
"drupal/eca_base": "*",
"drupal/eca_content": "*",
"drupal/eca_user": "*",
"drupal/eca_views": "*",
"drupal/datetime": "*"
}
}
langcode: en
status: true
dependencies:
config:
- views.view.due_nodes_for_publishing
module:
- eca_base
- eca_content
- eca_user
- eca_views
- node
id: eca_lib_0023
modeller: bpmn_io
label: 'Scheduled publishing'
version: v1
weight: null
events:
Event_0p32014:
plugin: 'eca_base:eca_cron'
label: 'Run cron'
configuration:
frequency: '* * * * *'
successors:
-
id: Activity_0ithjix
condition: ''
Event_09coysx:
plugin: 'content_entity:custom'
label: 'Publish event'
configuration:
event_id: publish
successors:
-
id: Activity_1ktdv93
condition: ''
Event_0riefxz:
plugin: 'content_entity:custom'
label: 'Unpublish event'
configuration:
event_id: unpublish
successors:
-
id: Activity_1wq2xku
condition: ''
Event_18mnri3:
plugin: 'eca_base:eca_custom'
label: 'Scheduled Publishing'
configuration:
event_id: auto-publish
successors:
-
id: Activity_0ithjix
condition: ''
conditions: { }
gateways: { }
actions:
Activity_0ithjix:
plugin: eca_switch_account
label: 'Switch user'
configuration:
user_id: '1'
successors:
-
id: Activity_15gpxb3
condition: ''
-
id: Activity_00vgm9i
condition: ''
Activity_15gpxb3:
plugin: eca_views_query
label: 'View: get due nodes for publishing'
configuration:
token_name: listofnodes
view_id: due_nodes_for_publishing
display_id: publish
arguments: ''
successors:
-
id: Activity_0awq7h0
condition: ''
Activity_0awq7h0:
plugin: eca_trigger_content_entity_custom_event
label: 'Trigger publish event'
configuration:
event_id: publish
tokens: ''
object: listofnodes
successors: { }
Activity_1ktdv93:
plugin: 'entity:publish_action:node'
label: 'Publish node'
configuration:
object: ''
successors:
-
id: Activity_1k4co86
condition: ''
Activity_1k4co86:
plugin: action_message_action
label: Message
configuration:
message: 'Node [entity:nid] was published automatically.'
replace_tokens: true
successors: { }
Activity_00vgm9i:
plugin: eca_views_query
label: 'View: get due nodes for unpublishing'
configuration:
token_name: listofnodes
view_id: due_nodes_for_publishing
display_id: unpublish
arguments: ''
successors:
-
id: Activity_1bdbgcd
condition: ''
Activity_1bdbgcd:
plugin: eca_trigger_content_entity_custom_event
label: 'Trigger unpublish event'
configuration:
event_id: unpublish
tokens: ''
object: listofnodes
successors: { }
Activity_1wq2xku:
plugin: 'entity:unpublish_action:node'
label: 'Unpublish node'
configuration:
object: ''
successors:
-
id: Activity_1ggf0t7
condition: ''
Activity_1ggf0t7:
plugin: action_message_action
label: Message
configuration:
message: 'Node [entity:nid] just got unpublished.'
replace_tokens: true
successors: { }
langcode: en
status: true
dependencies:
config:
- eca.eca.eca_lib_0023
id: eca_lib_0023
label: 'Scheduled publishing'
tags:
- simple
- cron
- views
- schedule
documentation: |-
This model demonstrates how to automatically publish and unpublish nodes by scheduled dates and times.
The creation of this module was recorded and the video with additional explanations [can be watch here](https://tube.tchncs.de/w/5cs5Du3579Nwau1m9Rv92G).
filename: ''
modeldata: |
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:qa="http://some-company/schema/bpmn/qa" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<bpmn2:process id="eca_lib_0023" name="Scheduled publishing" isExecutable="true" camunda:versionTag="v1">
<bpmn2:documentation>This model demonstrates how to automatically publish and unpublish nodes by scheduled dates and times.
The creation of this module was recorded and the video with additional explanations [can be watch here](https://tube.tchncs.de/w/5cs5Du3579Nwau1m9Rv92G).</bpmn2:documentation>
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="Changelog v1" value="Initial release" />
<camunda:property name="Tags" value="simple,cron,views,schedule" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:startEvent id="Event_0p32014" name="Run cron" camunda:modelerTemplate="org.drupal.event.eca_base:eca_cron">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_base:eca_cron" />
</camunda:properties>
<camunda:field name="frequency">
<camunda:string>* * * * *</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:outgoing>Flow_1mrmkmk</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="Activity_0ithjix" name="Switch user" camunda:modelerTemplate="org.drupal.action.eca_switch_account">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_switch_account" />
</camunda:properties>
<camunda:field name="user_id">
<camunda:string>1</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1mrmkmk</bpmn2:incoming>
<bpmn2:incoming>Flow_0w351aa</bpmn2:incoming>
<bpmn2:outgoing>Flow_1wuyij9</bpmn2:outgoing>
<bpmn2:outgoing>Flow_1lpi1ar</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_1mrmkmk" sourceRef="Event_0p32014" targetRef="Activity_0ithjix" />
<bpmn2:task id="Activity_15gpxb3" name="View: get due nodes for publishing" camunda:modelerTemplate="org.drupal.action.eca_views_query">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_views_query" />
</camunda:properties>
<camunda:field name="token_name">
<camunda:string>listofnodes</camunda:string>
</camunda:field>
<camunda:field name="view_id">
<camunda:string>due_nodes_for_publishing</camunda:string>
</camunda:field>
<camunda:field name="display_id">
<camunda:string>publish</camunda:string>
</camunda:field>
<camunda:field name="arguments">
<camunda:string></camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1wuyij9</bpmn2:incoming>
<bpmn2:outgoing>Flow_03y60cv</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_1wuyij9" sourceRef="Activity_0ithjix" targetRef="Activity_15gpxb3" />
<bpmn2:task id="Activity_0awq7h0" name="Trigger publish event" camunda:modelerTemplate="org.drupal.action.eca_trigger_content_entity_custom_event">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_trigger_content_entity_custom_event" />
</camunda:properties>
<camunda:field name="event_id">
<camunda:string>publish</camunda:string>
</camunda:field>
<camunda:field name="tokens">
<camunda:string></camunda:string>
</camunda:field>
<camunda:field name="object">
<camunda:string>listofnodes</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_03y60cv</bpmn2:incoming>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_03y60cv" sourceRef="Activity_15gpxb3" targetRef="Activity_0awq7h0" />
<bpmn2:startEvent id="Event_09coysx" name="Publish event" camunda:modelerTemplate="org.drupal.event.content_entity:custom">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="content_entity:custom" />
</camunda:properties>
<camunda:field name="event_id">
<camunda:string>publish</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:outgoing>Flow_1bdjh0j</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="Activity_1ktdv93" name="Publish node" camunda:modelerTemplate="org.drupal.action.entity:publish_action:node">
<bpmn2:extensionElements>
<camunda:field name="object">
<camunda:string></camunda:string>
</camunda:field>
<camunda:properties>
<camunda:property name="pluginid" value="entity:publish_action:node" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1bdjh0j</bpmn2:incoming>
<bpmn2:outgoing>Flow_0iieckr</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_1bdjh0j" sourceRef="Event_09coysx" targetRef="Activity_1ktdv93" />
<bpmn2:task id="Activity_1k4co86" name="Message" camunda:modelerTemplate="org.drupal.action.action_message_action">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="action_message_action" />
</camunda:properties>
<camunda:field name="message">
<camunda:string>Node [entity:nid] was published automatically.</camunda:string>
</camunda:field>
<camunda:field name="replace_tokens">
<camunda:string>yes</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0iieckr</bpmn2:incoming>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_0iieckr" sourceRef="Activity_1ktdv93" targetRef="Activity_1k4co86" />
<bpmn2:task id="Activity_00vgm9i" name="View: get due nodes for unpublishing" camunda:modelerTemplate="org.drupal.action.eca_views_query">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_views_query" />
</camunda:properties>
<camunda:field name="token_name">
<camunda:string>listofnodes</camunda:string>
</camunda:field>
<camunda:field name="view_id">
<camunda:string>due_nodes_for_publishing</camunda:string>
</camunda:field>
<camunda:field name="display_id">
<camunda:string>unpublish</camunda:string>
</camunda:field>
<camunda:field name="arguments">
<camunda:string></camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1lpi1ar</bpmn2:incoming>
<bpmn2:outgoing>Flow_0m9ft93</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_1lpi1ar" sourceRef="Activity_0ithjix" targetRef="Activity_00vgm9i" />
<bpmn2:task id="Activity_1bdbgcd" name="Trigger unpublish event" camunda:modelerTemplate="org.drupal.action.eca_trigger_content_entity_custom_event">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_trigger_content_entity_custom_event" />
</camunda:properties>
<camunda:field name="event_id">
<camunda:string>unpublish</camunda:string>
</camunda:field>
<camunda:field name="tokens">
<camunda:string></camunda:string>
</camunda:field>
<camunda:field name="object">
<camunda:string>listofnodes</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_0m9ft93</bpmn2:incoming>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_0m9ft93" sourceRef="Activity_00vgm9i" targetRef="Activity_1bdbgcd" />
<bpmn2:startEvent id="Event_0riefxz" name="Unpublish event" camunda:modelerTemplate="org.drupal.event.content_entity:custom">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="content_entity:custom" />
</camunda:properties>
<camunda:field name="event_id">
<camunda:string>unpublish</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:outgoing>Flow_1rfx1y3</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="Activity_1wq2xku" name="Unpublish node" camunda:modelerTemplate="org.drupal.action.entity:unpublish_action:node">
<bpmn2:extensionElements>
<camunda:field name="object">
<camunda:string></camunda:string>
</camunda:field>
<camunda:properties>
<camunda:property name="pluginid" value="entity:unpublish_action:node" />
</camunda:properties>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_1rfx1y3</bpmn2:incoming>
<bpmn2:outgoing>Flow_02faand</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_1rfx1y3" sourceRef="Event_0riefxz" targetRef="Activity_1wq2xku" />
<bpmn2:task id="Activity_1ggf0t7" name="Message" camunda:modelerTemplate="org.drupal.action.action_message_action">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="action_message_action" />
</camunda:properties>
<camunda:field name="message">
<camunda:string>Node [entity:nid] just got unpublished.</camunda:string>
</camunda:field>
<camunda:field name="replace_tokens">
<camunda:string>yes</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:incoming>Flow_02faand</bpmn2:incoming>
</bpmn2:task>
<bpmn2:sequenceFlow id="Flow_02faand" sourceRef="Activity_1wq2xku" targetRef="Activity_1ggf0t7" />
<bpmn2:startEvent id="Event_18mnri3" name="Scheduled Publishing" camunda:modelerTemplate="org.drupal.event.eca_base:eca_custom">
<bpmn2:extensionElements>
<camunda:properties>
<camunda:property name="pluginid" value="eca_base:eca_custom" />
</camunda:properties>
<camunda:field name="event_id">
<camunda:string>auto-publish</camunda:string>
</camunda:field>
</bpmn2:extensionElements>
<bpmn2:outgoing>Flow_0w351aa</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="Flow_0w351aa" sourceRef="Event_18mnri3" targetRef="Activity_0ithjix" />
</bpmn2:process>
<bpmndi:BPMNDiagram id="sid-7f2c65fd-800e-4632-9f5d-48caed2d4ec9">
<bpmndi:BPMNPlane id="sid-75c0687e-a29e-4f60-b97b-28108d6cf98a" bpmnElement="eca_lib_0023">
<bpmndi:BPMNShape id="Event_0p32014_di" bpmnElement="Event_0p32014">
<dc:Bounds x="342" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="338" y="145" width="45" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ithjix_di" bpmnElement="Activity_0ithjix">
<dc:Bounds x="430" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_15gpxb3_di" bpmnElement="Activity_15gpxb3">
<dc:Bounds x="590" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0awq7h0_di" bpmnElement="Activity_0awq7h0">
<dc:Bounds x="750" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_09coysx_di" bpmnElement="Event_09coysx">
<dc:Bounds x="342" y="452" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="327" y="495" width="67" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ktdv93_di" bpmnElement="Activity_1ktdv93">
<dc:Bounds x="430" y="430" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1k4co86_di" bpmnElement="Activity_1k4co86">
<dc:Bounds x="590" y="430" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_00vgm9i_di" bpmnElement="Activity_00vgm9i">
<dc:Bounds x="590" y="190" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1bdbgcd_di" bpmnElement="Activity_1bdbgcd">
<dc:Bounds x="750" y="190" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0riefxz_di" bpmnElement="Event_0riefxz">
<dc:Bounds x="342" y="542" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="321" y="585" width="79" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1wq2xku_di" bpmnElement="Activity_1wq2xku">
<dc:Bounds x="430" y="520" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ggf0t7_di" bpmnElement="Activity_1ggf0t7">
<dc:Bounds x="590" y="520" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_18mnri3_di" bpmnElement="Event_18mnri3">
<dc:Bounds x="342" y="2" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="335" y="45" width="52" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1mrmkmk_di" bpmnElement="Flow_1mrmkmk">
<di:waypoint x="378" y="120" />
<di:waypoint x="430" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wuyij9_di" bpmnElement="Flow_1wuyij9">
<di:waypoint x="530" y="120" />
<di:waypoint x="590" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_03y60cv_di" bpmnElement="Flow_03y60cv">
<di:waypoint x="690" y="120" />
<di:waypoint x="750" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1bdjh0j_di" bpmnElement="Flow_1bdjh0j">
<di:waypoint x="378" y="470" />
<di:waypoint x="430" y="470" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0iieckr_di" bpmnElement="Flow_0iieckr">
<di:waypoint x="530" y="470" />
<di:waypoint x="590" y="470" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lpi1ar_di" bpmnElement="Flow_1lpi1ar">
<di:waypoint x="530" y="120" />
<di:waypoint x="560" y="120" />
<di:waypoint x="560" y="230" />
<di:waypoint x="590" y="230" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0m9ft93_di" bpmnElement="Flow_0m9ft93">
<di:waypoint x="690" y="230" />
<di:waypoint x="750" y="230" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1rfx1y3_di" bpmnElement="Flow_1rfx1y3">
<di:waypoint x="378" y="560" />
<di:waypoint x="430" y="560" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02faand_di" bpmnElement="Flow_02faand">
<di:waypoint x="530" y="560" />
<di:waypoint x="590" y="560" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w351aa_di" bpmnElement="Flow_0w351aa">
<di:waypoint x="378" y="20" />
<di:waypoint x="480" y="20" />
<di:waypoint x="480" y="80" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>
langcode: en
status: true
dependencies:
module:
- datetime
- node
- user
id: due_nodes_for_publishing
label: 'Due nodes for publishing'
module: views
description: ''
tag: ''
base_table: node_field_data
base_field: nid
display:
default:
id: default
display_title: Default
display_plugin: default
position: 0
display_options:
fields:
title:
id: title
table: node_field_data
field: title
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: title
plugin_id: field
label: ''
exclude: false
alter:
alter_text: false
make_link: false
absolute: false
word_boundary: false
ellipsis: false
strip_tags: false
trim: false
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: string
settings:
link_to_entity: true
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
pager:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
tags:
next: ››
previous: ‹‹
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'access content'
cache:
type: tag
options: { }
empty: { }
sorts: { }
arguments: { }
filters:
status:
id: status
table: node_field_data
field: status
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: status
plugin_id: boolean
operator: '='
value: '0'
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
field_scheduled_publish_value:
id: field_scheduled_publish_value
table: node__field_scheduled_publish
field: field_scheduled_publish_value
relationship: none
group_type: group
admin_label: ''
plugin_id: datetime
operator: '<='
value:
min: ''
max: ''
value: now
type: offset
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
min_placeholder: ''
max_placeholder: ''
placeholder: ''
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
style:
type: default
options:
grouping: { }
row_class: ''
default_row_class: true
uses_fields: false
row:
type: fields
options:
default_field_elements: true
inline: { }
separator: ''
hide_empty: false
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- 'user.node_grants:view'
- user.permissions
tags: { }
publish:
id: publish
display_title: Publish
display_plugin: attachment
position: 1
display_options:
display_description: ''
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags: { }
unpublish:
id: unpublish
display_title: Unpublish
display_plugin: attachment
position: 2
display_options:
filters:
status:
id: status
table: node_field_data
field: status
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: status
plugin_id: boolean
operator: '='
value: '1'
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
field_scheduled_unpublish_value:
id: field_scheduled_unpublish_value
table: node__field_scheduled_unpublish
field: field_scheduled_unpublish_value
relationship: none
group_type: group
admin_label: ''
plugin_id: datetime
operator: '<='
value:
min: ''
max: ''
value: now
type: offset
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
min_placeholder: ''
max_placeholder: ''
placeholder: ''
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
filter_groups:
operator: AND
groups:
1: AND
defaults:
filters: false
filter_groups: false
display_description: ''
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions
tags: { }
name: 'Scheduled publishing'
description: |-
This model demonstrates how to automatically publish and unpublish nodes by scheduled dates and times.
The creation of this module was recorded and the video with additional explanations [can be watch here](https://tube.tchncs.de/w/5cs5Du3579Nwau1m9Rv92G).
type: ECA
install:
- eca_base
- eca_content
- eca_user
- eca_views
- node
- datetime
- user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment