From c5981504058e0696827b4048fcd908a58fb0b0d3 Mon Sep 17 00:00:00 2001 From: sharkiecodes Date: Mon, 9 Jun 2025 13:29:27 -0400 Subject: minor tagging changes --- src/client/views/nodes/scrapbook/ScrapbookPreset.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/client/views') 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 } ]; -- cgit v1.2.3-70-g09d2