Julia Gru
|
82b3567719
|
add labels fix styling
|
2023-06-30 15:21:35 +02:00 |
|
Julia Gru
|
c6693dcf51
|
fix template saving error
|
2023-06-30 13:48:53 +02:00 |
|
Julia Gru
|
b241322241
|
insert proper snippet
|
2023-06-30 12:26:40 +02:00 |
|
Julia Gru
|
63acfaab7f
|
add code block component
|
2023-06-30 10:54:11 +02:00 |
|
Julia Gru
|
fc0768ef89
|
set up sort order
|
2023-06-29 18:04:57 +02:00 |
|
Julia Gru
|
3b6da6a74d
|
update filters
|
2023-06-29 17:38:20 +02:00 |
|
Julia Gru
|
087ef86118
|
create filter element
|
2023-06-29 16:32:40 +02:00 |
|
Julia Gru
|
45c424e57f
|
style
|
2023-06-28 13:45:45 +02:00 |
|
Julia Gru
|
0a6ee2b010
|
Merge branch 'main' into feature/template-query-logic-
|
2023-06-28 10:52:14 +02:00 |
|
Jacob Overgaard
|
478f02f89f
|
Merge pull request #792 from umbraco/feature/no-tokens-on-installer
Remove tokens in INSTALL state
|
2023-06-27 10:12:45 +02:00 |
|
Jacob Overgaard
|
193291813a
|
Update authentication.md
|
2023-06-27 09:38:28 +02:00 |
|
Jacob Overgaard
|
0e6406ec1f
|
extract auth initialization to another method and only invoke it if we are not in INSTALL state
|
2023-06-27 09:15:24 +02:00 |
|
Jacob Overgaard
|
26ed90c284
|
add method to initialise auth state through interface
|
2023-06-27 09:14:32 +02:00 |
|
Julia Gru
|
97649a9eca
|
open document picker
|
2023-06-26 15:51:31 +02:00 |
|
Julia Gru
|
425f538a62
|
get data in the modal
|
2023-06-26 12:33:21 +02:00 |
|
Julia Gru
|
0aac08bca2
|
setup handlers
|
2023-06-26 12:33:01 +02:00 |
|
Julia Gru
|
dfe3a105e0
|
add template query source and update repository
|
2023-06-26 10:41:28 +02:00 |
|
Julia Gru
|
337f7d8bbe
|
update data and handlers
|
2023-06-26 10:41:08 +02:00 |
|
Jacob Overgaard
|
e602e74b90
|
check for null values
|
2023-06-26 10:18:18 +02:00 |
|
Jacob Overgaard
|
b39ef843b3
|
do not override the global tiny in the browser
|
2023-06-26 10:18:07 +02:00 |
|
Julia Gru
|
7ee3b0ed09
|
Update template-workspace.context.ts
|
2023-06-26 09:39:00 +02:00 |
|
Julia Gru
|
91ab56c949
|
Merge branch 'main' into feature/template-query-logic-
|
2023-06-26 09:37:27 +02:00 |
|
Jacob Overgaard
|
1a6e4add9b
|
@web/test-runner does not understand commonjs and thus tinymce cannot be registered, so we are using an optional ? for tiny just to make sure the test does not break
|
2023-06-26 09:34:14 +02:00 |
|
Jacob Overgaard
|
151ae7573d
|
import tinymce in test for toolbar to make sure the global is registered
|
2023-06-26 09:10:22 +02:00 |
|
Nathan Woulfe
|
6087708c4f
|
don't pass configuration into plugin ctor - is available on host arg already
|
2023-06-26 10:01:34 +10:00 |
|
Nathan Woulfe
|
0107c1bb3f
|
null check value
|
2023-06-26 10:00:59 +10:00 |
|
Jacob Overgaard
|
23899db33b
|
add todo
|
2023-06-23 16:56:18 +02:00 |
|
Jacob Overgaard
|
5e1e31c9df
|
update with more tinymce commands
|
2023-06-23 16:55:40 +02:00 |
|
Jacob Overgaard
|
300234b4af
|
update manifests with tiny icon aliases
|
2023-06-23 16:46:14 +02:00 |
|
Jacob Overgaard
|
c9e98741f6
|
allow the usage of tiny icons
|
2023-06-23 16:46:05 +02:00 |
|
Jacob Overgaard
|
8c5714a93c
|
add docs for icons
|
2023-06-23 16:45:31 +02:00 |
|
Jacob Overgaard
|
a876de325a
|
load tiny with its default icons so that we bundle it correctly and can reference the icons from outside through the IconManager
|
2023-06-23 16:24:49 +02:00 |
|
Jacob Overgaard
|
c876536c3f
|
do not bubble & compose a 'change' event, it can be catastrophic for the browser (we will catch it on the element directly)
|
2023-06-23 15:43:50 +02:00 |
|
Jacob Overgaard
|
be279dbbbd
|
set and get values + migrations
|
2023-06-23 15:23:30 +02:00 |
|
Jacob Overgaard
|
12677d62a6
|
add default toolbars
|
2023-06-23 15:13:47 +02:00 |
|
Jacob Overgaard
|
855ade55f6
|
rename media picker to image
|
2023-06-23 15:13:34 +02:00 |
|
Jacob Overgaard
|
34cc6026a4
|
update imports
|
2023-06-23 14:59:31 +02:00 |
|
Jacob Overgaard
|
d88ba215b9
|
add default toolbar config
|
2023-06-23 14:54:40 +02:00 |
|
Jacob Overgaard
|
85a9221539
|
move imports
|
2023-06-23 14:54:31 +02:00 |
|
Jacob Overgaard
|
5de488914e
|
add toolbar config to default plugins
|
2023-06-23 14:54:23 +02:00 |
|
Jacob Overgaard
|
fdb13f296e
|
fetch and merge config with plugin toolbar config
|
2023-06-23 14:54:08 +02:00 |
|
Jacob Overgaard
|
dec5d9973f
|
add toolbar config to manifest model
|
2023-06-23 14:53:54 +02:00 |
|
Jacob Overgaard
|
b9e9ec98e3
|
move the plugin models
|
2023-06-23 14:53:44 +02:00 |
|
Jacob Overgaard
|
78f1bed56f
|
cleanup manifest types
|
2023-06-23 14:52:57 +02:00 |
|
Jacob Overgaard
|
2b8716b217
|
remove duplicate config
|
2023-06-23 12:16:48 +02:00 |
|
Jacob Overgaard
|
5ea8b65ba3
|
match config with old backoffice
|
2023-06-23 09:27:46 +02:00 |
|
Jacob Overgaard
|
9b93036f7f
|
Merge remote-tracking branch 'origin/main' into feature/rich-text-editor
|
2023-06-23 09:00:41 +02:00 |
|
Jacob Overgaard
|
30312a4a8c
|
Merge pull request #788 from umbraco/fix/update-template-secion-after-API-changes
Fix/update template secion after api changes
|
2023-06-23 08:54:09 +02:00 |
|
Niels Lyngsø
|
98aa8eb930
|
Merge pull request #786 from umbraco/feature/use-as-promise-for-init
|
2023-06-23 08:53:41 +02:00 |
|
Jacob Overgaard
|
12230b8d85
|
copy tinymce langs in dev server
|
2023-06-23 08:46:02 +02:00 |
|