@vixoniccom/news-internal 0.4.13-beta.12 → 0.4.13-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/build.zip +0 -0
- package/configuration.json +1 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.13-beta.14](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.13...v0.4.13-beta.14) (2023-05-19)
|
|
6
|
+
|
|
7
|
+
### [0.4.13-beta.13](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.12...v0.4.13-beta.13) (2023-05-17)
|
|
8
|
+
|
|
5
9
|
### [0.4.13-beta.12](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.11...v0.4.13-beta.12) (2023-05-17)
|
|
6
10
|
|
|
7
11
|
### [0.4.13-beta.11](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.10...v0.4.13-beta.11) (2023-05-17)
|
package/build.zip
CHANGED
|
Binary file
|
package/configuration.json
CHANGED
|
@@ -91,14 +91,7 @@
|
|
|
91
91
|
{
|
|
92
92
|
"id": "qrCodeUrl",
|
|
93
93
|
"label": "URL código QR",
|
|
94
|
-
"show": "{{qrCodeEnabled}} === true
|
|
95
|
-
"type": "bitly-input",
|
|
96
|
-
"required": true
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "qrCodeUrl",
|
|
100
|
-
"label": "URL código QR",
|
|
101
|
-
"show": "{{qrCodeEnabled}} === true && ({{bitly}} === false)",
|
|
94
|
+
"show": "{{qrCodeEnabled}} === true",
|
|
102
95
|
"type": "text-input",
|
|
103
96
|
"required": true
|
|
104
97
|
},
|
|
@@ -628,19 +621,6 @@
|
|
|
628
621
|
"required": false
|
|
629
622
|
}
|
|
630
623
|
]
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"id": "bitly",
|
|
634
|
-
"label": "Bitly",
|
|
635
|
-
"type": "group",
|
|
636
|
-
"items":[
|
|
637
|
-
{
|
|
638
|
-
"id": "bitly",
|
|
639
|
-
"label": "Habilitar Bitly",
|
|
640
|
-
"type": "switch",
|
|
641
|
-
"defaultValue": false
|
|
642
|
-
}
|
|
643
|
-
]
|
|
644
624
|
}
|
|
645
625
|
]
|
|
646
626
|
}
|