Skip to content

Commit

Permalink
fix: Callout custom widget (#2074)
Browse files Browse the repository at this point in the history
## Description 

Provide a concise summary of the changes made in this pull request.

- 

## Type of PR

Check the appropriate box:

- [x] Review Fixes
- [ ] Documentation Overhaul
- [ ] Feature/Story
    - Link one or more Engineering Tickets

        * 

- [ ] A-Force
- [ ] Error in documentation

## Documentation tickets
 Link to one or more documentation tickets:
 
 - 

## Checklist
Choose only the ones that are applicable.

- [ ] Checked for Grammarly suggestions.
- [ ] Adhered to the writing checklist.
- [ ] Adhered the media checklist.
- [ ] Verified and updated cross-references or added redirect rules.
- [ ] Tested the redirect rules on deploy preview.
- [ ] Validated the modifications made to the content on deploy preview.
- [ ] Validated the CSS modifications on different screen sizes.
  • Loading branch information
harshilp24 authored Jan 19, 2024
1 parent d225b7e commit 9495156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide shows how to create a Custom widget using React.
While Appsmith provides an extensive array of built-in widgets for application development, there are instances where your project demands a widget tailored to specific requirements. Appsmith's Custom widget allows you to integrate unique functionalities with your HTML, CSS, and JavaScript code, whether it's a personalized calendar, accordion, or social media widget.

:::info
Currently, only cloud users have access to the Custom widget.
Currently, Custom widget is only available on Appsmith Cloud.
:::

## Configure Custom Widget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide shows how to create a simple Custom widget using vanilla JavaScript.
While Appsmith provides an extensive array of built-in widgets for application development, there are instances where your project demands a widget tailored to specific requirements. Appsmith's Custom widget allows you to integrate unique functionalities with your HTML, CSS, and JavaScript code, whether it's a personalized calendar, accordion, or social media widget.

:::info
Currently, only cloud users have access to the Custom widget.
Currently, Custom widget is only available on Appsmith Cloud.
:::

## Configure Custom Widget
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/widgets/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ While Appsmith provides an extensive array of built-in widgets for application d
See [How to create Custom widgets](/build-apps/how-to-guides/Create-Custom-Widgets-Using-Iframe).

:::info
Currently, only cloud users have access to the Custom widget.
Currently, Custom widget is only available on Appsmith Cloud.
:::

## Content properties
Expand Down

1 comment on commit 9495156

@vercel
Copy link

@vercel vercel bot commented on 9495156 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.