@unito/integration-api 4.3.0 → 4.3.1
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.
|
@@ -373,7 +373,7 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
373
373
|
readonly decoratorTemplate: {
|
|
374
374
|
readonly type: "stringWithFields";
|
|
375
375
|
readonly description: "Template for the decorator. Use {author} and {date} placeholders.";
|
|
376
|
-
readonly default: "On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.semantic:displayName}</em> commented:";
|
|
376
|
+
readonly default: "On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.fields.semantic:displayName}</em> commented:";
|
|
377
377
|
readonly hidden: true;
|
|
378
378
|
};
|
|
379
379
|
readonly decoratorPrefix: {
|
|
@@ -393,7 +393,7 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
393
393
|
readonly decoratorTemplate: {
|
|
394
394
|
readonly type: "stringWithFields";
|
|
395
395
|
readonly description: "Template for the decorator. Use {author} and {date} placeholders.";
|
|
396
|
-
readonly default: "On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.semantic:displayName}</em> commented:";
|
|
396
|
+
readonly default: "On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.fields.semantic:displayName}</em> commented:";
|
|
397
397
|
readonly hidden: true;
|
|
398
398
|
};
|
|
399
399
|
readonly decoratorPrefix: {
|
|
@@ -436,7 +436,7 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
436
436
|
readonly decoratorTemplate: {
|
|
437
437
|
readonly type: "stringWithFields";
|
|
438
438
|
readonly description: "Template for the decorator. Use {author} and {date} placeholders.";
|
|
439
|
-
readonly default: "On **{semantic:createdAt}**, __{semantic:user.semantic:displayName}__ commented:";
|
|
439
|
+
readonly default: "On **{semantic:createdAt}**, __{semantic:user.fields.semantic:displayName}__ commented:";
|
|
440
440
|
readonly hidden: true;
|
|
441
441
|
};
|
|
442
442
|
readonly decoratorPrefix: {
|
|
@@ -456,7 +456,7 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
456
456
|
readonly decoratorTemplate: {
|
|
457
457
|
readonly type: "stringWithFields";
|
|
458
458
|
readonly description: "Template for the decorator. Use {author} and {date} placeholders.";
|
|
459
|
-
readonly default: "On **{semantic:createdAt}**, __{semantic:user.semantic:displayName}__ commented:";
|
|
459
|
+
readonly default: "On **{semantic:createdAt}**, __{semantic:user.fields.semantic:displayName}__ commented:";
|
|
460
460
|
readonly hidden: true;
|
|
461
461
|
};
|
|
462
462
|
readonly decoratorPrefix: {
|
|
@@ -39,7 +39,7 @@ const htmlToRichTextConfiguration = {
|
|
|
39
39
|
decoratorTemplate: {
|
|
40
40
|
type: 'stringWithFields',
|
|
41
41
|
description: 'Template for the decorator. Use {author} and {date} placeholders.',
|
|
42
|
-
default: 'On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.semantic:displayName}</em> commented:',
|
|
42
|
+
default: 'On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.fields.semantic:displayName}</em> commented:',
|
|
43
43
|
hidden: true,
|
|
44
44
|
},
|
|
45
45
|
decoratorPrefix: {
|
|
@@ -59,7 +59,7 @@ const markdownToRichTextConfiguration = {
|
|
|
59
59
|
decoratorTemplate: {
|
|
60
60
|
type: 'stringWithFields',
|
|
61
61
|
description: 'Template for the decorator. Use {author} and {date} placeholders.',
|
|
62
|
-
default: 'On **{semantic:createdAt}**, __{semantic:user.semantic:displayName}__ commented:',
|
|
62
|
+
default: 'On **{semantic:createdAt}**, __{semantic:user.fields.semantic:displayName}__ commented:',
|
|
63
63
|
hidden: true,
|
|
64
64
|
},
|
|
65
65
|
decoratorPrefix: {
|
package/dist/src/index.cjs
CHANGED
|
@@ -258,7 +258,7 @@ const htmlToRichTextConfiguration = {
|
|
|
258
258
|
decoratorTemplate: {
|
|
259
259
|
type: 'stringWithFields',
|
|
260
260
|
description: 'Template for the decorator. Use {author} and {date} placeholders.',
|
|
261
|
-
default: 'On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.semantic:displayName}</em> commented:',
|
|
261
|
+
default: 'On <strong>{semantic:createdAt}</strong>, <em>{semantic:user.fields.semantic:displayName}</em> commented:',
|
|
262
262
|
hidden: true,
|
|
263
263
|
},
|
|
264
264
|
decoratorPrefix: {
|
|
@@ -278,7 +278,7 @@ const markdownToRichTextConfiguration = {
|
|
|
278
278
|
decoratorTemplate: {
|
|
279
279
|
type: 'stringWithFields',
|
|
280
280
|
description: 'Template for the decorator. Use {author} and {date} placeholders.',
|
|
281
|
-
default: 'On **{semantic:createdAt}**, __{semantic:user.semantic:displayName}__ commented:',
|
|
281
|
+
default: 'On **{semantic:createdAt}**, __{semantic:user.fields.semantic:displayName}__ commented:',
|
|
282
282
|
hidden: true,
|
|
283
283
|
},
|
|
284
284
|
decoratorPrefix: {
|