@smartbit4all/ng-client 3.3.54 → 3.3.55

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.
@@ -6741,7 +6741,7 @@ class SmartformLayoutDefinitionService {
6741
6741
  quillModules: {
6742
6742
  toolbar: {
6743
6743
  container: [
6744
- ['bold', 'italic', 'underline', 'strike'],
6744
+ ['bold', 'italic', 'underline', 'strike', 'link'],
6745
6745
  ['code-block'],
6746
6746
  [{ header: 1 }, { header: 2 }],
6747
6747
  [{ list: 'ordered' }, { list: 'bullet' }],