Skip to content

Commit 96d835b

Browse files
author
Kaushik Shetty
committed
doc: udpate readme to include newer ui locations
1 parent 3a460c1 commit 96d835b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @contentstack/app-sdk
1313
Alternatively, you can use the following command within the script tag to install the App SDK:
1414

1515
```html
16-
<script src="https://unpkg.com/@contentstack/app-sdk@^1.4.1/dist/index.js"></script>
16+
<script src="https://unpkg.com/@contentstack/app-sdk@2.0.0/dist/index.js"></script>
1717
```
1818

1919
### Initializing the App SDK
@@ -46,6 +46,8 @@ The Contentstack App SDK currently supports the following UI Locations:
4646
- [App Config Location](https://www.contentstack.com/docs/developers/developer-hub/app-config-location)
4747
- [RTE Location](https://www.contentstack.com/docs/developers/developer-hub/rte-location)
4848
- [Sidebar Location](https://www.contentstack.com/docs/developers/developer-hub/sidebar-location)
49+
- [Field Modifier Location](https://www.contentstack.com/docs/developers/developer-hub/field-modifier-location/)
50+
- [Full Page Location](https://www.contentstack.com/docs/developers/developer-hub/full-page-location)
4951

5052
### Custom Field Location
5153

@@ -73,6 +75,14 @@ The RTE Location allows you to create custom plugins to expand the functionality
7375

7476
The Sidebar Location provides powerful tools for analyzing and recommending ideas for your entry. Use the [Smartling](https://help.smartling.com/hc/en-us/articles/4865477629083) sidebar location to help translate your content.
7577

78+
### Field Modifier Location
79+
80+
The Field Modifier Location is a type of UI location which extends the capabilities of entry fields. With the Field Modifier UI location, you can allow the different apps to appear on defined field data types such as Text, Number, JSON, Boolean, File, Reference fields etc.
81+
82+
### Full Page Location
83+
84+
The Full Page location is a type of UI location that lets you view full page apps such as [Release Preview](https://www.contentstack.com/docs/developers/marketplace-apps/release-preview) within your stack.
85+
7686
## Using Contentstack styles
7787

7888
Install the Venus UI library package to style your app according to the Contentstack UI:

0 commit comments

Comments
 (0)