From 60f2ac16172ee5e8def3fc93708e32a12c3df4e3 Mon Sep 17 00:00:00 2001 From: Michael Kimpton Date: Fri, 31 May 2019 10:54:59 +1000 Subject: [PATCH 1/4] Updated install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 38eb73f..f0d620e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ Load environment variables source .env ``` +Adjust the table configuration. Open `index.html` and adjust the `tableData` object. + +``` + tableData : getInitialData({ + rows: 3, + header: ['FOO', 'BAR', 'BAZ'] + }) +``` + ### Create ```sh From ec1415d09bbba11877e7ad890d7b04a0187b87b2 Mon Sep 17 00:00:00 2001 From: Michael Kimpton Date: Fri, 31 May 2019 10:55:41 +1000 Subject: [PATCH 2/4] Fix extension name --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d2c4ed3..b9fbb44 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Contentful UI extension country select + Contentful UI extension table field