X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=public%2Flocal_manifest.json;h=6f8d14a48c7fae04c9ea4bf264cf3f07c8fc73cd;hp=9f48230486593a4f56f47cd6a0ca6fe8c6b4834b;hb=6733d61c6f0551647a023be3006cb70901497c36;hpb=5d4a84528ce84792699f6987262d3b8ac5453b52 diff --git a/public/local_manifest.json b/public/local_manifest.json index 9f482304..6f8d14a4 100644 --- a/public/local_manifest.json +++ b/public/local_manifest.json @@ -1,12 +1,16 @@ { "list_groups": { - "scroll": { + "folders": { "lists": { - "public": { + "index": { + "type": "public" + } + } + }, + "scrolls": { + "lists": { + "index": { "type": "public" - }, - "private": { - "type": "private" }, "by_author": { "type": "filter" @@ -21,20 +25,19 @@ "type": "play", "args": { "filter_item_name": "scroll", - "filter_model_name": "scroll_panel", - "filter_key": "scroll_id" + "wheres": [ + "index", + "play" + ] } } } }, - "scroll_panel": { + "scroll_panels": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_scroll": { "type": "filter" }, @@ -51,35 +54,42 @@ } } }, - "comic": { + "comics": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_author": { "type": "filter" + }, + "by_story": { + "type": "through_filter", + "args": { + "through": "comic_stories" + } + }, + "play": { + "type": "play", + "args": { + "filter_item_name": "comic", + "wheres": [ + "index", + "play" + ] + } } } }, - "story": { + "comic_stories": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_comic": { "type": "filter" }, - "by_sheet": { - "type": "through_filter", - "args": { - "through": "story_sheets" - } + "by_story": { + "type": "filter" }, "by_author": { "type": "foreign_filter", @@ -88,20 +98,46 @@ "type": "method" } } + } + } + }, + "stories": { + "lists": { + "index": { + "type": "public" + }, + "by_comic": { + "type": "through_filter", + "args": { + "through": "comic_stories" + } + }, + "by_sheet": { + "type": "through_filter", + "args": { + "through": "story_sheets" + } + }, + "by_author": { + "type": "filter" }, "play": { - "type": "play" + "type": "play", + "args": { + "filter_item_name": "story", + "wheres": [ + "index", + "play" + ] + } } } }, - "story_sheet": { + "story_sheets": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_story": { "type": "filter" }, @@ -118,14 +154,11 @@ } } }, - "sheet": { + "sheets": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_story": { "type": "through_filter", "args": { @@ -142,18 +175,15 @@ "type": "filter" }, "play": { - "type": "play" + "type": "public" } } }, - "sheet_panel": { + "sheet_panels": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_sheet": { "type": "filter" }, @@ -170,14 +200,11 @@ } } }, - "panel": { + "panels": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_scroll": { "type": "through_filter", "args": { @@ -194,18 +221,18 @@ "type": "filter" }, "by_speech_balloon_template": { - "type": "through_filter" + "type": "through_filter", + "args": { + "through": "speech_balloons" + } } } }, - "panel_picture": { + "panel_pictures": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_panel": { "type": "filter" }, @@ -219,14 +246,11 @@ } } }, - "speech_balloon": { + "speech_balloons": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_panel": { "type": "filter" }, @@ -243,18 +267,18 @@ } } }, - "speech": { + "speeches": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" + "by_speech_balloon": { + "type": "filter" }, - "by_panel": { + "by_speech_balloon_template": { "type": "filter" }, - "by_speech_balloon": { + "by_writing_format": { "type": "filter" }, "by_author": { @@ -267,15 +291,18 @@ } } }, - "balloon": { + "balloons": { "lists": { - "public": { + "index": { "type": "public" }, "by_speech_balloon": { "type": "filter" }, - "by_writing_format": { + "by_speech_balloon_template": { + "type": "filter" + }, + "by_system_picture": { "type": "filter" }, "by_author": { @@ -288,14 +315,11 @@ } } }, - "ground_picture": { + "ground_pictures": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_panel": { "type": "filter" }, @@ -309,14 +333,11 @@ } } }, - "ground_color": { + "ground_colors": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" - }, "by_panel": { "type": "filter" }, @@ -330,25 +351,40 @@ } } }, - "original_picture": { + "original_pictures": { "lists": { - "private": { - "type": "private" + "index": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } } } }, - "picture": {}, - "resource_picture": { + "pictures": { "lists": { - "public": { + "index": { "type": "public" }, - "private": { - "type": "private" + "by_artist": { + "type": "filter" + } + } + }, + "resource_pictures": { + "lists": { + "index": { + "type": "public" }, "by_original_picture": { "type": "filter" }, + "by_license_group": { + "type": "filter" + }, "by_license": { "type": "filter" }, @@ -357,42 +393,64 @@ } } }, - "speech_balloon_template": { + "resource_picture_pictures": { "lists": { - "public": { + "index": { "type": "public" }, - "select_items": { - "type": "system_resource" + "by_original_picture": { + "type": "filter" + }, + "by_resource_picture": { + "type": "filter" + }, + "by_picture": { + "type": "filter" } } }, - "writing_format": { + "speech_balloon_templates": { "lists": { - "public": { + "index": { "type": "public" }, - "select_items": { - "type": "system_resource" + "by_panel": { + "type": "through_filter", + "args": { + "through": "speech_balloons" + } + }, + "by_system_picture": { + "type": "filter" + } + } + }, + "writing_formats": { + "lists": { + "index": { + "type": "public", + "args": { + "after_method_name": "enable" + } }, "by_system_picture": { "type": "filter" } } }, - "license_group": { + "license_groups": { "lists": { - "public": { + "index": { "type": "public" }, - "select_items": { - "type": "system_resource" + "by_resource_picture": { + "type": "filter" } } }, - "license": { + "licenses": { "lists": { - "public": { + "index": { "type": "public" }, "by_license_group": { @@ -403,29 +461,201 @@ } } }, - "author": { + "authors": { "lists": { - "public": { + "index": { "type": "public" } } }, - "artist": { + "artists": { "lists": { - "public": { + "index": { "type": "public" } } }, - "system_picture": { + "system_pictures": { "lists": { - "public": { + "index": { "type": "public" } } + }, + "home": { + "lists": { + "scrolls": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "scroll_panels": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "comics": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "comic_stories": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "stories": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "story_sheets": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "sheets": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "sheet_panels": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "panels": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "panel_pictures": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "speech_balloons": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "speeches": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "balloons": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "ground_pictures": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "ground_colors": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "original_pictures": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + }, + "resource_pictures": { + "type": "public", + "args": { + "wheres": [ + "index", + "private" + ] + } + } + } } }, "profilers": { + "folder": { + "columns": {}, + "column_names": [ + "name", + "controller_name", + "action_name", + "category_id", + "t", + "parent_id", + "lft", + "rgt", + "depth" + ], + "associations": {} + }, "scroll": { "columns": { "visible": { @@ -474,23 +704,36 @@ "author" ], "has_many": [ + "comic_stories.by_comic", "stories.by_comic" ] } }, - "story": { + "comic_story": { "column_names": [ "comic_id", + "story_id", + "t" + ], + "associations": { + "belongs_to": [ + "comic", + "story" + ] + } + }, + "story": { + "column_names": [ "title", "description", "t", "visible" ], "associations": { - "belongs_to": [ - "comic" - ], + "belongs_to": [], "has_many": [ + "comic_stories.by_story", + "comics.by_story", "story_sheets.by_story", "sheets.by_story" ] @@ -511,6 +754,11 @@ } }, "sheet": { + "columns": { + "visible": { + "type": "source" + } + }, "column_names": [ "caption", "width", @@ -548,6 +796,11 @@ } }, "panel": { + "columns": { + "publish": { + "type": "source" + } + }, "column_names": [ "width", "height", @@ -601,18 +854,19 @@ "panel_id", "caption", "speech_balloon_template_id", - "speech_balloon_template_classname", + "speech_balloon_template_module_name", "z", "t", "speech_balloon_template_settings" ], "associations": { "belongs_to": [ - "panel" + "panel", + "speech_balloon_template" ], "has_one": [ - "balloon.by_speech_balloon", - "speech.by_speech_balloon" + "balloons.by_speech_balloon", + "speeches.by_speech_balloon" ] } }, @@ -625,9 +879,9 @@ "column_names": [ "speech_balloon_id", "speech_balloon_template_id", - "speech_balloon_template_classname", + "speech_balloon_template_module_name", "writing_format_id", - "writing_format_classname", + "writing_format_module_name", "content", "font_size", "text_align", @@ -637,13 +891,13 @@ "width", "height", "quotes", - "speech_balloon_template_settings", - "writing_format_settings" + "speech_balloon_template_settings" ], "associations": { "belongs_to": [ "speech_balloon", - "writing_format" + "writing_format", + "speech_balloon_template" ] } }, @@ -656,7 +910,7 @@ "column_names": [ "speech_balloon_id", "speech_balloon_template_id", - "speech_balloon_template_classname", + "speech_balloon_template_module_name", "system_picture_id", "x", "y", @@ -668,7 +922,8 @@ "associations": { "belongs_to": [ "speech_balloon", - "system_picture" + "system_picture", + "speech_balloon_template" ] } }, @@ -722,9 +977,7 @@ "belongs_to": [ "artist" ], - "has_one": [ - "resource_picture.by_original_picture" - ] + "has_one": [] } }, "picture": { @@ -749,16 +1002,19 @@ "artist_id", "license_id", "md5", - "artist_name", + "system_picture_id", "license_group_settings", "credit_picture_settings", "license_settings", - "license_group_classname" + "license_group_module_name" ], "associations": { "belongs_to": [ "license", "artist" + ], + "has_one": [ + "resource_picture_pictures.by_picture" ] } }, @@ -785,26 +1041,43 @@ }, "column_names": [ "original_picture_id", - "revision", "ext", "width", "height", "filesize", "artist_id", + "license_group_id", "license_id", "md5", - "artist_name", + "system_picture_id", "license_group_settings", "credit_picture_settings", "license_settings", "picture_id", - "license_group_classname" + "license_group_module_name" ], "associations": { "belongs_to": [ - "original_picture", + "license_group", "license", "artist" + ], + "has_many": [ + "resource_picture_pictures.by_resource_picture" + ] + } + }, + "resource_picture_picture": { + "column_names": [ + "original_picture_id", + "resource_picture_id", + "picture_id" + ], + "associations": { + "belongs_to": [ + "original_picture", + "resource_picture", + "picture" ] } }, @@ -816,7 +1089,7 @@ }, "column_names": [ "name", - "classname", + "module_name", "caption", "t", "system_picture_id", @@ -881,6 +1154,10 @@ "associations": { "belongs_to": [ "system_picture" + ], + "has_many": [ + "speech_balloons.by_speech_balloon_template", + "panels.by_speech_balloon_template" ] } }, @@ -892,7 +1169,7 @@ }, "column_names": [ "name", - "classname", + "module_name", "caption", "system_picture_id", "settings" @@ -913,7 +1190,7 @@ "license_group": { "column_names": [ "name", - "classname", + "module_name", "caption", "url" ], @@ -940,6 +1217,16 @@ "source_url_off_btn_id" ] }, + "pettanr_creative_commons_v30_licenses_attribute": { + "columns": {}, + "column_names": [ + "artist_name", + "caption", + "artist_url", + "source_url", + "more_permission_url" + ] + }, "pettanr_pettan_commons_v01_licenses_license": { "columns": {}, "column_names": [ @@ -962,6 +1249,14 @@ "source_url_off_btn_id" ] }, + "pettanr_pettan_commons_v01_licenses_attribute": { + "columns": {}, + "column_names": [ + "artist_name", + "caption", + "sources" + ] + }, "pettanr_pettan_protected_v01_licenses_license": { "columns": {}, "column_names": [ @@ -985,6 +1280,14 @@ "source_url_off_btn_id" ] }, + "pettanr_pettan_protected_v01_licenses_attribute": { + "columns": {}, + "column_names": [ + "artist_name", + "caption", + "sources" + ] + }, "pettanr_pettan_public_v01_licenses_license": { "columns": {}, "column_names": [ @@ -1007,11 +1310,19 @@ "source_url_btn_id" ] }, - "pettanr_public_domain_v01_licenses_license": { + "pettanr_pettan_public_v01_licenses_attribute": { "columns": {}, "column_names": [ - "open", - "commercial", + "artist_name", + "caption", + "sources" + ] + }, + "pettanr_public_domain_v01_licenses_license": { + "columns": {}, + "column_names": [ + "open", + "commercial", "official", "attribution", "derive", @@ -1030,6 +1341,14 @@ "source_url_off_btn_id" ] }, + "pettanr_public_domain_v01_licenses_attribute": { + "columns": {}, + "column_names": [ + "artist_name", + "source_url", + "note" + ] + }, "pettanr_unknown_v01_licenses_license": { "columns": {}, "column_names": [ @@ -1052,10 +1371,18 @@ "source_url_btn_id", "source_url_off_btn_id" ] + }, + "pettanr_unknown_v01_licenses_attribute": { + "columns": {}, + "column_names": [ + "source_url", + "note" + ] } }, "associations": { "has_many": [ + "resource_pictures.by_license_group", "licenses.by_license_group" ] } @@ -1103,7 +1430,7 @@ }, "column_names": [ "license_group_id", - "license_group_classname", + "license_group_module_name", "name", "caption", "system_picture_id", @@ -1131,6 +1458,7 @@ "scrolls.by_author", "scroll_panels.by_author", "comics.by_author", + "comic_stories.by_author", "stories.by_author", "sheets.by_author", "sheet_panels.by_author", @@ -1165,12 +1493,30 @@ ], "associations": { "has_many": [ - "licenses.by_system_picture" + "speech_balloon_templates.by_system_picture", + "licenses.by_system_picture", + "writing_formats.by_system_picture" ] } } }, "filers": { + "folder": { + "symbol": {}, + "caption": { + "type": "default", + "args": { + "face": { + "type": "method", + "args": { + "method_name": "filer_caption" + } + } + } + }, + "summary": {}, + "edit": {} + }, "scroll": { "symbol": {}, "caption": { @@ -1220,21 +1566,44 @@ "args": { "column_name": "title" } + }, + "link": { + "type": "action", + "args": { + "action_name": "play" + } } } }, "summary": {}, "edit": {} }, + "comic_story": { + "symbol": { + "type": "default", + "args": { + "link": { + "type": "none" + } + } + }, + "caption": { + "type": "none" + }, + "summary": {}, + "edit": { + "type": "none" + } + }, "story": { "symbol": {}, "caption": { "type": "default", "args": { "face": { - "type": "method", + "type": "column", "args": { - "method_name": "title_with_t" + "column_name": "title" } }, "link": { @@ -1349,7 +1718,7 @@ "face": { "type": "method", "args": { - "method_name": "plain_scenario" + "method_name": "filer_caption" } }, "link": { @@ -1464,7 +1833,7 @@ "face": { "type": "method", "args": { - "method_name": "revision" + "method_name": "filer_caption" } }, "link": { @@ -1525,6 +1894,23 @@ "type": "none" } }, + "resource_picture_picture": { + "symbol": { + "type": "default", + "args": { + "face": { + "type": "picture" + } + } + }, + "caption": { + "type": "none" + }, + "summary": {}, + "edit": { + "type": "none" + } + }, "speech_balloon_template": { "symbol": { "type": "default", @@ -1541,7 +1927,14 @@ "edit": {} }, "writing_format": { - "symbol": {}, + "symbol": { + "type": "default", + "args": { + "face": { + "type": "picture" + } + } + }, "caption": {}, "summary": { "type": "none" @@ -1645,1932 +2038,2650 @@ } }, "forms": { - "scroll": { - "fields": { - "title": { - "label": { - "args": { + "folder": { + "uses": { + "default": { + "fields": { + "name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "controller_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "action_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "category_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "t": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "parent_id": { + "tag": { + "type": "number" + }, "row_break": true + }, + "lft": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "rgt": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "depth": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "tag": { - "type": "text" - }, - "row_break": true - }, - "description": { - "label": { - "args": { + "field_names": [ + "name", + "controller_name", + "action_name", + "category_id", + "t", + "parent_id", + "lft", + "rgt", + "depth", + "id" + ] + } + } + }, + "scroll": { + "uses": { + "default": { + "fields": { + "title": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, "row_break": true + }, + "visible": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "description": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text_area" + }, + "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "author_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "tag": { - "type": "text_area" - } - }, - "visible": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "author_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "field_names": [ + "title", + "visible", + "description", + "id", + "author_id" + ] } - }, - "field_names": [ - "title", - "description", - "visible", - "id", - "author_id" - ] + } }, "scroll_panel": { - "fields": { - "scroll_id": { - "tag": { - "type": "number" - } - }, - "panel_id": { - "tag": { - "type": "number" - } - }, - "t": { - "tag": { - "type": "number" - } - }, - "id": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "scroll_id": { + "tag": { + "type": "number" + } + }, + "panel_id": { + "tag": { + "type": "number" + } + }, + "t": { + "tag": { + "type": "number" + } + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "scroll_id", + "panel_id", + "t", + "id" + ] } - }, - "field_names": [ - "scroll_id", - "panel_id", - "t", - "id" - ] + } }, "comic": { - "fields": { - "title": { - "label": { - "args": { + "uses": { + "default": { + "fields": { + "title": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, "row_break": true - } - }, - "tag": { - "type": "text" - }, - "row_break": true - }, - "description": { - "label": { - "args": { + }, + "visible": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "description": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text_area" + }, "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "author_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "tag": { - "type": "text_area" - } - }, - "visible": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "author_id": { - "label": { - "type": "none" + "field_names": [ + "title", + "visible", + "description", + "id", + "author_id" + ] + } + } + }, + "comic_story": { + "uses": { + "default": { + "fields": { + "comic_id": { + "tag": { + "type": "number" + } + }, + "story_id": { + "tag": { + "type": "number" + } + }, + "t": { + "tag": { + "type": "number" + } + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "comic_id", + "story_id", + "t", + "id" + ] } - }, - "field_names": [ - "title", - "description", - "visible", - "id", - "author_id" - ] + } }, "story": { - "fields": { - "comic_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "title": { - "label": { - "args": { + "uses": { + "default": { + "fields": { + "title": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, "row_break": true - } - }, - "tag": { - "type": "text" - }, - "row_break": true - }, - "description": { - "label": { - "args": { + }, + "visible": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "description": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text_area" + }, "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "author_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "tag": { - "type": "text_area" - }, - "row_break": true - }, - "visible": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "t": { - "tag": { - "type": "number" - } - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "author_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "field_names": [ + "title", + "visible", + "description", + "id", + "author_id" + ] } - }, - "field_names": [ - "comic_id", - "title", - "description", - "visible", - "t", - "id", - "author_id" - ] + } }, "story_sheet": { - "fields": { - "story_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "number" - } - }, - "sheet_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "number" - } - }, - "t": { - "tag": { - "type": "number" - } - }, - "id": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "story_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "number" + } + }, + "sheet_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "number" + } + }, + "t": { + "tag": { + "type": "number" + } + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "story_id", + "sheet_id", + "t", + "id" + ] } - }, - "field_names": [ - "story_id", - "sheet_id", - "t", - "id" - ] + } }, "sheet": { - "fields": { - "caption": { - "label": { - "args": { + "uses": { + "default": { + "fields": { + "caption": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, + "row_break": true + }, + "width": { + "tag": { + "type": "number" + } + }, + "height": { + "tag": { + "type": "number" + }, "row_break": true + }, + "visible": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "author_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "tag": { - "type": "text" - }, - "row_break": true - }, - "width": { - "tag": { - "type": "number" - } - }, - "height": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "visible": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "author_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption", + "width", + "height", + "visible", + "id", + "author_id" + ] } - }, - "field_names": [ - "caption", - "width", - "height", - "visible", - "id", - "author_id" - ] + } }, "sheet_panel": { - "fields": { - "sheet_id": { - "tag": { - "type": "number" - } - }, - "panel_id": { - "tag": { - "type": "number" - } - }, - "x": { - "tag": { - "type": "number" - } - }, - "y": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "z": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "t": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "id": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "sheet_id": { + "tag": { + "type": "number" + } + }, + "panel_id": { + "tag": { + "type": "number" + } + }, + "x": { + "tag": { + "type": "number" + } + }, + "y": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "z": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "t": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "sheet_id", + "panel_id", + "x", + "y", + "z", + "t", + "id" + ] } - }, - "field_names": [ - "sheet_id", - "panel_id", - "x", - "y", - "z", - "t", - "id" - ] + } }, "panel": { - "fields": { - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "width": { - "tag": { - "type": "number" - } - }, - "height": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "border": { - "tag": { - "type": "number" - } - }, - "publish": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "author_id": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "width": { + "tag": { + "type": "number" + } + }, + "height": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "border": { + "tag": { + "type": "number" + } + }, + "publish": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "author_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption", + "width", + "height", + "border", + "publish", + "id", + "author_id" + ] } - }, - "field_names": [ - "caption", - "width", - "height", - "border", - "publish", - "id", - "author_id" - ] + } }, "panel_picture": { - "fields": { - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "x": { - "tag": { - "type": "number" - } - }, - "y": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "width": { - "tag": { - "type": "number" - }, - "helpers": { - "size": { - "type": "size", - "args": { - "dom_class": "panel_picture_width_tool" + "uses": { + "default": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "x": { + "tag": { + "type": "number" } - } - }, - "row_break": true - }, - "height": { - "tag": { - "type": "number" - }, - "helpers": { - "size": { - "type": "size", - "args": { - "dom_class": "panel_picture_height_tool" + }, + "y": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "width": { + "tag": { + "type": "number" + }, + "helpers": { + "size": { + "type": "size", + "args": { + "dom_class": "panel_picture_width_tool" + } + } + }, + "row_break": true + }, + "height": { + "tag": { + "type": "number" + }, + "helpers": { + "size": { + "type": "size", + "args": { + "dom_class": "panel_picture_height_tool" + } + } + }, + "row_break": true + }, + "link": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" } - } - }, - "row_break": true - }, - "link": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "panel_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "picture_id": { - "tag": { - "type": "hidden" - }, - "helpers": { - "popup": { - "type": "popup", - "args": { - "source": "pictures" + }, + "panel_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "picture_id": { + "tag": { + "type": "hidden" + }, + "helpers": { + "popup": { + "type": "popup", + "args": { + "source": "pictures" + } + } + } + }, + "z": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "t": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" } } - } - }, - "z": { - "label": { - "type": "none" }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption", + "x", + "y", + "width", + "height", + "link", + "id", + "panel_id", + "picture_id", + "z", + "t" + ] }, - "t": { - "label": { - "type": "none" + "scenario": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption" + ] } - }, - "field_names": [ - "caption", - "x", - "y", - "width", - "height", - "link", - "id", - "panel_id", - "picture_id", - "z", - "t" - ] + } }, "speech_balloon": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "panel_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_template_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "z": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "t": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_template_classname": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "panel_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "z": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "t": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_module_name": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_settings": { + "row_break": true + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption", + "id", + "panel_id", + "speech_balloon_template_id", + "speech_balloon_template_module_name", + "z", + "t", + "speech_balloon_template_settings" + ] }, - "speech_balloon_template_settings": { - "label": { - "type": "none" + "scenario": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "caption" + ] } - }, - "field_names": [ - "caption", - "id", - "panel_id", - "speech_balloon_template_id", - "speech_balloon_template_classname", - "z", - "t", - "speech_balloon_template_settings" - ] + } }, "balloon": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_template_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "system_picture_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "r": { - "tag": { - "type": "number" - }, - "helpers": { - "tail_angle": { - "type": "size", - "args": {} + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "system_picture_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "r": { + "tag": { + "type": "number" + }, + "helpers": { + "tail_angle": { + "type": "tail_angle", + "args": {} + } + }, + "row_break": true + }, + "x": { + "tag": { + "type": "number" + } + }, + "y": { + "label": {}, + "tag": { + "type": "number" + }, + "row_break": true + }, + "width": { + "tag": { + "type": "number" + } + }, + "height": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "speech_balloon_template_module_name": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_settings": { + "row_break": true } }, - "row_break": true - }, - "x": { - "tag": { - "type": "number" - } - }, - "y": { - "label": {}, - "tag": { - "type": "number" - }, - "row_break": true - }, - "width": { - "tag": { - "type": "number" - } - }, - "height": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "speech_balloon_template_classname": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "field_names": [ + "r", + "x", + "y", + "width", + "height", + "id", + "speech_balloon_id", + "system_picture_id", + "speech_balloon_template_id", + "speech_balloon_template_module_name", + "speech_balloon_template_settings" + ] }, - "speech_balloon_template_settings": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "scenario": { + "fields": {}, + "field_names": [] } - }, - "field_names": [ - "r", - "x", - "y", - "width", - "height", - "id", - "speech_balloon_id", - "system_picture_id", - "speech_balloon_template_id", - "speech_balloon_template_classname", - "speech_balloon_template_settings" - ] + } }, "speech": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_template_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "x": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "y": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "width": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "height": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "writing_format_id": { - "tag": { - "type": "select" - } - }, - "font_size": { - "tag": { - "type": "select" - }, - "row_break": true - }, - "text_align": { - "tag": { - "type": "select" - } - }, - "quotes": { - "tag": { - "type": "text" - } - }, - "content": { - "label": { - "args": { + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "x": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "y": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "width": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "height": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "writing_format_id": { + "tag": { + "type": "select" + } + }, + "font_size": { + "tag": { + "type": "select" + }, "row_break": true - } - }, - "tag": { - "type": "text_area", - "args": { - "options": { - "size": "45x5" + }, + "text_align": { + "tag": { + "type": "select" } - } - } - }, - "fore_color": { - "label": { - "row_break": true - }, - "tag": { - "type": "hidden" - }, - "helpers": { - "color": { - "type": "color", - "args": { - "wrapper": "speech-fore_color-wrap" + }, + "quotes": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "content": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text_area", + "args": { + "options": { + "size": "45x5" + } + } + } + }, + "fore_color": { + "label": { + "row_break": true + }, + "tag": { + "type": "hidden" + }, + "helpers": { + "color": { + "type": "color", + "args": { + "wrapper": "speech-fore_color-wrap" + } + } + } + }, + "speech_balloon_template_module_name": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" } + }, + "writing_format_module_name": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "speech_balloon_template_settings": { + "row_break": true } - } - }, - "speech_balloon_template_classname": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "writing_format_classname": { - "label": { - "type": "none" }, - "tag": { - "type": "hidden" - } - }, - "speech_balloon_template_settings": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } + "field_names": [ + "writing_format_id", + "font_size", + "text_align", + "quotes", + "content", + "fore_color", + "id", + "speech_balloon_id", + "x", + "y", + "width", + "height", + "speech_balloon_template_id", + "speech_balloon_template_module_name", + "speech_balloon_template_settings", + "writing_format_module_name" + ] }, - "writing_format_settings": { - "label": { - "type": "none" + "scenario": { + "fields": { + "quotes": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "content": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text_area", + "args": { + "options": { + "size": "45x5" + } + } + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "quotes", + "content" + ] } - }, - "field_names": [ - "writing_format_id", - "font_size", - "text_align", - "quotes", - "content", - "fore_color", - "id", - "speech_balloon_id", - "x", - "y", - "width", - "height", - "speech_balloon_template_id", - "speech_balloon_template_classname", - "speech_balloon_template_settings", - "writing_format_classname", - "writing_format_settings" - ] + } }, "ground_picture": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "panel_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "picture_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "repeat": { - "tag": { - "type": "select", - "args": { - "source": "magic_number", - "key": "ground_picture_repeat_items" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "panel_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "picture_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "repeat": { + "tag": { + "type": "select", + "args": { + "source": "magic_number", + "key": "ground_picture_repeat_items" + } + }, + "row_break": true + }, + "x": { + "tag": { + "type": "number" + } + }, + "y": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "z": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "t": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } } }, - "row_break": true - }, - "x": { - "tag": { - "type": "number" - } - }, - "y": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "z": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "t": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "field_names": [ - "caption", - "repeat", - "x", - "y", - "z", - "t", - "id", - "panel_id", - "picture_id" - ] - }, - "ground_color": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "panel_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true + "field_names": [ + "caption", + "repeat", + "x", + "y", + "z", + "t", + "id", + "panel_id", + "picture_id" + ] }, - "code": { - "label": { - "args": { + "scenario": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, "row_break": true } }, - "tag": { - "type": "hidden" - }, - "helpers": { - "color": { - "type": "color", - "args": { - "wrapper": "ground_color-code-wrap" + "field_names": [ + "caption" + ] + } + } + }, + "ground_color": { + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "panel_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "code": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "hidden" + }, + "helpers": { + "color": { + "type": "color", + "args": { + "wrapper": "ground_color-code-wrap" + } + } + }, + "row_break": true + }, + "orientation": { + "tag": { + "type": "select" + }, + "row_break": true + }, + "xy": { + "tag": { + "type": "number" + } + }, + "wh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "z": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "t": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" } } }, - "row_break": true + "field_names": [ + "id", + "panel_id", + "caption", + "code", + "orientation", + "xy", + "wh", + "z", + "t" + ] }, - "orientation": { - "tag": { - "type": "select" + "scenario": { + "fields": { + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true - }, - "xy": { - "tag": { - "type": "number" - } - }, - "wh": { - "tag": { - "type": "number" + "field_names": [ + "caption" + ] + } + } + }, + "original_picture": { + "uses": { + "multipart": { + "fields": { + "file": { + "label": { + "type": "none" + }, + "tag": { + "type": "file" + } + } }, - "row_break": true - }, - "z": { - "label": { - "type": "none" + "field_names": [ + "file" + ] + } + } + }, + "original_picture_license_group": { + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "original_picture_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "license_group_id": { + "tag": { + "type": "select" + } + } }, - "tag": { - "type": "hidden" - } - }, - "t": { - "label": { - "type": "none" + "field_names": [ + "id", + "original_picture_id", + "license_group_id" + ] + } + } + }, + "original_picture_license": { + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "original_picture_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "license_group_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "license_id": { + "tag": { + "type": "select" + } + }, + "license_settings": { + "row_break": true + }, + "license_group_module_name": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + } }, - "tag": { - "type": "hidden" - } + "field_names": [ + "id", + "original_picture_id", + "license_group_id", + "license_id", + "license_settings", + "license_group_module_name" + ] } - }, - "field_names": [ - "id", - "panel_id", - "caption", - "code", - "orientation", - "xy", - "wh", - "z", - "t" - ] + } }, "speech_balloon_template": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "name": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "classname": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "t": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "system_picture_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "settings": { - "tag": { - "type": "text_area" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "module_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "t": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "system_picture_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "settings": { + "tag": { + "type": "text_area" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "id", + "name", + "module_name", + "caption", + "t", + "system_picture_id", + "settings" + ] } - }, - "field_names": [ - "id", - "name", - "classname", - "caption", - "t", - "system_picture_id", - "settings" - ] + } }, "writing_format": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "name": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "classname": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "system_picture_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "settings": { - "tag": { - "type": "text_area" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "module_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "system_picture_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "settings": { + "tag": { + "type": "text_area" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "id", + "name", + "module_name", + "caption", + "system_picture_id", + "settings" + ] } - }, - "field_names": [ - "id", - "name", - "classname", - "caption", - "system_picture_id", - "settings" - ] + } }, "license_group": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "name": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "classname": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "url": { - "tag": { - "type": "text" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "module_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "url": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "id", + "name", + "module_name", + "caption", + "url" + ] } - }, - "field_names": [ - "id", - "name", - "classname", - "caption", - "url" - ] + } }, "license": { - "fields": { - "id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "license_group_id": { - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - }, - "license_group_classname": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "name": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "caption": { - "tag": { - "type": "text" - }, - "row_break": true - }, - "system_picture_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "url": { - "tag": { - "type": "text" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "license_group_id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "license_group_module_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "system_picture_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "url": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "license_group_settings": { + "row_break": true + }, + "credit_picture_settings": { + "row_break": true + } }, - "row_break": true - }, - "license_group_settings": { - "boost_name": "license_group", - "row_break": true - }, - "credit_picture_settings": { - "boost_name": "credit_picture", - "row_break": true + "field_names": [ + "id", + "license_group_id", + "license_group_module_name", + "name", + "caption", + "system_picture_id", + "url", + "license_group_settings", + "credit_picture_settings" + ] } - }, - "field_names": [ - "id", - "license_group_id", - "license_group_classname", - "name", - "caption", - "system_picture_id", - "url", - "license_group_settings", - "credit_picture_settings" - ] + } }, "author": { - "fields": { - "id": { - "label": { - "type": "none" + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "name": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, + "row_break": true + } }, - "tag": { - "type": "hidden" - } - }, - "name": { - "label": { - "args": { + "field_names": [ + "id", + "name" + ] + } + } + }, + "artist": { + "uses": { + "default": { + "fields": { + "id": { + "label": { + "type": "none" + }, + "tag": { + "type": "hidden" + } + }, + "name": { + "label": { + "args": { + "row_break": true + } + }, + "tag": { + "type": "text" + }, "row_break": true } }, - "tag": { - "type": "text" + "field_names": [ + "id", + "name" + ] + } + } + }, + "circle_speech_balloon_speech_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "circle_speech_balloon_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "circle_speech_balloon_speech": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "plain_speech_balloon_speech_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "plain_speech_balloon_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "plain_speech_balloon_speech": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "square_speech_balloon_speech_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "square_speech_balloon_balloon": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "square_speech_balloon_speech": { + "uses": { + "default": { + "fields": {}, + "field_names": [] + } + } + }, + "test_speech_balloon_speech_balloon": { + "uses": { + "default": { + "fields": { + "a": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "a" + ] } - }, - "field_names": [ - "id", - "name" - ] + } }, - "artist": { - "fields": { - "id": { - "label": { - "type": "none" + "test_speech_balloon_balloon": { + "uses": { + "default": { + "fields": { + "b": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "tag": { - "type": "hidden" - } - }, - "name": { - "label": { - "args": { + "field_names": [ + "b" + ] + } + } + }, + "test_speech_balloon_speech": { + "uses": { + "default": { + "fields": { + "c": { + "tag": { + "type": "number" + }, "row_break": true } }, - "tag": { - "type": "text" - }, - "row_break": true + "field_names": [ + "c" + ] } - }, - "field_names": [ - "id", - "name" - ] + } }, - "circle_speech_balloon_speech_speech_balloon_template": { - "fields": { - "r": { - "tag": { - "type": "number" - }, - "row_break": true + "pettanr_simple_format_speech": { + "uses": { + "default": { + "fields": {}, + "field_names": [] } } }, "pettanr_creative_commons_v30_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap" + ] + } + } + }, + "pettanr_creative_commons_v30_licenses_attribute": { + "uses": { + "default": { + "fields": { + "artist_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "artist_url": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "source_url": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "more_permission_url": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "artist_name", + "caption", + "artist_url", + "source_url", + "more_permission_url" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap" - ] + } }, "pettanr_creative_commons_v30_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "source_url_off_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "source_url_off_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id", + "source_url_off_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] + } }, "pettanr_pettan_commons_v01_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap" + ] + } + } + }, + "pettanr_pettan_commons_v01_licenses_attribute": { + "uses": { + "default": { + "fields": { + "artist_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "sources": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "artist_name", + "caption", + "sources" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap" - ] + } }, "pettanr_pettan_commons_v01_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "source_url_off_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "source_url_off_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id", + "source_url_off_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] + } }, "pettanr_pettan_protected_v01_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "trackback": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "trackback": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap", + "trackback" + ] + } + } + }, + "pettanr_pettan_protected_v01_licenses_attribute": { + "uses": { + "default": { + "fields": { + "artist_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "sources": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "artist_name", + "caption", + "sources" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap", - "trackback" - ] + } }, "pettanr_pettan_protected_v01_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "source_url_off_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "source_url_off_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id", + "source_url_off_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] + } }, "pettanr_pettan_public_v01_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "trackback": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "trackback": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap", + "trackback" + ] + } + } + }, + "pettanr_pettan_public_v01_licenses_attribute": { + "uses": { + "default": { + "fields": { + "artist_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "caption": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "sources": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "artist_name", + "caption", + "sources" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap", - "trackback" - ] + } }, "pettanr_pettan_public_v01_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id" - ] + } }, "pettanr_public_domain_v01_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "trackback": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "trackback": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap", + "trackback" + ] + } + } + }, + "pettanr_public_domain_v01_licenses_attribute": { + "uses": { + "default": { + "fields": { + "artist_name": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "source_url": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "note": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "artist_name", + "source_url", + "note" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap", - "trackback" - ] + } }, "pettanr_public_domain_v01_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "source_url_off_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "source_url_off_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id", + "source_url_off_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] + } }, "pettanr_unknown_v01_licenses_license": { - "fields": { - "open": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "commercial": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "official": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "attribution": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "derive": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "thumbnail": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "gif_convert": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "reverse": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "sync_vh": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "overlap": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "open": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "commercial": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "official": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "attribution": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "derive": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "thumbnail": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "gif_convert": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "reverse": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "sync_vh": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "overlap": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "trackback": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true - }, - "trackback": { - "tag": { - "type": "number" + "field_names": [ + "open", + "commercial", + "official", + "attribution", + "derive", + "thumbnail", + "gif_convert", + "reverse", + "sync_vh", + "overlap", + "trackback" + ] + } + } + }, + "pettanr_unknown_v01_licenses_attribute": { + "uses": { + "default": { + "fields": { + "source_url": { + "tag": { + "type": "text" + }, + "row_break": true + }, + "note": { + "tag": { + "type": "text" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url", + "note" + ] } - }, - "field_names": [ - "open", - "commercial", - "official", - "attribution", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap", - "trackback" - ] + } }, "pettanr_unknown_v01_licenses_credit_picture": { - "fields": { - "source_url_btn_id": { - "tag": { - "type": "number" - }, - "row_break": true - }, - "source_url_off_btn_id": { - "tag": { - "type": "number" + "uses": { + "default": { + "fields": { + "source_url_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + }, + "source_url_off_btn_id": { + "tag": { + "type": "number" + }, + "row_break": true + } }, - "row_break": true + "field_names": [ + "source_url_btn_id", + "source_url_off_btn_id" + ] } - }, - "field_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] + } } }, "buckets": { + "folder": {}, "scroll": {}, "scroll_panel": {}, "comic": {}, @@ -3581,14 +4692,18 @@ "panel": {}, "panel_picture": {}, "speech_balloon": { - "field_names": [ - "speech_balloon.caption", - "speech_balloon.id", - "speech_balloon.panel_id", - "speech_balloon.speech_balloon_template_id", - "speech_balloon.speech_balloon_template_classname", - "speech_balloon.z", - "speech_balloon.t", + "members": { + "balloon": {}, + "speech": {} + }, + "form_field_names": [ + "caption", + "id", + "panel_id", + "speech_balloon_template_id", + "speech_balloon_template_module_name", + "z", + "t", "speech_balloon_template_settings", "balloon.r", "balloon.x", @@ -3599,7 +4714,7 @@ "balloon.speech_balloon_id", "balloon.system_picture_id", "balloon.speech_balloon_template_id", - "balloon.speech_balloon_template_classname", + "balloon.speech_balloon_template_module_name", "balloon.speech_balloon_template_settings", "speech.writing_format_id", "speech.font_size", @@ -3614,10 +4729,9 @@ "speech.width", "speech.height", "speech.speech_balloon_template_id", - "speech.speech_balloon_template_classname", + "speech.speech_balloon_template_module_name", "speech.speech_balloon_template_settings", - "speech.writing_format_classname", - "speech.writing_format_settings" + "speech.writing_format_module_name" ] }, "speech": {}, @@ -3627,138 +4741,10 @@ "original_picture": {}, "picture": {}, "resource_picture": {}, - "speech_balloon_template": { - "column_names": [ - "name", - "classname", - "caption", - "t", - "system_picture_id", - "settings" - ], - "extend_settings": { - "circle_speech_balloon_speech_balloon": { - "columns": {}, - "column_names": [] - }, - "circle_speech_balloon_balloon": { - "columns": {}, - "column_names": [] - }, - "circle_speech_balloon_speech": { - "columns": {}, - "column_names": [] - }, - "plain_speech_balloon_speech_balloon": { - "columns": {}, - "column_names": [] - }, - "square_speech_balloon_speech_balloon": { - "columns": {}, - "column_names": [] - } - }, - "associations": { - "belongs_to": [ - "system_picture" - ] - } - }, - "writing_format": { - "column_names": [ - "name", - "classname", - "caption", - "system_picture_id", - "settings" - ], - "extend_settings": { - "pettanr_simple_format_writing_format": { - "columns": {}, - "column_names": [] - } - }, - "associations": { - "belongs_to": [ - "system_picture" - ], - "has_many": [] - } - }, - "license_group": { - "column_names": [ - "name", - "classname", - "caption", - "url" - ], - "extend_settings": { - "pettanr_pettan_commons_v01_licenses_license": { - "columns": { - "open": {}, - "commercial": {}, - "official": {}, - "attribution": {}, - "derive": {}, - "thumbnail": {}, - "gif_convert": {}, - "reverse": {}, - "sync_vh": {}, - "overlap": {} - }, - "column_names": [ - "open", - "commercial", - "official", - "attribution:", - "derive", - "thumbnail", - "gif_convert", - "reverse", - "sync_vh", - "overlap" - ] - }, - "pettanr_pettan_commons_v01_licenses_credit_picture": { - "columns": {}, - "column_names": [ - "source_url_btn_id", - "source_url_off_btn_id" - ] - } - }, - "associations": { - "has_many": [ - "licenses.by_license_group" - ] - } - }, - "license": { - "columns": { - "license_group_settings": { - "type": "extend", - "args": { - "boost_name": "license_group" - } - }, - "credit_picture_settings": { - "type": "extend", - "args": { - "boost_name": "credit_picture" - } - } - }, - "column_names": [ - "license_group_id", - "license_group_classname", - "name", - "caption", - "system_picture_id", - "url", - "license_group_settings", - "credit_picture_settings" - ] - }, + "original_picture_license_group": {}, + "speech_balloon_template": {}, + "writing_format": {}, + "license_group": {}, "author": {}, "artist": {}, "system_picture": {}