Skip to content

Commit f13c034

Browse files
Added target property for spa and docs button in opc-feedback (#881)
* Added target="_blank" for spa and docs button Added target="_blank" for docs and spa buttons present in opc-feedback so that the docs and feedback page opens in a new tab * Bumped version to 0.1.2-alpha * Added contributor name * updated package-lock * added target property which by fefault behaves as same but given value as _target will implement only those, Existing users wont be impacted * Updated documentation --------- Co-authored-by: Shamsuddin Shamsuddin <sshamsud@redhat.com>
1 parent 8d2f3c0 commit f13c034

4 files changed

Lines changed: 10180 additions & 6702 deletions

File tree

packages/opc-feedback/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ import '@one-platform/opc-feedback/dist/opc-feedback';
9393
| `summaryLimit` | `Number` value is expected, it is Infinite by default. |
9494
| `app` | `Object` value is expected `{ name: 'one platform', url: '/' }` is the default fallback url for docs |
9595
| `theme` | Refer [themes](https://github.com/1-Platform/op-components/tree/master/packages/opc-feedback/README.md#themes) section. |
96+
| `target` | `String` value is expected, it is `_self` by default. Specifies where to open the linked document Url |
9697

9798
### Default Template
9899

@@ -241,3 +242,5 @@ npm run test
241242
👤 **Sumeet Ingole**
242243

243244
👤 **Akhil Mohan**
245+
246+
👤 **Shamsuddin**

0 commit comments

Comments
 (0)