diff --git a/config/default.yaml b/config/default.yaml index f1ae94d0..baa0f23f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -115,6 +115,23 @@ datasetsConfig: entityDisplayName: base: infrastructure funding statement variable: statement + plan-timetable: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + local-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + minerals-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + waste-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + # Any dataset that has one of these three previous rules set, will be displayed in the LPA Dashboard to be checked. organisationTypes: - local-authority diff --git a/config/production.yaml b/config/production.yaml index bb60eb0c..b2856cb0 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -2,6 +2,7 @@ organisationTypes: - local-authority - national-park-authority - development-corporation + - local-planning-group asyncRequestApi: { url: http://production-pub-async-api-lb-636110663.eu-west-2.elb.amazonaws.com } diff --git a/config/staging.yaml b/config/staging.yaml index dde3d2d2..59baa932 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -2,6 +2,7 @@ organisationTypes: - local-authority - national-park-authority - development-corporation + - local-planning-group asyncRequestApi: { url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com }