diff options
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/nodes/scrapbook/ScrapbookPreset.tsx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/views/nodes/scrapbook/ScrapbookPreset.tsx b/src/client/views/nodes/scrapbook/ScrapbookPreset.tsx index 420e76523..706b9dafd 100644 --- a/src/client/views/nodes/scrapbook/ScrapbookPreset.tsx +++ b/src/client/views/nodes/scrapbook/ScrapbookPreset.tsx @@ -68,12 +68,12 @@ export class ScrapbookPreset { }, { type: DocumentType.RTF, tag: '[placeholder] caption', - acceptTags: ['caption'], + acceptTags: ['sentence'], x: 0, y: 200, width: 250, height: 50 }, { type: DocumentType.RTF, tag: '[placeholder] lengthy description', - acceptTags: ['lengthy description'], + acceptTags: ['paragraphs'], x: 280, y: -50, width: 50, height: 200 }, { type: DocumentType.IMG, @@ -105,12 +105,12 @@ export class ScrapbookPreset { }, { type: DocumentType.RTF, tag: 'summary', - acceptTags: ['caption'], + acceptTags: ['sentence'], x: 0, y: 200, width: 250 }, { type: DocumentType.RTF, tag: 'sidebar', - acceptTags: ['lengthy description'], + acceptTags: ['paragraphs'], x: 280, y: -50, width: 50, height: 200 }, { @@ -143,12 +143,12 @@ export class ScrapbookPreset { }, { type: DocumentType.RTF, tag: 'caption', - acceptTags: ['caption'], + acceptTags: ['sentence'], x: -150, y: 0, width: 300, height: 100 }, { type: DocumentType.RTF, tag: 'lengthy description', - acceptTags: ['lengthy description'], + acceptTags: ['paragraphs'], x: 0, y: 100, width: 300, height: 100 } ]; @@ -158,7 +158,7 @@ export class ScrapbookPreset { return [ { type: DocumentType.RTF, tag: 'title', - acceptTags: ['title'], + acceptTags: ['word'], x: 0, y: -180, width: 300, height: 40 }, { type: DocumentType.IMG, @@ -168,7 +168,7 @@ export class ScrapbookPreset { }, { type: DocumentType.RTF, tag: 'caption', - acceptTags: ['caption'], + acceptTags: ['sentence'], x: 0, y: 230, width: 300, height: 50 } ]; |
