Commit Graph

20903 Commits

Author SHA1 Message Date
Niels Lyngsø
5493c0a2a1 implement expose button for rte block 2024-10-16 12:03:35 +02:00
Niels Lyngsø
0bb54c6af6 clean up 2024-10-16 11:58:16 +02:00
Niels Lyngsø
dbca6ef78d block list entry expose ability 2024-10-16 11:54:36 +02:00
Niels Lyngsø
f66990551c general expose button for grid 2024-10-16 11:50:56 +02:00
Niels Lyngsø
f99b542ece expose button for no content editor block 2024-10-16 11:40:04 +02:00
Niels Lyngsø
d192f9ea55 fix live editing mode 2024-10-16 10:53:41 +02:00
Niels Lyngsø
928a3352bf property editor ui name, using label value 2024-10-16 10:33:03 +02:00
Niels Lyngsø
85ed0c6194 Merge branch 'main' into v15/feature/property-dataset-properties-observable
# Conflicts:
#	src/packages/core/content/index.ts
2024-10-16 10:20:20 +02:00
Niels Lyngsø
eb18359a59 Merge branch 'release/15.0' 2024-10-16 10:15:06 +02:00
Niels Lyngsø
ecede7f3ad Merge branch 'release/15.0' into v15/feature/property-dataset-properties-observable 2024-10-16 09:08:55 +02:00
Warren Buckley
e3d0acc8a2 Adds CONST for 'Umb.Condition.WorkspaceAlias' (#2454)
* Add a const for 'Umb.Condition.WorkspaceAlias'

* Update usages 'Umb.Condition.WorkspaceAlias' of to the new CONST

* Somehow accidently deleted .nvmrc

* Change from 'src/packages/core/workspace/conditions/const.js' to '@umbraco-cms/backoffice/workspace' as the import

* Another fix from the build errors from GitHub - didnt come up locally which was weird

* Update src/packages/core/workspace/conditions/workspace-alias.condition.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Renames the consts as agreed in the PR and adds the deprecated notice

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-15 09:17:11 +02:00
Søren Kottal
b92f0052fa Adds gap between grouped buttons in settings welcome dashboard (#2457)
* Adds gap between grouped buttons to prevent them from sticking together on small screens

* Gremlins :)
2024-10-14 17:45:38 +02:00
leekelleher
22f8aac99f Tiptap extensions field
observes the Block configuration,
updates UI accordingly, to enable/disable the Block extension.
2024-10-14 15:27:31 +02:00
leekelleher
bd5b898fce Tiptap toolbar designer reworking
Observes the enabled extensions,
updates available items accordingly.

Adds a context API and label localizations.
2024-10-14 15:27:31 +02:00
leekelleher
0b7c50730e Updated Tiptap data-type config labels/descriptions 2024-10-14 15:27:31 +02:00
leekelleher
7f84bc31a8 Updated tiptapToolbarExtension manifest with forExtensions data 2024-10-14 15:27:31 +02:00
leekelleher
171b899828 Relocated UmbTiptapToolbarValue 2024-10-14 15:27:31 +02:00
leekelleher
36b7a68f7c Adds "Rich Text Essentials" as a hard-coded core option
This is to indicate that the basic formatting,
e.g. bold, italic, etc are enabled by default.
2024-10-14 15:27:31 +02:00
leekelleher
7b548768c6 Reworked Tiptap Extensions configuration
Refactored UI to be a grouped checkbox lists,
improves on intend and accessibility.
2024-10-14 15:27:31 +02:00
leekelleher
7719d4b578 Reordered Tiptap extension manifests
Removed the weighing and put into order of perceived usefulness.
2024-10-14 15:27:31 +02:00
Warren Buckley
e2b8a788f6 Fixes #17254 Making 'Umb.Section.Content' as a const UMB_CONTENT_SECTION_ALIAS that can be imported 2024-10-14 15:04:52 +02:00
Søren Kottal
62050e9cb6 fixes icon alignment in links in redirect dashboard 2024-10-14 14:58:10 +02:00
Jacob Overgaard
4726335a7d fix: only set the ?readonly attribute on the swatches element since it handles setting it on the colors afterwards 2024-10-14 11:19:20 +02:00
Richard Thompson
d4a2453075 Adds read-only mode to Color Picker Property Editor (#2451)
* Adds read-only mode to Color Picker Property Editor

Implemented the read-only mode of the Color Picker Property Editor UI to close https://github.com/umbraco/Umbraco-CMS/issues/17045.

* feat: forward the `readonly` attribute to the swatch* elements

* chore: rearrange properties in the element

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-14 08:12:55 +00:00
Jacob Overgaard
f30e86efd3 Merge branch 'release/15.0' 2024-10-14 10:02:35 +02:00
Jacob Overgaard
71842b2d1d Merge pull request #2453 from umbraco/v15/chore/update-uui-1110
Dependencies: Update @umbraco-ui/uui to 1.11.0
2024-10-14 09:59:44 +02:00
Lee Kelleher
db7a683dc9 Chore: Update's VS Code new UmbLitElement code snippet (#2449)
* Reworked VSCode code snippet for creating new `UmbLitElement` classes

* Removed ctor

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Marks `styles` as `readonly`

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Removes `elementName` constant

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-14 07:56:33 +00:00
Jacob Overgaard
bc2d2916fd build(deps): update @umbraco-ui/uui to 1.11.0 2024-10-14 09:40:41 +02:00
Allen Smith
3015c3813f Update instruction text for Collection elements. 2024-10-14 09:27:54 +02:00
Lee Kelleher
8e39004c59 Chore: Lee's code sweep (during Hacktoberfest '24) (#2450)
* Removed my outdated TODO comments

* Manifest Picker code tidy-up

* Attribute tidy-up

Things I'd picked up during development

* Corrects Storybook control type for `umb-localize` key

* Ran `npm run lint:fix`
2024-10-14 08:44:19 +02:00
Niels Lyngsø
1d2e6bce8b remove unused import 2024-10-12 00:16:17 +02:00
Niels Lyngsø
bae776eca8 remove return and clean up 2024-10-11 23:59:29 +02:00
Niels Lyngsø
020ad62581 destroy and clean up and more 2024-10-11 23:52:57 +02:00
Niels Lyngsø
8a74976d9b more destroy 2024-10-11 23:31:05 +02:00
Niels Lyngsø
578609c050 revert 2024-10-11 23:30:56 +02:00
Niels Lyngsø
df910a808e A11Y label for text box property editor input 2024-10-11 22:58:32 +02:00
Niels Lyngsø
a67ad61e80 controller aliases 2024-10-11 22:37:51 +02:00
Niels Lyngsø
4feb7e77de clean up code 2024-10-11 22:11:04 +02:00
Niels Lyngsø
d38da0eb80 runtime clean up 2024-10-11 21:26:01 +02:00
Niels Lyngsø
6e368faa27 remove console.log 2024-10-11 21:11:16 +02:00
Niels Lyngsø
5a2b4f6634 adapt createThisFor and fix grid inline property 2024-10-11 21:10:50 +02:00
Niels Lyngsø
b166b04ed0 remove temp files 2024-10-11 20:17:20 +02:00
Niels Lyngsø
13afb93968 Merge branch 'main' into v15/feature/property-dataset-properties-observable 2024-10-11 19:06:26 +02:00
Niels Lyngsø
4d754c1bd2 Merge pull request #2410 from umbraco/v15/feature/select-all-option-in-publishing-dialogs
Feature: Select all variants option in publishing dialogs
2024-10-11 16:30:06 +02:00
Niels Lyngsø
1f56d3c263 small refactor 2024-10-11 16:22:59 +02:00
Niels Lyngsø
507f08fcc0 Merge pull request #2438 from umbraco/v15/hotfix/pass-workspace-pattern-to-edit-doc-type
Pass workspace path to document type edit path
2024-10-11 15:05:31 +02:00
Mads Rasmussen
4c371fc1d6 Merge branch 'release/15.0' into v15/hotfix/pass-workspace-pattern-to-edit-doc-type 2024-10-11 14:38:02 +02:00
Mads Rasmussen
a5df883776 Merge branch 'main' into v15/feature/select-all-option-in-publishing-dialogs 2024-10-11 14:37:31 +02:00
Niels Lyngsø
49c9528ae9 fix rendering 2024-10-11 14:07:39 +02:00
Niels Lyngsø
d6c6eddb3c parse config to block list elements 2024-10-11 13:23:14 +02:00