Updated README

This commit is contained in:
Francesco Mangiacrapa 2024-06-28 10:03:29 +02:00
parent ab7dc08638
commit 207697b551
2 changed files with 3 additions and 11 deletions

View File

@ -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).

View File

@ -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"
}
]
}