docs: Add end of service notice for Line (no-changelog) (#11189)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions

This commit is contained in:
Jon 2024-10-14 17:05:09 +01:00 committed by GitHub
parent 963ddeb0cc
commit 7c7f2fb85a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,13 @@ export class Line implements INodeType {
},
],
properties: [
{
displayName:
'End of service: LINE Notify will be discontinued from April 1st 2025, You can find more information <a href="https://notify-bot.line.me/closing-announce" target="_blank">here</a>',
name: 'notice',
type: 'notice',
default: '',
},
{
displayName: 'Resource',
name: 'resource',