@dotcms/angular 1.1.1-next.6 → 1.1.1-next.7
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/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,11 +24,11 @@ The `@dotcms/angular` SDK is the DotCMS official Angular library. It empowers An
|
|
|
24
24
|
- [Common Issues & Solutions](#common-issues--solutions)
|
|
25
25
|
- [Debugging Tips](#debugging-tips)
|
|
26
26
|
- [Still Having Issues?](#still-having-issues)
|
|
27
|
-
- [
|
|
28
|
-
- [
|
|
27
|
+
- [Support](#support)
|
|
28
|
+
- [Contributing](#contributing)
|
|
29
29
|
- [Changelog](#changelog)
|
|
30
30
|
- [v1.1.1](#111)
|
|
31
|
-
- [Licensing
|
|
31
|
+
- [Licensing](#licensing)
|
|
32
32
|
|
|
33
33
|
## Prerequisites & Setup
|
|
34
34
|
|
|
@@ -772,7 +772,7 @@ If you're still experiencing problems after trying these solutions:
|
|
|
772
772
|
- Error messages
|
|
773
773
|
- Code samples
|
|
774
774
|
|
|
775
|
-
##
|
|
775
|
+
## Support
|
|
776
776
|
|
|
777
777
|
We offer multiple channels to get help with the dotCMS Angular SDK:
|
|
778
778
|
|
|
@@ -788,9 +788,9 @@ When reporting issues, please include:
|
|
|
788
788
|
- Minimal reproduction steps
|
|
789
789
|
- Expected vs. actual behavior
|
|
790
790
|
|
|
791
|
-
##
|
|
791
|
+
## Contributing
|
|
792
792
|
|
|
793
|
-
GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the
|
|
793
|
+
GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS Angular SDK! If you'd like to contribute, please follow these steps:
|
|
794
794
|
|
|
795
795
|
1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
|
|
796
796
|
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
@@ -842,7 +842,7 @@ provideDotCMSClient({
|
|
|
842
842
|
- Improved language-specific image handling
|
|
843
843
|
- Better integration with Angular's `NgOptimizedImage` directive
|
|
844
844
|
|
|
845
|
-
|
|
845
|
+
## Licensing
|
|
846
846
|
|
|
847
847
|
dotCMS comes in multiple editions and as such is dual-licensed. The dotCMS Community Edition is licensed under the GPL 3.0 and is freely available for download, customization, and deployment for use within organizations of all stripes. dotCMS Enterprise Editions (EE) adds several enterprise features and is available via a supported, indemnified commercial license from dotCMS. For the differences between the editions, see [the feature page](http://www.dotcms.com/cms-platform/features).
|
|
848
848
|
|