chore: more work to including the integrations config everywhere

This commit is contained in:
blam
2021-01-11 15:52:14 +01:00
parent 4330a51457
commit d5fa852aa2
4 changed files with 59 additions and 11 deletions
@@ -63,7 +63,7 @@ const OWNER_REPO_SCHEMA = {
description: 'Who is going to own this component',
},
storePath: {
format: 'GitHub user or org / Repo name',
format: 'storeLocation',
type: 'string' as const,
title: 'Store path',
description: 'GitHub store path in org/repo format',
@@ -77,7 +77,7 @@ const OWNER_REPO_SCHEMA = {
};
const REPO_FORMAT = {
'GitHub user or org / Repo name': /[^\/]*\/[^\/]*/,
storeLocation: /[^\/]*\/[^\/]*/,
};
export const TemplatePage = () => {