Updated README
This commit is contained in:
parent
ab7dc08638
commit
207697b551
|
@ -58,7 +58,7 @@ the "when" part.. `"when": [{...}]`, is optional:
|
|||
the `{FREEMARKER_TEMPLATE_HOST}` is the host where the FREEMARKER_TEMPLATE.ftl is located and the `{FREEMARKER_TEMPLATE_NAME.ftl}` is the (complete) path to the FREEMARKER_TEMPLATE.ftl file.
|
||||
The template pointed by `{FREEMARKER_TEMPLATE_HOST}/{PATH_TO_FREEMARKER_TEMPLATE_NAME.ftl}` URL is applied to transform a Geoportal project to Catalogue Item object.
|
||||
|
||||
NB. The configuration must contain the "when" part with `{TARGET_PHASE}` and `{LAST_INVOKED_STEP}` if the `{EVENT_X}` is equal to `LIFECYCLE_STEP_PERFORMED`
|
||||
NB. The configuration must contain the "when" part with `{TARGET_PHASE}` and `{LAST_INVOKED_STEP}` if the `{EVENT_X}` is `LIFECYCLE_STEP_PERFORMED`
|
||||
|
||||
## Change log
|
||||
See [CHANGELOG.md](CHANGELOG.md).
|
||||
|
|
|
@ -39,11 +39,7 @@ This plugin requires a configuration of type:
|
|||
"type": "NOTIFICATION_TYPE",
|
||||
"send": "true/false",
|
||||
"placeholder_title": "PLACEHOLDER_TITLE_1",
|
||||
"placeholder_msg": "PLACEHOLDER_MESSAGE_1",
|
||||
"export_as_pdf": {
|
||||
"placeholder_msg": "Export as PDF placeholder",
|
||||
"export": true
|
||||
}
|
||||
"placeholder_msg": "PLACEHOLDER_MESSAGE_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -57,11 +53,7 @@ This plugin requires a configuration of type:
|
|||
"type": "NOTIFICATION_TYPE",
|
||||
"send": "true/false",
|
||||
"placeholder_title": "PLACEHOLDER_TITLE_2",
|
||||
"placeholder_msg": "PLACEHOLDER_MESSAGE_2",
|
||||
"export_as_pdf": {
|
||||
"placeholder_msg": "Export as PDF placeholder",
|
||||
"export": true
|
||||
}
|
||||
"placeholder_msg": "PLACEHOLDER_MESSAGE_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue