From 43d3320299fd306611c0f69cf10c52adee8a2cf7 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 13 Feb 2024 12:16:41 +1300 Subject: [PATCH] MNT Add linkfield --- README.md | 1 + modules.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index b32eeac..71fcc38 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ It's known to be used in the following repositories: - [silverstripe/tx-translator](https://github.com/silverstripe/silverstripe-tx-translator/) - [bringyourownideas/silverstripe-maintainence](https://github.com/bringyourownideas/silverstripe-maintenance) - [silverstripe/github-issue-search-client](https://github.com/silverstripe/github-issue-search-client) +- [silverstripe/module-standardiser](https://github.com/silverstripe/module-standardiser) ## Format diff --git a/modules.json b/modules.json index 73d38c6..0e927b1 100644 --- a/modules.json +++ b/modules.json @@ -362,6 +362,17 @@ "isCore": false, "branches": ["2"] }, + { + "github": "silverstripe/silverstripe-linkfield", + "gitlab": null, + "composer": "silverstripe/linkfield", + "scrutinizer": false, + "addons": false, + "type": "supported-module", + "githubId": 315191815, + "isCore": false, + "branches": ["4"] + }, { "github": "silverstripe/silverstripe-lumberjack", "gitlab": null,