Skip to content

Commit

Permalink
Updated readme for custom label control
Browse files Browse the repository at this point in the history
  • Loading branch information
Power-Maverick committed Nov 21, 2023
1 parent d675c96 commit 4762a6b
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomLabelControl/CustomLabel/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="Maverick.Controls" constructor="CustomLabel" version="0.0.4" display-name-key="CustomLabel" description-key="CustomLabel description" control-type="virtual">
<control namespace="Maverick.Controls" constructor="CustomLabel" version="1.0.2" display-name-key="Custom Label" description-key="A label control that allows you to show static text with ability to make it bold and/or italic" control-type="virtual" preview-image="img/preview.png">
<!--external-service-usage node declares whether this 3rd party PCF control is using external service or not, if yes, this control will be considered as premium and please also add the external domain it is using.
If it is not using any external service, please set the enabled="false" and DO NOT add any domain below. The "enabled" will be false by default.
Example1:
Expand Down
Binary file added CustomLabelControl/CustomLabel/img/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions CustomLabelControl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Custom Label Control

[![GitHub Releases](https://img.shields.io/static/v1?label=Download&message=ChatGPT%20Control&style=for-the-badge&logo=microsoft&color=brightgreen)](https://github.com/Power-Maverick/PCF-Controls/releases/tag/CustomLabelControl-v.1.0.2)

A label control that allows you to show static text with ability to make it bold and/or italic.

### Configure the control

Control has 4 configuration properities which are described below:

| Configuration Property | Description | Required |
| ---------------------- | ------------------------------------------- | -------- |
| Primary | The bound field that needs to show Chat GPT | Yes |
| Label Text | Provide the label text you want to display | Yes |
| Make it bold? | Make the entire label text as bold | No |
| Make it italic? | Make the entire label text as italic | No |

### Screenshot of the configuration

![Configuration](assets/configuration.png)

### Demo Screenshot

![ChatGPT Control](assets/screenshot.png)

### Demo Video

To be released soon.

> If you have any feature request then please create an issue with tag: `CustomLabel`
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<LocalizedName description="CustomLabelSolution" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.0.2</Version>
<Version>1.0.4</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>2</Managed>
<Publisher>
Expand Down
Binary file added CustomLabelControl/assets/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CustomLabelControl/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ All controls will have their own folder. Unmanaged solution file for each contro
- [Timezone Converter](#timezone-converter)
- [Flexible Ordering List](#flexible-ordering-list)
- [Prefix Suffix TextField](#prefix-suffix-textfield)
- [ChatGPT Control](#chat-gpt-control)
- [ChatGPT Control](#chatgpt-control)
- [Custom Label Control](#custom-label-control)

---

Expand Down Expand Up @@ -135,5 +136,11 @@ PCF control that provides ability to run ChatGPT inside Power Apps. Saves the co

[![GitHub Read](https://img.shields.io/static/v1?label=Read%20More%20Here&message=%20&style=for-the-badge&logo=github&color=blue)](https://github.com/Power-Maverick/PCF-Controls/tree/master/ChatGPTControl)

#### Custom Label Control

PCF label control that allows you to show static text with ability to make it bold and/or italic.

[![GitHub Releases](https://img.shields.io/static/v1?label=Download&message=Custom%20Label%20Control&style=for-the-badge&logo=microsoft&color=brightgreen)](https://github.com/Power-Maverick/PCF-Controls/releases/tag/CustomLabelControl-v.1.0.2)

[![GitHub Read](https://img.shields.io/static/v1?label=Read%20More%20Here&message=%20&style=for-the-badge&logo=github&color=blue)](https://github.com/Power-Maverick/PCF-Controls/tree/master/CustomLabelControl)

0 comments on commit 4762a6b

Please sign in to comment.