Skip to content

Commit

Permalink
Merge pull request #859 from vtexdocs/vtable-deprecation
Browse files Browse the repository at this point in the history
Add warning that VTable is deprecated
  • Loading branch information
julia-rabello authored Dec 8, 2023
2 parents e760a9f + fdd3cba commit cc20696
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guides/Master-Data/master-data-how-it-works/vtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ createdAt: "2022-07-28T20:39:04.566Z"
updatedAt: "2022-07-28T21:27:21.269Z"
---

VTable is a dynamic user interface designed to handle data from Master Data v2 directly from VTEX Admin. It allows you to create custom applications for managing and visualizing data efficiently, using [JSON schemas](https://developers.vtex.com/vtex-rest-api/docs/starting-to-work-on-master-data-with-json-schema).
> ⚠️ VTable has been deprecated, which means it will not be updated, and support and maintenance are no longer provided.
VTable is a dynamic user interface designed to handle data from Master Data v2 directly from VTEX Admin. It allows you to create custom applications for managing and visualizing data from documents efficiently, using [JSON schemas](https://developers.vtex.com/vtex-rest-api/docs/starting-to-work-on-master-data-with-json-schema).

To render an app in VTable you must follow these steps:

Expand All @@ -15,6 +17,8 @@ To render an app in VTable you must follow these steps:
- [Step 3 - Validating the app schema](#step-3---validating-the-app-schema)
- [Step 4 - Saving the app schema to Master Data](#step-4---saving-the-app-schema-to-master-data)

> ⚠️ VTable interface displays up to 14 documents in each app. It is not possible to increase this limit, since VTable is deprecated.
Below you can also learn more about all necessary [JSON schema configurations](#json-schema-configurations).

## Step by step
Expand Down

0 comments on commit cc20696

Please sign in to comment.