-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Edit Contentlet): Make our dotAddImage custom plugins for TinyMC…
…E work in Angular (#27982) * feat: setup custom plugin * chore: move DotAssetSearchComponent to ui lib * feat: let user add images from dotCMS * chore: create WYSIWYS Plugins service * chore: clean up * chore: add button icon * chore: allow user to drop images * feat: add dot Image data attributes * chore: fix tests * chore: cover DotWYSIWYGField Component tests * chore: cover DotWysiwygPlugin Service tests * chore: cover formatDotImageNode Util tests * chore: clean up * chore: cover DotContentSearch Service tests * fix: lint * chore: fix import in DotBlockEditor Component * chore: add context menu for images * chore: rename component to DotEditContentWYSIWYGField * chore: clean up * chore: clean up * chore: cover DotAssetSearchComponent tests * chore: cover DotAssetSearchStore tests * chore: cover DotAssetSearchDialog Component tests * chore: clean up * chore: feedback * chore: code cleanup --------- Co-authored-by: Freddy Montes <[email protected]>
- Loading branch information
Showing
67 changed files
with
1,572 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,8 @@ | |
.p-tabview-panel { | ||
height: 25rem; | ||
} | ||
|
||
.p-tabview-panels { | ||
padding: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...nts/dot-asset-search/components/dot-asset-card-list/dot-asset-card-list.component.spec.ts
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
...mponents/dot-asset-search/components/dot-asset-card-list/dot-asset-card-list.component.ts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ot-asset-search/components/dot-asset-card-skeleton/dot-asset-card-skeleton.component.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...asset-search/components/dot-asset-card-skeleton/dot-asset-card-skeleton.component.spec.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...rm/components/dot-asset-search/components/dot-asset-card/dot-asset-card.component.spec.ts
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
...et-form/components/dot-asset-search/components/dot-asset-card/dot-asset-card.component.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
.../lib/extensions/asset-form/components/dot-asset-search/dot-asset-search.component.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.