X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=public%2Fmanifest.json;h=d3943fd13fd096583be7e1497028f95ba0f72bde;hb=51c4338d3acb57f0a4a626c5cb4231c679e57017;hp=fc2a2d531dfa749ba1ebdc1af7734b647d6b120c;hpb=8f618d4d4b9c44d4c20e837e24cd5f5077dcba01;p=pettanr%2Fpettanr.git diff --git a/public/manifest.json b/public/manifest.json index fc2a2d53..d3943fd1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,644 +1,1269 @@ { - "controllers": { + "items": { + "folder": {}, "scroll": { + "type": "binder", + "args": {} + }, + "scroll_panel": { + "type": "leaf", + "args": { + "parent_model_name": "scroll", + "destination_model_name": "panel" + } + }, + "comic": { + "type": "binder", + "args": {} + }, + "comic_story": { + "type": "leaf", + "args": { + "parent_model_name": "comic", + "destination_model_name": "story" + } + }, + "story": { + "type": "binder", + "args": {} + }, + "story_sheet": { + "type": "leaf", + "args": { + "parent_model_name": "story", + "destination_model_name": "sheet" + } + }, + "sheet": { + "type": "root", + "args": {} + }, + "sheet_panel": { + "type": "element", + "args": { + "parent_model_name": "sheet" + } + }, + "panel": { + "type": "root", + "args": {} + }, + "panel_picture": { + "type": "element", + "args": { + "parent_model_name": "panel" + } + }, + "speech_balloon": { + "type": "element", + "args": { + "parent_model_name": "panel", + "boost": { + "speech_balloon_template": { + "extend_model_class_name": "SpeechBalloon", + "item_name_for_extend_model": "speech_balloon" + } + } + } + }, + "balloon": { + "type": "element", + "args": { + "parent_model_name": "speech_balloon", + "boost": { + "speech_balloon_template": { + "extend_model_class_name": "Balloon", + "item_name_for_extend_model": "balloon" + } + } + } + }, + "speech": { + "type": "element", + "args": { + "parent_model_name": "speech_balloon", + "boost": { + "writing_format": { + "level": "read", + "item_name_for_extend_model": "renderer", + "extend_module_name": "RendererModule" + }, + "speech_balloon_template": { + "extend_model_class_name": "Speech", + "item_name_for_extend_model": "speech" + } + } + } + }, + "ground_picture": { + "type": "element", + "args": { + "parent_model_name": "panel" + } + }, + "ground_color": { + "type": "element", + "args": { + "parent_model_name": "panel" + } + }, + "original_picture": { + "type": "content" + }, + "picture": { + "type": "content", + "args": { + "boost": { + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, + "license": { + "level": "read", + "template_name": "license_group", + "extend_model_class_name": "Attribute", + "item_name_for_extend_model": "attribute" + }, + "credit_picture": { + "level": "read", + "template_name": "license_group", + "extend_model_class_name": "CreditPicture", + "item_name_for_extend_model": "credit_picture" + } + } + } + }, + "resource_picture": { + "type": "content", + "args": { + "boost": { + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, + "license": { + "level": "read", + "template_name": "license_group", + "extend_model_class_name": "Attribute", + "item_name_for_extend_model": "attribute" + }, + "credit_picture": { + "level": "read", + "template_name": "license_group", + "extend_model_class_name": "CreditPicture", + "item_name_for_extend_model": "credit_picture" + } + } + } + }, + "speech_balloon_template": { + "type": "template" + }, + "writing_format": { + "type": "template" + }, + "license_group": { + "type": "template" + }, + "license": { + "type": "system_resource", + "args": { + "parent_model_name": "license_group", + "boost": { + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, + "credit_picture": { + "level": "read", + "template_name": "license_group", + "extend_model_class_name": "CreditPicture", + "item_name_for_extend_model": "credit_picture" + } + } + } + }, + "author": { + "type": "owner" + }, + "artist": { + "type": "owner" + }, + "system_picture": { + "type": "system_resource" + } + }, + "controllers": { + "folders": { "actions": { + "root": { + "type": "show" + }, "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "scroll_panels": { - "type": "list", + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "scroll_panels" + "list_name": "public" } }, - "panels": { + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + } + } + }, + "scrolls": { + "actions": { + "index": { "type": "list", "args": { - "list_name": "panels" + "list_name": "public" } }, "by_author": { - "type": "list", - "args": { - "list_name": "by_author" - } + "type": "list" }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "play": { "type": "list", "args": { + "item_name": "scroll_panel", "list_name": "play" } }, "show": { - "type": "show", - "name": "show" + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" + } + }, + "count_by_author": { + "type": "count" + }, + "count_by_panel": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "scroll_panel": { + "scroll_panels": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "by_scroll": { - "type": "list", + "type": "list" + }, + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_scroll" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "count_by_scroll": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "comic": { + "comics": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "stories": { + "by_story": { + "type": "list" + }, + "by_author": { + "type": "list" + }, + "play": { "type": "list", "args": { - "list_name": "stories" + "item_name": "comic_story", + "list_name": "play" } }, - "by_author": { - "type": "list", + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_author" + "list_name": "public" } + }, + "count_by_story": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "story": { + "comic_stories": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "story_sheets": { - "type": "list", + "by_comic": { + "type": "list" + }, + "by_story": { + "type": "list" + }, + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "story_sheets" + "list_name": "public" } }, - "sheets": { + "count_by_comic": { + "type": "count" + }, + "count_by_story": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "stories": { + "actions": { + "index": { "type": "list", "args": { - "list_name": "sheets" + "list_name": "public" } }, "by_comic": { - "type": "list", - "args": { - "list_name": "by_comic" - } + "type": "list" }, "by_sheet": { - "type": "list", - "args": { - "list_name": "by_sheet" - } + "type": "list" }, "by_author": { - "type": "list", - "args": { - "list_name": "by_author" - } + "type": "list" }, "play": { "type": "list", "args": { + "item_name": "story_sheet", "list_name": "play" } + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" + } + }, + "count_by_comic": { + "type": "count" + }, + "count_by_sheet": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "story_sheet": { + "story_sheets": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_story": { - "type": "list", - "args": { - "list_name": "by_story" - } + "type": "list" }, "by_sheet": { - "type": "list", + "type": "list" + }, + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_sheet" + "list_name": "public" } + }, + "count_by_story": { + "type": "count" + }, + "count_by_sheet": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "sheet": { + "sheets": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "story_sheets": { - "type": "list", - "args": { - "list_name": "story_sheets" - } + "by_story": { + "type": "list" }, - "stories": { - "type": "list", - "args": { - "list_name": "stories" - } + "by_panel": { + "type": "list" }, - "sheet_panels": { - "type": "list", - "args": { - "list_name": "sheet_panels" - } + "by_author": { + "type": "list" }, - "panels": { + "play": { "type": "list", "args": { - "list_name": "panels" + "item_name": "sheet_panel", + "list_name": "play" } }, - "by_story": { - "type": "list", - "args": { - "list_name": "by_story" - } + "show": { + "type": "show" }, - "by_panel": { - "type": "list", + "count": { + "type": "count", "args": { - "list_name": "by_panel" + "list_name": "public" } }, - "by_author": { - "type": "list", - "args": { - "list_name": "by_author" - } + "count_by_story": { + "type": "count" }, - "play": { - "type": "list", - "args": { - "list_name": "play" - } + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "sheet_panel": { + "sheet_panels": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_sheet": { - "type": "list", - "args": { - "list_name": "by_sheet" - } + "type": "list" }, "by_panel": { - "type": "list", + "type": "list" + }, + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_panel" + "list_name": "public" } + }, + "count_by_sheet": { + "type": "count" + }, + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "panel": { + "panels": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "scroll_panels": { - "type": "list", - "args": { - "list_name": "scroll_panels" - } + "by_scroll": { + "type": "list" }, - "scrolls": { - "type": "list", - "args": { - "list_name": "scrolls" - } + "by_sheet": { + "type": "list" }, - "sheet_panels": { - "type": "list", - "args": { - "list_name": "sheet_panels" - } + "by_author": { + "type": "list" }, - "sheets": { - "type": "list", - "args": { - "list_name": "sheets" - } + "by_speech_balloon_template": { + "type": "list" }, - "panel_pictures": { - "type": "list", - "args": { - "list_name": "panel_pictures" - } + "show": { + "type": "show" }, - "speech_balloons": { - "type": "list", + "count": { + "type": "count", "args": { - "list_name": "speech_balloons" + "list_name": "public" } }, - "ground_pictures": { - "type": "list", - "args": { - "list_name": "ground_pictures" - } + "count_by_scroll": { + "type": "count" }, - "ground_colors": { - "type": "list", - "args": { - "list_name": "ground_colors" - } + "count_by_sheet": { + "type": "count" }, - "by_scroll": { - "type": "list", - "args": { - "list_name": "by_scroll" - } + "count_by_author": { + "type": "count" }, - "by_sheet": { - "type": "list", - "args": { - "list_name": "by_sheet" - } + "count_by_speech_balloon_template": { + "type": "count" }, - "by_author": { - "type": "list", - "args": { - "list_name": "by_author" - } + "new": { + "type": "new" }, - "by_speech_balloon_template": { - "type": "list", - "args": { - "list_name": "by_speech_balloon_template" - } + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "panel_picture": { + "panel_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "by_author": { - "type": "list", + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_author" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "speech_balloon": { + "speech_balloons": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "by_author": { - "type": "list", + "type": "list" + }, + "by_speech_balloon_template": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_author" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "count_by_speech_balloon_template": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "speech": { + "speeches": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "by_writing_format": { - "type": "list", + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_writing_format" + "list_name": "public" } + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "balloon": { + "balloons": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" + } + }, + "by_author": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" } + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "ground_picture": { + "ground_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "by_author": { - "type": "list", + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_author" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "ground_color": { + "ground_colors": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, "by_panel": { - "type": "list", - "args": { - "list_name": "by_panel" - } + "type": "list" }, "by_author": { - "type": "list", + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_author" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "count_by_author": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "original_picture": { + "original_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "private_list" + "list_name": "private" + } + }, + "show": { + "type": "show" + }, + "history": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" } + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "picture": {}, - "resource_picture": { + "pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" - } - }, - "by_license": { - "type": "list", - "args": { - "list_name": "by_license" + "list_name": "public" } }, "by_artist": { - "type": "list", + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_artist" + "list_name": "public" } + }, + "count_by_artist": { + "type": "count" } } }, - "speech_balloon_template": { + "resource_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "speech_balloons": { - "type": "list", - "args": { - "list_name": "speech_balloons" - } + "by_license": { + "type": "list" }, - "panels": { - "type": "list", + "by_artist": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "panels" + "list_name": "public" } + }, + "count_by_license": { + "type": "count" + }, + "count_by_artist": { + "type": "count" } } }, - "writing_format": { + "speech_balloon_templates": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "speeches": { - "type": "list", - "args": { - "list_name": "speeches" - } + "by_panel": { + "type": "list" }, - "by_system_picture": { - "type": "list", + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "by_system_picture" + "list_name": "public" } + }, + "count_by_panel": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "license_group": { + "writing_formats": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "licenses": { - "type": "list", + "by_system_picture": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "licenses" + "list_name": "public" } + }, + "count_by_system_picture": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "license": { + "license_groups": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "resource_pictures": { - "type": "list", - "args": { - "list_name": "resource_pictures" - } + "show": { + "type": "show" }, - "by_license_group": { - "type": "list", + "count": { + "type": "count", "args": { - "list_name": "by_license_group" + "list_name": "public" } }, - "by_system_picture": { - "type": "list", - "args": { - "list_name": "by_system_picture" - } + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "author": { + "licenses": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "scrolls": { - "type": "list", + "by_license_group": { + "type": "list" + }, + "by_system_picture": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "scrolls" + "list_name": "public" } }, - "comics": { - "type": "list", - "args": { - "list_name": "comics" - } + "count_by_license_group": { + "type": "count" }, - "stories": { - "type": "list", - "args": { - "list_name": "stories" - } + "count_by_system_picture": { + "type": "count" }, - "sheets": { - "type": "list", - "args": { - "list_name": "sheets" - } + "new": { + "type": "new" }, - "panels": { - "type": "list", - "args": { - "list_name": "panels" - } + "edit": { + "type": "edit" }, - "panel_pictures": { - "type": "list", - "args": { - "list_name": "panel_pictures" - } + "create": { + "type": "create" }, - "speech_balloons": { - "type": "list", - "args": { - "list_name": "speech_balloons" - } + "update": { + "type": "update" }, - "ground_pictures": { + "destroy": { + "type": "destroy" + } + } + }, + "authors": { + "actions": { + "index": { "type": "list", "args": { - "list_name": "ground_pictures" + "list_name": "public" } }, - "ground_colors": { - "type": "list", + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "ground_colors" + "list_name": "public" } + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "artist": { + "artists": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" } }, - "resource_pictures": { - "type": "list", + "show": { + "type": "show" + }, + "count": { + "type": "count", "args": { - "list_name": "resource_pictures" + "list_name": "public" } + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "system_picture": { + "system_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public_list" + "list_name": "public" + } + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" } } } @@ -646,150 +1271,194 @@ "home": { "actions": { "scrolls": { - "item_name": "scroll", "type": "list", "args": { - "list_name": "private_list" + "item_name": "scroll", + "list_name": "private" } }, "scroll_panels": { - "item_name": "scroll_panel", "type": "list", "args": { - "list_name": "private_list" + "item_name": "scroll_panel", + "list_name": "private" } }, "comics": { - "item_name": "comic", "type": "list", "args": { - "list_name": "private_list" + "item_name": "comic", + "list_name": "private" } }, "stories": { - "item_name": "story", "type": "list", "args": { - "list_name": "private_list" + "item_name": "story", + "list_name": "private" } }, "story_sheets": { - "item_name": "story_sheet", "type": "list", "args": { - "list_name": "private_list" + "item_name": "story_sheet", + "list_name": "private" } }, "sheets": { - "item_name": "sheet", "type": "list", "args": { - "list_name": "private_list" + "item_name": "sheet", + "list_name": "private" } }, "sheet_panels": { - "item_name": "sheet_panel", "type": "list", "args": { - "list_name": "private_list" + "item_name": "sheet_panel", + "list_name": "private" } }, "panels": { - "item_name": "panel", "type": "list", "args": { - "list_name": "private_list" + "item_name": "panel", + "list_name": "private" } }, "panel_pictures": { - "item_name": "panel_picture", "type": "list", "args": { - "list_name": "private_list" + "item_name": "panel_picture", + "list_name": "private" } }, "speech_balloons": { - "item_name": "speech_balloon", "type": "list", "args": { - "list_name": "private_list" + "item_name": "speech_balloon", + "list_name": "private" } }, "speeches": { - "item_name": "speech", "type": "list", "args": { - "list_name": "private_list" + "item_name": "speech", + "list_name": "private" } }, "balloons": { - "item_name": "balloon", "type": "list", "args": { - "list_name": "private_list" + "item_name": "balloon", + "list_name": "private" } }, "ground_pictures": { - "item_name": "ground_picture", "type": "list", "args": { - "list_name": "private_list" + "item_name": "ground_picture", + "list_name": "private" } }, "ground_colors": { - "item_name": "ground_color", "type": "list", "args": { - "list_name": "private_list" + "item_name": "ground_color", + "list_name": "private" } }, "original_pictures": { - "item_name": "original_picture", "type": "list", "args": { - "list_name": "private_list" + "item_name": "original_picture", + "list_name": "private" } }, "resource_pictures": { - "item_name": "resource_picture", "type": "list", "args": { - "list_name": "private_list" + "item_name": "resource_picture", + "list_name": "private" } } } } }, "models": { + "folder": { + "associations": { + "belongs_to": {}, + "has_many": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "controller_name": { + "type": "text", + "rules": {} + }, + "action_name": { + "type": "text", + "rules": {} + }, + "category_id": { + "type": "number" + }, + "t": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "parent_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "lft": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "rgt": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "depth": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, "scroll": { - "class_name": "Scroll", - "table_name": "scrolls", "associations": { "belongs_to": { - "author": { - "id_column": "author_id" - } + "author": {} }, "has_many": { - "scroll_panels": { - "foreign_key": "scroll_id", - "model_name": "scroll_panel" - }, + "scroll_panels": {}, "panels": { - "through": "scroll_panel", - "foreign_key": "scroll_id", - "model_name": "panel" + "through": "scroll_panels" } } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "title": { "type": "text", "rules": { @@ -808,7 +1477,9 @@ }, "source": { "type": "magic_number", - "key": "scroll_visible_items" + "args": { + "select_item_name": "scroll_visible_items" + } } }, "author_id": { @@ -817,79 +1488,18 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "scroll_panels": { - "type": "has_many", - "args": { - "association_name": "scroll_panels" - } - }, - "panels": { - "type": "has_many_through", - "args": { - "association_name": "panels" - } - }, - "by_author": { - "type": "filter", - "args": { - "from": "author", - "filter_key": "author_id" - } - }, - "by_panel": { - "type": "through_filter", - "args": { - "from": "panel", - "through": "scroll_panels", - "filter_key": "panel_id" - } - }, - "play": { - "type": "play", - "args": { - "model_name": "scroll_panel", - "filter_key": "scroll_id" - } } } }, "scroll_panel": { - "class_name": "ScrollPanel", - "table_name": "scroll_panels", "associations": { "belongs_to": { - "panel": { - "id_column": "panel_id" - }, - "scroll": { - "id_column": "scroll_id" - } + "panel": {}, + "scroll": {} }, "has_many": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "scroll_id": { "type": "number", "rules": { @@ -918,62 +1528,22 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_scroll": { - "type": "filter", - "args": { - "from": "scroll", - "filter_key": "scroll_id" - } - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } } } }, "comic": { - "class_name": "Comic", - "table_name": "comics", "associations": { "belongs_to": { - "author": { - "id_column": "author_id" - } + "author": {} }, "has_many": { + "comic_stories": {}, "stories": { - "foreign_key": "comic_id", - "model_name": "story" + "through": "comic_stories" } - }, - "has_many_through": {} + } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "title": { "type": "text", "rules": { @@ -992,7 +1562,9 @@ }, "source": { "type": "magic_number", - "key": "comic_visible_items" + "args": { + "select_item_name": "comic_visible_items" + } } }, "author_id": { @@ -1001,71 +1573,64 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" } + } + }, + "comic_story": { + "associations": { + "belongs_to": { + "comic": {}, + "story": {} + }, + "has_many": {} }, - "lists": { - "public_list": { - "type": "public" + "attributes": { + "comic_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "story_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "stories": { - "type": "has_many", - "args": { - "association_name": "stories" + "t": { + "type": "number", + "rules": { + "required": true, + "number": true, + "min": 0 } }, - "by_author": { - "type": "filter", - "args": { - "from": "author", - "filter_key": "author_id" + "author_id": { + "type": "number", + "rules": { + "required": true, + "number": true } } } }, "story": { - "class_name": "Story", - "table_name": "stories", "associations": { - "belongs_to": { - "comic": { - "id_column": "comic_id" - } - }, + "belongs_to": {}, "has_many": { - "story_sheets": { - "foreign_key": "story_id", - "model_name": "story_sheet" + "comic_stories": {}, + "comics": { + "through": "comic_stories" }, + "story_sheets": {}, "sheets": { - "through": "story_sheets", - "foreign_key": "story_id", - "model_name": "sheet" + "through": "story_sheets" } } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, - "comic_id": { - "type": "number", - "rules": { - "number": true - } - }, "title": { "type": "text", "rules": {} @@ -1090,93 +1655,34 @@ }, "source": { "type": "magic_number", - "key": "story_visible_items" + "args": { + "select_item_name": "story_visible_items" + } } }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" + "author_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } - }, - "lists": { - "public_list": { - "type": "public" + } + }, + "story_sheet": { + "associations": { + "belongs_to": { + "story": {}, + "sheet": {} }, - "private_list": { - "type": "private" - }, - "story_sheets": { - "type": "has_many", - "args": { - "association_name": "story_sheets" - } - }, - "sheets": { - "type": "has_many", - "args": { - "association_name": "sheets" - } - }, - "by_comic": { - "type": "filter", - "args": { - "from": "comic", - "filter_key": "comic_id" - } - }, - "by_sheet": { - "type": "through_filter", - "args": { - "from": "sheet", - "through": "story_sheets", - "filter_key": "sheet_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } - }, - "play": { - "type": "play", - "args": { - "model_name": "story_sheet", - "filter_key": "story_id" - } - } - } - }, - "story_sheet": { - "class_name": "StorySheet", - "table_name": "story_sheets", - "associations": { - "belongs_to": { - "story": { - "id_column": "story_id" - }, - "sheet": { - "id_column": "sheet_id" - } - }, - "has_many": {} - }, - "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, - "story_id": { - "type": "number", - "rules": { - "number": true - } + "has_many": {} + }, + "attributes": { + "story_id": { + "type": "number", + "rules": { + "number": true + } }, "sheet_id": { "type": "number", @@ -1198,75 +1704,26 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_story": { - "type": "filter", - "args": { - "from": "story", - "filter_key": "story_id" - } - }, - "by_sheet": { - "type": "filter", - "args": { - "from": "sheet", - "filter_key": "sheet_id" - } } } }, "sheet": { - "class_name": "Sheet", - "table_name": "sheets", "associations": { "belongs_to": { - "author": { - "id_column": "author_id" - } + "author": {} }, "has_many": { - "story_sheets": { - "foreign_key": "story_id", - "model_name": "story_sheet" - }, + "story_sheets": {}, "stories": { - "through": "story_sheets", - "foreign_key": "sheet_id", - "model_name": "story" - }, - "sheet_panels": { - "foreign_key": "sheet_id", - "model_name": "sheet_panel" + "through": "story_sheets" }, + "sheet_panels": {}, "panels": { - "through": "sheet_panels", - "foreign_key": "sheet_id", - "model_name": "panel" + "through": "sheet_panels" } } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "caption": { "type": "text", "rules": {} @@ -1293,7 +1750,9 @@ }, "source": { "type": "magic_number", - "key": "sheet_visible_items" + "args": { + "select_item_name": "sheet_visible_items" + } } }, "author_id": { @@ -1302,99 +1761,18 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "story_sheets": { - "type": "has_many", - "args": { - "association_name": "story_sheets" - } - }, - "stories": { - "type": "has_many", - "args": { - "association_name": "stories" - } - }, - "sheet_panels": { - "type": "has_many", - "args": { - "association_name": "sheet_panels" - } - }, - "panels": { - "type": "has_many", - "args": { - "association_name": "panels" - } - }, - "by_story": { - "type": "through_filter", - "args": { - "from": "story", - "through": "story_sheets", - "filter_key": "story_id" - } - }, - "by_panel": { - "type": "through_filter", - "args": { - "from": "panel", - "through": "sheet_panels", - "filter_key": "panel_id" - } - }, - "by_author": { - "type": "filter", - "args": { - "from": "author", - "filter_key": "author_id" - } - }, - "play": { - "type": "play", - "args": { - "model_name": "sheet_panel", - "filter_key": "sheet_id" - } } } }, "sheet_panel": { - "class_name": "SheetPanel", - "table_name": "sheet_panels", "associations": { "belongs_to": { - "sheet": { - "id_column": "sheet_id" - }, - "panel": { - "id_column": "panel_id" - } + "sheet": {}, + "panel": {} }, "has_many": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "sheet_id": { "type": "number", "rules": { @@ -1442,92 +1820,30 @@ "rules": { "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_sheet": { - "type": "filter", - "args": { - "association_name": "sheet_panels", - "from": "sheet", - "filter_key": "sheet_id" - } - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } } } }, "panel": { - "class_name": "Panel", - "table_name": "panels", "associations": { "belongs_to": { - "author": { - "id_column": "author_id" - } + "author": {} }, "has_many": { - "scroll_panels": { - "foreign_key": "panel_id", - "model_name": "scroll_panel" - }, + "scroll_panels": {}, "scrolls": { - "through": "scroll_panels", - "foreign_key": "panel_id", - "model_name": "scroll" - }, - "sheet_panels": { - "foreign_key": "panel_id", - "model_name": "sheet_panel" + "through": "scroll_panels" }, + "sheet_panels": {}, "sheets": { - "through": "sheet_panels", - "foreign_key": "panel_id", - "model_name": "sheet" - }, - "panel_pictures": { - "foreign_key": "panel_id", - "model_name": "panel_picture" + "through": "sheet_panels" }, - "speech_balloons": { - "foreign_key": "panel_id", - "model_name": "speech_balloon" - }, - "ground_pictures": { - "foreign_key": "panel_id", - "model_name": "ground_picture" - }, - "ground_colors": { - "foreign_key": "panel_id", - "model_name": "ground_color" - } + "panel_pictures": {}, + "speech_balloons": {}, + "ground_pictures": {}, + "ground_colors": {} } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "width": { "type": "number", "rules": { @@ -1564,7 +1880,9 @@ }, "source": { "type": "magic_number", - "key": "panel_visible_items" + "args": { + "select_item_name": "panel_visible_items" + } } }, "author_id": { @@ -1573,121 +1891,17 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "scroll_panels": { - "type": "has_many", - "args": { - "association_name": "scroll_panels" - } - }, - "scrolls": { - "type": "has_many", - "args": { - "association_name": "scrolls" - } - }, - "sheet_panels": { - "type": "has_many", - "args": { - "association_name": "sheet_panels" - } - }, - "sheets": { - "type": "has_many", - "args": { - "association_name": "sheets" - } - }, - "panel_pictures": { - "type": "has_many", - "args": { - "association_name": "panel_pictures" - } - }, - "speech_balloons": { - "type": "has_many", - "args": { - "association_name": "speech_balloons" - } - }, - "ground_pictures": { - "type": "has_many", - "args": { - "association_name": "ground_pictures" - } - }, - "ground_colors": { - "type": "has_many", - "args": { - "association_name": "ground_colors" - } - }, - "by_scroll": { - "type": "through_filter", - "args": { - "from": "scroll", - "through": "scroll_panels", - "filter_key": "scroll_id" - } - }, - "by_sheet": { - "type": "through_filter", - "args": { - "from": "sheet", - "through": "sheet_panels", - "filter_key": "sheet_id" - } - }, - "by_author": { - "type": "filter", - "args": { - "from": "author", - "filter_key": "author_id" - } - }, - "by_speech_balloon_template": { - "type": "through_filter", - "args": { - "from": "speech_balloon_template", - "through": "speech_balloons", - "filter_key": "speech_balloon_template_id" - } } } }, "panel_picture": { - "class_name": "PanelPicture", - "table_name": "panel_pictures", "associations": { "belongs_to": { - "panel": { - "id_column": "panel_id" - } + "panel": {} }, "has_many": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "panel_id": { "type": "number", "rules": { @@ -1754,67 +1968,22 @@ "number": true, "min": 0 } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } } } }, "speech_balloon": { - "class_name": "SpeechBalloon", - "table_name": "speech_balloons", - "extend": "classname", "associations": { "belongs_to": { - "panel": { - "id_column": "panel_id" - } + "panel": {}, + "speech_balloon_template": {} }, "has_many": {}, "has_one": { - "balloon": { - "foreign_key": "speech_balloon_id", - "model_name": "balloon" - }, - "speech": { - "foreign_key": "speech_balloon_id", - "model_name": "speech" - } + "balloon": {}, + "speech": {} } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "panel_id": { "type": "number", "rules": { @@ -1828,7 +1997,7 @@ "number": true } }, - "classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1850,79 +2019,45 @@ "min": 0 } }, - "settings": { + "speech_balloon_template_settings": { "type": "text", "rules": {} }, "caption": { "type": "text", "rules": {} - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } - }, - "by_speech_balloon_template": { - "type": "filter", - "args": { - "from": "speech_balloon_template", - "filter_key": "speech_balloon_template_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } } } }, "balloon": { - "class_name": "Balloon", - "table_name": "balloons", "associations": { "belongs_to": { - "speech_balloon": { - "id_column": "speech_balloon_id" - }, - "system_picture": { - "id_column": "system_picture_id" - } + "speech_balloon": {}, + "system_picture": {}, + "speech_balloon_template": {} }, "has_many": {} }, "attributes": { - "id": { + "speech_balloon_id": { "type": "number", - "primary_key": 1, "rules": { "number": true } }, - "speech_balloon_id": { + "speech_balloon_template_id": { "type": "number", "rules": { + "required": true, "number": true } }, + "speech_balloon_template_module_name": { + "type": "text", + "rules": { + "required": true + } + }, "system_picture_id": { "type": "number", "rules": { @@ -1967,86 +2102,57 @@ "number": true } }, - "settings": { + "speech_balloon_template_settings": { "type": "text", "rules": {} - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } - }, - "by_speech_balloon_template": { - "type": "filter", - "args": { - "from": "speech_balloon_template", - "filter_key": "speech_balloon_template_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } } } }, "speech": { - "class_name": "Speech", - "table_name": "speeches", "associations": { "belongs_to": { - "speech_balloon": { - "id_column": "speech_balloon_id" - }, - "writing_format": { - "id_column": "writing_format_id" - } + "speech_balloon": {}, + "writing_format": {}, + "speech_balloon_template": {} }, "has_many": {} }, "attributes": { - "id": { + "speech_balloon_id": { "type": "number", - "primary_key": 1, "rules": { "number": true } }, - "speech_balloon_id": { + "speech_balloon_template_id": { "type": "number", "rules": { + "required": true, "number": true } }, + "speech_balloon_template_module_name": { + "type": "text", + "rules": { + "required": true + } + }, "writing_format_id": { "type": "number", "source": { - "type": "model", - "key": "writing_format_items" + "type": "model" }, "rules": { "required": true, "number": true } }, + "writing_format_module_name": { + "type": "text", + "rules": { + "required": true + } + }, "content": { "type": "text", "rules": {} @@ -2060,7 +2166,9 @@ }, "source": { "type": "magic_number", - "key": "speech_font_size_items" + "args": { + "select_item_name": "speech_font_size_items" + } } }, "text_align": { @@ -2075,7 +2183,9 @@ }, "source": { "type": "magic_number", - "key": "speech_text_align_items" + "args": { + "select_item_name": "speech_text_align_items" + } } }, "fore_color": { @@ -2123,61 +2233,24 @@ "type": "text", "rules": {} }, - "settings": { + "speech_balloon_template_settings": { "type": "text", "rules": {} }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "by_speech_balloon": { - "type": "filter", - "args": { - "from": "speech_balloon", - "includes": { - "speech_balloon": { - "panel": {} - } - }, - "filter_key": "speech_balloon_id" - } - }, - "by_writing_format": { - "type": "filter", - "args": { - "from": "writing_format", - "filter_key": "writing_format_id" - } + "writing_format_settings": { + "type": "text", + "rules": {} } } }, "ground_picture": { - "class_name": "GroundPicture", - "table_name": "ground_pictures", "associations": { "belongs_to": { - "panel": { - "id_column": "panel_id" - } + "panel": {} }, "has_many": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "panel_id": { "type": "number", "rules": { @@ -2207,7 +2280,9 @@ }, "source": { "type": "magic_number", - "key": "ground_picture_repeat_items" + "args": { + "select_item_name": "ground_picture_repeat_items" + } } }, "x": { @@ -2239,56 +2314,17 @@ "number": true, "min": 0 } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } } } }, "ground_color": { - "class_name": "GroundColor", - "table_name": "ground_colors", "associations": { "belongs_to": { - "panel": { - "id_column": "panel_id" - } + "panel": {} }, "has_many": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "panel_id": { "type": "number", "rules": { @@ -2322,7 +2358,9 @@ }, "source": { "type": "magic_number", - "key": "ground_color_orientation_items" + "args": { + "select_item_name": "ground_color_orientation_items" + } } }, "xy": { @@ -2352,67 +2390,22 @@ "number": true, "min": 0 } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "args": { - "from": "panel", - "filter_key": "panel_id" - } - }, - "by_author": { - "type": "element_filter", - "args": { - "from": "author", - "filter_key": "author_id" - } } } }, "original_picture": { - "class_name": "OriginalPicture", - "table_name": "original_pictures", "associations": { "belongs_to": { - "artist": { - "id_column": "artist_id" - } + "artist": {} }, "has_many": { - "pictures": { - "foreign_key": "original_picture_id", - "model_name": "picture" - } + "pictures": {} }, "has_one": { - "resource_picture": { - "foreign_key": "original_picture_id", - "model_name": "resource_picture" - } + "resource_picture": {} } }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "ext": { "type": "text", "rules": { @@ -2461,43 +2454,19 @@ }, "stopped_at": { "type": "datetime" - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "private_list": { - "type": "private" } } }, "picture": { - "class_name": "Picture", - "table_name": "pictures", "associations": { "belongs_to": { - "license": { - "id_column": "license_id" - }, - "artist": { - "id_column": "artist_id" - } + "license": {}, + "artist": {} }, "has_many": {}, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "original_picture_id": { "type": "number", "rules": { @@ -2565,54 +2534,37 @@ "required": true } }, - "credit": { + "license_group_settings": { "type": "text", "rules": {} }, - "settings": { + "credit_picture_settings": { + "type": "text", + "rules": {} + }, + "license_settings": { "type": "text", "rules": {} }, - "classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" } } }, "resource_picture": { - "class_name": "ResourcePicture", - "table_name": "resource_pictures", "associations": { "belongs_to": { - "original_picture": { - "id_column": "original_picture_id" - }, - "license": { - "id_column": "license_id" - }, - "artist": { - "id_column": "artist_id" - } + "original_picture": {}, + "license": {}, + "artist": {} }, "has_many": {}, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "original_picture_id": { "type": "number", "rules": { @@ -2620,13 +2572,6 @@ "number": true } }, - "revision": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "ext": { "type": "text", "rules": { @@ -2680,11 +2625,15 @@ "required": true } }, - "credit": { + "license_group_settings": { "type": "text", "rules": {} }, - "settings": { + "credit_picture_settings": { + "type": "text", + "rules": {} + }, + "license_settings": { "type": "text", "rules": {} }, @@ -2695,79 +2644,35 @@ "number": true } }, - "classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_license": { - "type": "filter", - "args": { - "from": "license", - "filter_key": "license_id" - } - }, - "by_artist": { - "type": "filter", - "args": { - "from": "artist", - "filter_key": "artist_id" - } } } }, "speech_balloon_template": { - "class_name": "SpeechBalloonTemplate", - "table_name": "speech_balloon_templates", "associations": { "belongs_to": { - "system_picture": { - "id_column": "system_picture_id" - } + "system_picture": {} }, "has_many": { - "speech_balloons": { - "foreign_key": "speech_balloon_template_id", - "model_name": "speech_balloon" - }, + "speech_balloons": {}, "panels": { - "through": "speech_balloons", - "foreign_key": "speech_balloon_template_id", - "model_name": "panel" + "through": "speech_balloons" } }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "name": { "type": "text", "rules": { "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2799,67 +2704,27 @@ "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "select_items": { - "type": "system_resource" - }, - "speech_balloons": { - "type": "has_many", - "args": { - "association_name": "speech_balloons" - } - }, - "panels": { - "type": "has_many", - "args": { - "association_name": "panels" - } } } }, "writing_format": { - "class_name": "WritingFormat", - "table_name": "writing_formats", "associations": { "belongs_to": { - "system_picture": { - "id_column": "system_picture_id" - } + "system_picture": {} }, "has_many": { - "speeches": { - "foreign_key": "writing_format_id", - "model_name": "speech" - } + "speeches": {} }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "name": { "type": "text", "rules": { "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2883,64 +2748,25 @@ "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "select_items": { - "type": "system_resource" - }, - "speeches": { - "type": "has_many", - "args": { - "association_name": "speeches" - } - }, - "by_system_picture": { - "type": "filter", - "args": { - "from": "system_picture", - "filter_key": "system_picture_id" - } } } }, "license_group": { - "class_name": "LicenseGroup", - "table_name": "license_groups", "associations": { "belongs_to": {}, "has_many": { - "licenses": { - "foreign_key": "license_group_id", - "model_name": "license" - } + "licenses": {} }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "name": { "type": "text", "rules": { "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2957,61 +2783,31 @@ "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "select_items": { - "type": "system_resource" - }, - "licenses": { - "type": "has_many", - "args": { - "association_name": "licenses" - } } } }, "license": { - "class_name": "License", - "table_name": "licenses", "associations": { "belongs_to": { - "license_group": { - "id_column": "license_group_id" - }, - "system_picture": { - "id_column": "system_picture_id" - } + "license_group": {}, + "system_picture": {} }, "has_many": { - "resource_pictures": { - "foreign_key": "license_id", - "model_name": "resource_picture" - } + "resource_pictures": {} }, "has_one": {} }, "attributes": { - "id": { + "license_group_id": { "type": "number", - "primary_key": 1, "rules": { "number": true } }, - "license_group_id": { - "type": "number", + "license_group_module_name": { + "type": "text", "rules": { - "number": true + "required": true } }, "name": { @@ -3039,84 +2835,29 @@ "required": true } }, - "settings": { + "license_group_settings": { "type": "text", "rules": {} }, - "credit_pictures": { + "credit_picture_settings": { "type": "text", "rules": {} - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" } - }, - "lists": { - "public_list": { - "type": "public" - }, - "resource_pictures": { - "type": "has_many", - "args": { - "association_name": "resource_pictures" - } - }, - "by_license_group": { - "type": "filter", - "args": { - "from": "license_group", - "filter_key": "license_group_id" - } - }, - "by_system_picture": { - "type": "filter", - "args": { - "from": "system_picture", - "filter_key": "system_picture_id" - } - } - } - }, - "author": { - "class_name": "Author", - "table_name": "authors", - "associations": { - "belongs_to": {}, - "has_many": { - "scrolls": { - "foreign_key": "author_id", - "model_name": "scroll" - }, - "comics": { - "foreign_key": "author_id", - "model_name": "comic" - }, - "stories": { - "foreign_key": "author_id", - "model_name": "story" - }, - "sheets": { - "foreign_key": "author_id", - "model_name": "sheet" - }, - "panels": { - "foreign_key": "author_id", - "model_name": "panel" - } + } + }, + "author": { + "associations": { + "belongs_to": {}, + "has_many": { + "scrolls": {}, + "comics": {}, + "stories": {}, + "sheets": {}, + "panels": {} }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "name": { "type": "text", "rules": { @@ -3129,95 +2870,18 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "scrolls": { - "type": "has_many", - "args": { - "association_name": "scrolls" - } - }, - "comics": { - "type": "has_many", - "args": { - "association_name": "comics" - } - }, - "stories": { - "type": "has_many", - "args": { - "association_name": "stories" - } - }, - "sheets": { - "type": "has_many", - "args": { - "association_name": "sheets" - } - }, - "panels": { - "type": "has_many", - "args": { - "association_name": "panels" - } - }, - "panel_pictures": { - "type": "has_many", - "args": { - "association_name": "panel_pictures" - } - }, - "speech_balloons": { - "type": "has_many", - "args": { - "association_name": "speech_balloons" - } - }, - "ground_pictures": { - "type": "has_many", - "args": { - "association_name": "ground_pictures" - } - }, - "ground_colors": { - "type": "has_many", - "args": { - "association_name": "ground_colors" - } } } }, "artist": { - "class_name": "Artist", - "table_name": "artists", "associations": { "belongs_to": {}, "has_many": { - "resource_pictures": { - "foreign_key": "artist_id", - "model_name": "resource_picture" - } + "resource_pictures": {} }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "name": { "type": "text", "rules": { @@ -3230,55 +2894,21 @@ "required": true, "number": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" - } - }, - "lists": { - "public_list": { - "type": "public" - }, - "resource_pictures": { - "type": "has_many", - "args": { - "association_name": "resource_pictures" - } } } }, "system_picture": { - "class_name": "SystemPicture", - "table_name": "system_pictures", "associations": { "belongs_to": {}, "has_many": { - "balloons": { - "foreign_key": "system_picture_id", - "model_name": "balloon" - }, - "balloon_templates": { - "foreign_key": "system_picture_id", - "model_name": "balloon_template" - }, - "licenses": { - "foreign_key": "system_picture_id", - "model_name": "license" - } + "balloons": {}, + "speech_balloon_templates": {}, + "licenses": {}, + "writing_formats": {} }, "has_one": {} }, "attributes": { - "id": { - "type": "number", - "primary_key": 1, - "rules": { - "number": true - } - }, "ext": { "type": "text", "rules": { @@ -3311,666 +2941,801 @@ "rules": { "required": true } - }, - "created_at": { - "type": "datetime" - }, - "updated_at": { - "type": "datetime" } - }, - "lists": { - "public_list": { - "type": "public" + } + }, + "circle_speech_balloon_speech_balloon": { + "attributes": { + "width": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } - } - }, - "lists": { - "scroll": { - "lists": { - "public_list": { - "type": "public" + }, + "pettanr_creative_commons_v30_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "scroll_panels": { - "type": "has_many", - "association_name": "scroll_panels" + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "panels": { - "type": "has_many_through", - "association_name": "panels" + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "filter", - "from": "author", - "filter_key": "author_id" + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "through_filter", - "from": "panel", - "through": "scroll_panels", - "filter_key": "panel_id" + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "play": { - "type": "play", - "model": "scroll_panel", - "filter_key": "scroll_id" - } - } - }, - "scroll_panel": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_scroll": { - "type": "filter", - "from": "scroll", - "filter_key": "scroll_id" + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "comic": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "stories": { - "type": "has_many", - "association_name": "stories" + "pettanr_creative_commons_v30_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "filter", - "from": "author", - "filter_key": "author_id" + "source_url_off_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "story": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "story_sheets": { - "type": "has_many", - "association_name": "story_sheets" + "pettanr_creative_commons_v30_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "sheets": { - "type": "has_many", - "association_name": "sheets" + "artist_name": { + "type": "text", + "rules": { + "required": true + } }, - "by_comic": { - "type": "filter", - "from": "comic", - "filter_key": "comic_id" + "caption": { + "type": "text", + "rules": {} }, - "by_sheet": { - "type": "through_filter", - "from": "sheet", - "through": "story_sheets", - "filter_key": "sheet_id" + "artist_url": { + "type": "text", + "rules": {} }, - "by_author": { - "type": "element_filter", - "from": "author", - "filter_key": "author_id" + "source_url": { + "type": "text", + "rules": {} }, - "play": { - "type": "play", - "model": "story_sheet", - "filter_key": "story_id" + "more_permission_url": { + "type": "text", + "rules": {} } } }, - "story_sheet": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_pettan_commons_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_story": { - "type": "filter", - "from": "story", - "filter_key": "story_id" + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_sheet": { - "type": "filter", - "from": "sheet", - "filter_key": "sheet_id" - } - } - }, - "sheet": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "story_sheets": { - "type": "has_many", - "association_name": "story_sheets" - }, - "stories": { - "type": "has_many", - "association_name": "stories" - }, - "sheet_panels": { - "type": "has_many", - "association_name": "sheet_panels" - }, - "panels": { - "type": "has_many", - "association_name": "panels" + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_story": { - "type": "through_filter", - "from": "story", - "through": "story_sheets", - "filter_key": "story_id" + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "through_filter", - "from": "panel", - "through": "sheet_panels", - "filter_key": "panel_id" + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "filter", - "from": "author", - "filter_key": "author_id" + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "play": { - "type": "play", - "model": "sheet_panel", - "filter_key": "sheet_id" + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "sheet_panel": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_sheet": { - "type": "filter", - "association_name": "sheet_panels", - "from": "sheet", - "filter_key": "sheet_id" + "pettanr_pettan_commons_v01_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "source_url_off_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "panel": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "scroll_panels": { - "type": "has_many", - "association_name": "scroll_panels" - }, - "scrolls": { - "type": "has_many", - "association_name": "scrolls" - }, - "sheet_panels": { - "type": "has_many", - "association_name": "sheet_panels" - }, - "sheets": { - "type": "has_many", - "association_name": "sheets" - }, - "panel_pictures": { - "type": "has_many", - "association_name": "panel_pictures" - }, - "speech_balloons": { - "type": "has_many", - "association_name": "speech_balloons" - }, - "ground_pictures": { - "type": "has_many", - "association_name": "ground_pictures" - }, - "ground_colors": { - "type": "has_many", - "association_name": "ground_colors" - }, - "by_scroll": { - "type": "through_filter", - "from": "scroll", - "through": "scroll_panels", - "filter_key": "scroll_id" + "pettanr_pettan_commons_v01_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_sheet": { - "type": "through_filter", - "from": "sheet", - "through": "sheet_panels", - "filter_key": "sheet_id" + "artist_name": { + "type": "text", + "rules": { + "required": true + } }, - "by_author": { - "type": "filter", - "from": "author", - "filter_key": "author_id" + "caption": { + "type": "text", + "rules": { + "required": true + } }, - "by_speech_balloon_template": { - "type": "through_filter", - "from": "speech_balloon_template", - "through": "speech_balloons", - "filter_key": "speech_balloon_template_id" + "sources": { + "type": "text", + "rules": { + "required": true + } } } }, - "panel_picture": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" + "pettanr_pettan_protected_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "element_filter", - "from": "author", - "filter_key": "author_id" - } - } - }, - "speech_balloon": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_speech_balloon_template": { - "type": "filter", - "from": "speech_balloon_template", - "filter_key": "speech_balloon_template_id" + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "element_filter", - "from": "author", - "filter_key": "author_id" - } - } - }, - "speech": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "by_speech_balloon": { - "type": "filter", - "from": "speech_balloon", - "includes": { - "speech_balloon": { - "panel": {} - } - }, - "filter_key": "speech_balloon_id" + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_writing_format": { - "type": "filter", - "from": "writing_format", - "filter_key": "writing_format_id" - } - } - }, - "balloon": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "by_speech_balloon": { - "type": "filter", - "from": "speech_balloon", - "includes": { - "speech_balloon": { - "panel": {} - } - }, - "filter_key": "speech_balloon_id" - } - } - }, - "ground_picture": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "element_filter", - "from": "author", - "filter_key": "author_id" + "trackback": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "ground_color": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "private_list": { - "type": "private" - }, - "by_panel": { - "type": "filter", - "from": "panel", - "filter_key": "panel_id" + "pettanr_pettan_protected_v01_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_author": { - "type": "element_filter", - "from": "author", - "filter_key": "author_id" - } - } - }, - "original_picture": { - "default_page_size": 20, - "lists": { - "private_list": { - "type": "private" + "source_url_off_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "picture": {}, - "resource_picture": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_pettan_protected_v01_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "private_list": { - "type": "private" + "artist_name": { + "type": "text", + "rules": { + "required": true + } }, - "by_license": { - "type": "filter", - "from": "license", - "filter_key": "license_id" + "caption": { + "type": "text", + "rules": { + "required": true + } }, - "by_artist": { - "type": "filter", - "from": "artist", - "filter_key": "artist_id" + "sources": { + "type": "text", + "rules": { + "required": true + } } } }, - "speech_balloon_template": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "select_items": { - "type": "system_resource" - }, - "speech_balloons": { - "type": "has_many", - "association_name": "speech_balloons" + "pettanr_pettan_public_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "panels": { - "type": "has_many", - "association_name": "panels" - } - } - }, - "writing_format": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "select_items": { - "type": "system_resource" + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "speeches": { - "type": "has_many", - "association_name": "speeches" + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "by_system_picture": { - "type": "filter", - "from": "system_picture", - "filter_key": "system_picture_id" + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "trackback": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "license_group": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" - }, - "select_items": { - "type": "system_resource" - }, - "licenses": { - "type": "has_many", - "association_name": "licenses" + "pettanr_pettan_public_v01_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "license": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_pettan_public_v01_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "resource_pictures": { - "type": "has_many", - "association_name": "resource_pictures" + "artist_name": { + "type": "text", + "rules": { + "required": true + } }, - "by_license_group": { - "type": "filter", - "from": "license_group", - "filter_key": "license_group_id" + "caption": { + "type": "text", + "rules": { + "required": true + } }, - "by_system_picture": { - "type": "filter", - "from": "system_picture", - "filter_key": "system_picture_id" + "sources": { + "type": "text", + "rules": { + "required": true + } } } }, - "author": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_public_domain_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "scrolls": { - "type": "has_many", - "association_name": "scrolls" + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "comics": { - "type": "has_many", - "association_name": "comics" + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "stories": { - "type": "has_many", - "association_name": "stories" + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "sheets": { - "type": "has_many", - "association_name": "sheets" + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "panels": { - "type": "has_many", - "association_name": "panels" + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "panel_pictures": { - "type": "has_many", - "association_name": "panel_pictures" + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "speech_balloons": { - "type": "has_many", - "association_name": "speech_balloons" + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "ground_pictures": { - "type": "has_many", - "association_name": "ground_pictures" + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "ground_colors": { - "type": "has_many", - "association_name": "ground_colors" + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "trackback": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "artist": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_public_domain_v01_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "resource_pictures": { - "type": "has_many", - "association_name": "resource_pictures" + "source_url_off_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "system_picture": { - "default_page_size": 20, - "lists": { - "public_list": { - "type": "public" + "pettanr_public_domain_v01_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "artist_name": { + "type": "text", + "rules": { + "required": true + } + }, + "source_url": { + "type": "text", + "rules": { + "required": true + } + }, + "note": { + "type": "text", + "rules": { + "required": true + } } } - } - }, - "system_resources": { - "engine_resources": { - "license_groups": { - "PettanrCreativeCommonsV30Licenses": "pettanr_creative_commons_v30_licenses", - "PettanrPettanCommonsV01Licenses": "pettanr_pettan_commons_v01_licenses", - "PettanrPettanProtectedV01Licenses": "pettanr_pettan_protected_v01_licenses", - "PettanrPettanPublicV01Licenses": "pettanr_pettan_public_v01_licenses", - "PettanrPublicDomainV01Licenses": "pettanr_public_domain_v01_licenses", - "PettanrUnknownV01Licenses": "pettanr_unknown_v01_licenses" - }, - "speech_balloon_templates": { - "CircleSpeechBalloon": "circle_speech_balloon", - "PlainSpeechBalloon": "plain_speech_balloon", - "SquareSpeechBalloon": "square_speech_balloon" - }, - "writing_formats": { - "SimpleFormat": "pettanr_simple_format" + }, + "pettanr_unknown_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "official": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "attribution": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "derive": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "thumbnail": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "reverse": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "sync_vh": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "overlap": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "trackback": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } } }, - "elements": { - "PanelPicture": "panel_pictures", - "SpeechBalloon": "speech_balloons", - "GroundPicture": "ground_pictures", - "GroundColor": "ground_colors" - } - }, - "magic_numbers": { - "run_mode": 1, - "thumbnail_width": 64, - "thumbnail_height": 64, - "profile": { - "users": { - "caption": "ペンギン王国", - "url": "http://localhost:3001/", - "description": "ペンギン王国はペンギン素材を豊富に用意したペンギンマニアのサイトです。" - }, - "admins": { - "caption": "site name for admin", - "url": "http://your.site.url/admins/", - "description": "admin register" - }, - "demand_users": { - "caption": "provider name", - "url": "http://your.site.url/demanders/", - "description": "provider description" + "pettanr_unknown_v01_licenses_credit_picture": { + "attributes": { + "source_url_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "source_url_off_btn_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } } }, - "provider_sources": [ - "http://sourceforge.jp/projects/pettanr/wiki/ProviderSource/attach/provider_source.json" - ] + "pettanr_unknown_v01_licenses_attribute": { + "attributes": { + "license_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "system_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "source_url": { + "type": "text", + "rules": { + "required": true + } + }, + "note": { + "type": "text", + "rules": { + "required": true + } + } + } + } }, - "select_items": { - "model_loader": { - "writing_format_items": { - "model": "writing_format", - "list_name": "select_items", - "caption": "caption" + "system_resources": { + "templates": { + "license_group": { + "template_items": { + "PettanrCreativeCommonsV30Licenses": "pettanr_creative_commons_v30_licenses", + "PettanrPettanCommonsV01Licenses": "pettanr_pettan_commons_v01_licenses", + "PettanrPettanProtectedV01Licenses": "pettanr_pettan_protected_v01_licenses", + "PettanrPettanPublicV01Licenses": "pettanr_pettan_public_v01_licenses", + "PettanrPublicDomainV01Licenses": "pettanr_public_domain_v01_licenses", + "PettanrUnknownV01Licenses": "pettanr_unknown_v01_licenses" + } }, - "license_group_items": { - "model": "license_group", - "list_name": "select_items", - "caption": "caption" + "speech_balloon_template": { + "template_items": { + "CircleSpeechBalloon": "circle_speech_balloon", + "PlainSpeechBalloon": "plain_speech_balloon", + "SquareSpeechBalloon": "square_speech_balloon", + "TestSpeechBalloon": "test_speech_balloon" + } }, - "speech_balloon_template_items": { - "model": "speech_balloon_template", - "list_name": "select_items", - "caption": "caption" + "writing_format": { + "has_route": 0, + "template_items": { + "PettanrSimpleFormat": "pettanr_simple_format" + } } }, - "magic_number": { + "select_items": { "provider_status_status_items": [ [ "select_items.provider_status.status.waiting", @@ -4135,2687 +3900,29 @@ ] } }, - "locals": { - "profilers": { - "scroll": { - "lists": { - "scroll_panels.by_scroll": { - "model_name": "scroll_panel", - "list_name": "by_scroll" - }, - "panels.by_scroll": { - "model_name": "panel", - "list_name": "by_scroll" - } - }, - "columns": [ - "id", - "title", - "description", - "visible", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "author" - ], - "has_many": [ - "scroll_panels.by_scroll", - "panels.by_scroll" - ] - } - }, - "scroll_panel": { - "lists": {}, - "columns": [ - "id", - "scroll_id", - "panel_id", - "t", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "scroll", - "panel" - ], - "has_many": [] - } - }, - "comic": { - "lists": { - "stories.by_comic": { - "model_name": "story", - "list_name": "by_comic" - } - }, - "columns": [ - "id", - "title", - "description", - "visible", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "author" - ], - "has_many": [ - "stories.by_comic" - ] - } - }, - "story": { - "lists": { - "story_sheets.by_story": { - "model_name": "story_sheet", - "list_name": "by_story" - }, - "sheets.by_story": { - "model_name": "sheet", - "list_name": "by_story" - } - }, - "columns": [ - "id", - "comic_id", - "title", - "description", - "t", - "visible", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "comic" - ], - "has_many": [ - "story_sheets.by_story", - "sheets.by_story" - ] - } - }, - "story_sheet": { - "lists": {}, - "columns": [ - "id", - "story_id", - "sheet_id", - "t", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "story", - "sheet" - ], - "has_many": [] - } - }, - "sheet": { - "lists": { - "story_sheets.by_sheet": { - "model_name": "story_sheet", - "list_name": "by_sheet" - }, - "stories.by_sheet": { - "model_name": "story", - "list_name": "by_sheet" - }, - "sheet_panels.by_sheet": { - "model_name": "sheet_panel", - "list_name": "by_sheet" - }, - "panels.by_sheet": { - "model_name": "panel", - "list_name": "by_sheet" - } - }, - "columns": [ - "id", - "caption", - "width", - "height", - "visible", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "author" - ], - "has_many": [ - "story_sheets.by_sheet", - "stories.by_sheet", - "sheet_panels.by_sheet", - "panels.by_sheet" - ] - } - }, - "sheet_panel": { - "lists": {}, - "columns": [ - "id", - "sheet_id", - "panel_id", - "x", - "y", - "z", - "t", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "sheet", - "panel" - ], - "has_many": [] - } - }, - "panel": { - "lists": { - "scroll_panels.by_panel": { - "model_name": "scroll_panel", - "list_name": "by_panel" - }, - "scrolls.by_panel": { - "model_name": "scroll", - "list_name": "by_panel" - }, - "sheet_panels.by_panel": { - "model_name": "sheet_panel", - "list_name": "by_panel" - }, - "sheets.by_panel": { - "model_name": "sheet", - "list_name": "by_panel" - }, - "panel_pictures.by_panel": { - "model_name": "panel_picture", - "list_name": "by_panel" - }, - "speech_balloons.by_panel": { - "model_name": "speech_balloon", - "list_name": "by_panel" - }, - "ground_pictures.by_panel": { - "model_name": "ground_picture", - "list_name": "by_panel" - }, - "ground_colors.by_panel": { - "model_name": "ground_color", - "list_name": "by_panel" - } - }, - "columns": [ - "id", - "width", - "height", - "border", - "caption", - "publish", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "author" - ], - "has_many": [ - "scroll_panels.by_panel", - "scrolls.by_panel", - "sheet_panels.by_panel", - "sheets.by_panel", - "panel_pictures.by_panel", - "speech_balloons.by_panel", - "ground_pictures.by_panel", - "ground_colors.by_panel" - ] - } - }, - "panel_picture": { - "lists": {}, - "columns": [ - "id", - "panel_id", - "picture_id", - "caption", - "x", - "y", - "width", - "height", - "link", - "z", - "t", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "panel" - ], - "has_many": [] - } - }, - "speech_balloon": { - "lists": { - "balloon.by_speech_balloon": { - "model_name": "balloon", - "list_name": "by_speech_balloon" - }, - "speech.by_speech_balloon": { - "model_name": "speech", - "list_name": "by_speech_balloon" - } - }, - "columns": [ - "id", - "panel_id", - "speech_balloon_template_id", - "classname", - "z", - "t", - "settings", - "caption", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "panel" - ], - "has_many": [], - "has_one": [ - "balloon.by_speech_balloon", - "speech.by_speech_balloon" - ] - } - }, - "speech": { - "lists": {}, - "columns": [ - "id", - "speech_balloon_id", - "writing_format_id", - "content", - "font_size", - "text_align", - "fore_color", - "x", - "y", - "width", - "height", - "quotes", - "settings", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "speech_balloon", - "writing_format" - ], - "has_many": [] - } - }, - "balloon": { - "lists": {}, - "columns": [ - "id", - "speech_balloon_id", - "system_picture_id", - "x", - "y", - "width", - "height", - "r", - "settings", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "speech_balloon", - "system_picture" - ], - "has_many": [] - } - }, - "ground_picture": { - "lists": {}, - "columns": [ - "id", - "panel_id", - "picture_id", - "caption", - "repeat", - "x", - "y", - "z", - "t", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "panel" - ], - "has_many": [] - } - }, - "ground_color": { - "lists": {}, - "columns": [ - "id", - "panel_id", - "caption", - "code", - "orientation", - "xy", - "wh", - "z", - "t", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "panel" - ], - "has_many": [] - } - }, - "original_picture": { - "lists": {}, - "columns": [ - "id", - "ext", - "width", - "height", - "filesize", - "artist_id", - "md5", - "uploaded_at", - "published_at", - "stopped_at", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "artist" - ], - "has_many": [], - "has_one": [ - "resource_picture" - ] - } - }, - "picture": { - "lists": {}, - "columns": [ - "id", - "original_picture_id", - "revision", - "ext", - "width", - "height", - "filesize", - "artist_id", - "license_id", - "md5", - "artist_name", - "credit", - "settings", - "classname", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "license", - "artist" - ], - "has_many": [], - "has_one": [] - } - }, - "resource_picture": { - "lists": {}, - "columns": [ - "id", - "original_picture_id", - "revision", - "ext", - "width", - "height", - "filesize", - "artist_id", - "license_id", - "md5", - "artist_name", - "credit", - "settings", - "picture_id", - "classname", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "original_picture", - "license", - "artist" - ], - "has_many": [], - "has_one": [] - } - }, - "speech_balloon_template": { - "lists": {}, - "columns": [ - "id", - "name", - "classname", - "caption", - "t", - "system_picture_id", - "settings", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "system_picture" - ], - "has_many": [], - "has_one": [] - } - }, - "writing_format": { - "lists": { - "speeches.by_writing_format": { - "model_name": "speech", - "list_name": "by_writing_format" - } - }, - "columns": [ - "id", - "name", - "classname", - "caption", - "system_picture_id", - "settings", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "system_picture" - ], - "has_many": [ - "speeches.by_writing_format" - ], - "has_one": [] - } - }, - "license_group": { - "lists": { - "licenses.by_license_group": { - "model_name": "license", - "list_name": "by_license_group" - } - }, - "columns": [ - "id", - "name", - "classname", - "caption", - "url", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [], - "has_many": [ - "licenses.by_license_group" - ], - "has_one": [] - } - }, - "license": { - "lists": { - "resource_pictures.by_license": { - "model_name": "resource_picture", - "list_name": "by_license" - } - }, - "columns": [ - "id", - "license_group_id", - "name", - "caption", - "system_picture_id", - "url", - "settings", - "credit_pictures", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [ - "license_group", - "system_picture" - ], - "has_many": [ - "resource_pictures.by_license" - ], - "has_one": [] - } - }, - "author": { - "lists": { - "scrolls.by_author": { - "model_name": "scroll", - "list_name": "by_author" - }, - "comics.by_author": { - "model_name": "comic", - "list_name": "by_author" - }, - "stories.by_author": { - "model_name": "story", - "list_name": "by_author" - }, - "panels.by_author": { - "model_name": "panel", - "list_name": "by_author" - }, - "panel_pictures.by_author": { - "model_name": "panel_picture", - "list_name": "by_author" - }, - "speech_balloons.by_author": { - "model_name": "speech_balloon", - "list_name": "by_author" - }, - "ground_pictures.by_author": { - "model_name": "ground_picture", - "list_name": "by_author" - }, - "ground_colors.by_author": { - "model_name": "ground_color", - "list_name": "by_author" - } - }, - "columns": [ - "id", - "name", - "user_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [], - "has_many": [ - "scrolls.by_author", - "comics.by_author", - "scrolls.by_author", - "stories.by_author", - "panels.by_author", - "panel_pictures.by_author", - "speech_balloons.by_author", - "ground_pictures.by_author", - "ground_colors.by_author" - ], - "has_one": [] - } + "magic_numbers": { + "run_mode": 1, + "thumbnail_width": 64, + "thumbnail_height": 64, + "profile": { + "users": { + "caption": "ペンギン王国", + "url": "http://localhost:3001/", + "description": "ペンギン王国はペンギン素材を豊富に用意したペンギンマニアのサイトです。" }, - "artist": { - "lists": { - "resource_pictures.by_artist": { - "model_name": "resource_picture", - "list_name": "by_artist" - } - }, - "columns": [ - "id", - "name", - "author_id", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [], - "has_many": [ - "resource_pictures.by_artist" - ], - "has_one": [] - } + "admins": { + "caption": "site name for admin", + "url": "http://your.site.url/admins/", + "description": "admin register" }, - "system_picture": { - "lists": { - "speech_balloon_templates.by_system_picture": { - "model_name": "speech_balloon_template", - "list_name": "by_system_picture" - }, - "licenses.by_system_picture": { - "model_name": "license", - "list_name": "by_system_picture" - } - }, - "columns": [ - "id", - "ext", - "width", - "height", - "filesize", - "md5", - "created_at", - "updated_at" - ], - "associations": { - "belongs_to": [], - "has_many": [ - "speech_balloon_templates.by_system_picture", - "licenses.by_system_picture" - ], - "has_one": [] - } + "demand_users": { + "caption": "provider name", + "url": "http://your.site.url/demanders/", + "description": "provider description" } }, - "filers": { - "scroll": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "title" - } - }, - "link": { - "type": "action", - "args": { - "name": "play" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "default", - "args": {} - } - }, - "scroll_panel": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "comic": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "title" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "default" - } - }, - "story": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "method", - "args": { - "name": "title_with_t" - } - }, - "link": { - "type": "action", - "args": { - "name": "play" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "default" - } - }, - "story_sheet": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "sheet": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "action", - "args": { - "name": "play" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "default" - } - }, - "sheet_panel": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "panel": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "default" - } - }, - "panel_picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "speech_balloon": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "method", - "args": { - "name": "plain_scenario" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "speech": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "content" - } - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "balloon": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "ground_picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "none" - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "ground_color": { - "symbol": { - "face": { - "type": "template", - "args": { - "name": "symbol" - } - }, - "link": { - "type": "none" - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "none" - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "original_picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "method", - "args": { - "name": "revision" - } - }, - "link": { - "type": "action", - "args": { - "name": "history" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "template", - "args": { - "name": "publish" - } - } - }, - "picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "revision" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "resource_picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "speech_balloon_template": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "none" - }, - "edit": { - "type": "none" - } - }, - "writing_format": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "none" - }, - "edit": { - "type": "none" - } - }, - "license_group": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "caption" - } - }, - "link": { - "type": "url_column", - "args": { - "name": "url" - } - } - }, - "summary": { - "type": "none", - "args": {} - }, - "edit": { - "type": "none" - } - }, - "license": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "method", - "args": { - "name": "caption_with_group" - } - }, - "link": { - "type": "url_column", - "args": { - "name": "url" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "none" - } - }, - "author": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "name" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "account" - } - }, - "artist": { - "symbol": { - "face": { - "type": "image", - "args": { - "name": "/assets/item.png" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "column", - "args": { - "name": "name" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "summary": { - "type": "template", - "args": { - "name": "summary" - } - }, - "edit": { - "type": "account" - } - }, - "system_picture": { - "symbol": { - "face": { - "type": "picture", - "args": { - "name": "symbol_option" - } - }, - "link": { - "type": "action", - "args": { - "name": "show" - } - } - }, - "caption": { - "face": { - "type": "none", - "args": {} - }, - "link": { - "type": "none", - "args": {} - } - }, - "summary": { - "type": "none" - }, - "edit": { - "type": "none" - } - } - }, - "elements": [ - { - "name": "panel_picture", - "path_name": "panel_pictures", - "parts": [] - }, - { - "name": "speech_balloon", - "path_name": "circle_speech_balloon/speech_balloons", - "parts": [ - "balloon", - "speech" - ] - }, - { - "name": "ground_picture", - "path_name": "ground_pictures", - "parts": [] - }, - { - "name": "ground_color", - "path_name": "ground_colors", - "parts": [] - } - ], - "forms": { - "base": { - "panel": { - "fields": { - "caption": { - "args": { - "column": "caption", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "width": { - "args": { - "column": "width", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "height": { - "args": { - "column": "height", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "border": { - "args": { - "column": "border", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "publish": { - "args": { - "column": "publish", - "label": {}, - "tag": { - "type": "select" - }, - "row_break": true - } - }, - "id": { - "args": { - "column": "id", - "label": { - "type": "none " - }, - "tag": { - "type": "hidden" - } - } - }, - "author_id": { - "args": { - "column": "author_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "caption", - "width", - "height", - "border", - "publish", - "id", - "author_id" - ] - }, - "panel_picture": { - "fields": { - "caption": { - "args": { - "column": "caption", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "x": { - "args": { - "column": "x", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "y": { - "args": { - "column": "y", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "width": { - "args": { - "column": "width", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "helpers": { - "size": { - "type": "size", - "args": { - "path": "panels/size_helper", - "class": "panel_picture_width_tool" - } - } - }, - "row_break": true - } - }, - "height": { - "args": { - "column": "height", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "helpers": { - "size": { - "type": "size", - "args": { - "path": "panels/size_helper", - "class": "panel_picture_height_tool" - } - } - }, - "row_break": true - } - }, - "link": { - "args": { - "column": "link", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "id": { - "args": { - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "panel_id": { - "args": { - "column": "panel_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "picture_id": { - "args": { - "column": "picture_id", - "label": {}, - "tag": { - "type": "hidden" - }, - "helpers": { - "popup": { - "type": "size", - "args": { - "path": "panels/popup_helper", - "source": "pictures" - } - } - } - } - }, - "z": { - "args": { - "column": "z", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "t": { - "args": { - "column": "t", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "caption", - "x", - "y", - "width", - "height", - "link", - "id", - "panel_id", - "picture_id", - "z", - "t" - ] - }, - "speech_balloon": { - "fields": { - "speech_balloon.id": { - "args": { - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.panel_id": { - "args": { - "column": "panel_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.speech_balloon_template_id": { - "args": { - "column": "speech_balloon_template_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.caption": { - "args": { - "column": "caption", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "speech_balloon.z": { - "args": { - "column": "z", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.t": { - "args": { - "column": "t", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.classname": { - "args": { - "column": "classname", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech_balloon.settings": { - "args": { - "column": "settings", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "balloon.id": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "balloon.speech_balloon_id": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "speech_balloon_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "balloon.system_picture_id": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "system_picture_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "balloon.r": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "r", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "helpers": { - "tail_angle": { - "type": "size", - "args": { - "path": "panels/tail_angle_helper" - } - } - }, - "row_break": true - } - }, - "balloon.x": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "x", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "balloon.y": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "y", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "balloon.width": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "width", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "balloon.height": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "height", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "balloon.settings": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "settings", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.id": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.speech_balloon_id": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "speech_balloon_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.x": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "x", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.y": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "y", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.width": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "width", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.height": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "height", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "speech.writing_format_id": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "writing_format_id", - "label": {}, - "tag": { - "type": "select" - } - } - }, - "speech.font_size": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "font_size", - "label": {}, - "tag": { - "type": "select" - }, - "row_break": true - } - }, - "speech.text_align": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "text_align", - "label": {}, - "tag": { - "type": "select" - } - } - }, - "speech.quotes": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "quotes", - "label": {}, - "tag": { - "type": "text", - "args": { - "size": 5 - } - } - } - }, - "speech.content": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "content", - "label": { - "row_break": true - }, - "tag": { - "type": "text_area", - "args": { - "size": "45x5" - } - } - } - }, - "speech.fore_color": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "fore_color", - "label": { - "row_break": true - }, - "tag": { - "type": "hidden" - }, - "helpers": { - "color": { - "type": "size", - "args": { - "path": "panels/color_helper", - "wrapper": "speech-fore_color-wrap" - } - } - } - } - }, - "speech.settings": { - "type": "part", - "args": { - "model": "speech", - "part": "speech", - "column": "settings", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - } - }, - "ground_picture": { - "fields": { - "id": { - "args": { - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "panel_id": { - "args": { - "column": "panel_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "picture_id": { - "args": { - "column": "picture_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "caption": { - "args": { - "column": "caption", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "repeat": { - "args": { - "column": "repeat", - "label": {}, - "tag": { - "type": "select", - "args": { - "source": "magic_number", - "key": "ground_picture_repeat_items" - } - }, - "row_break": true - } - }, - "x": { - "args": { - "column": "x", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "y": { - "args": { - "column": "y", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "z": { - "args": { - "column": "z", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "t": { - "args": { - "column": "t", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "caption", - "repeat", - "x", - "y", - "z", - "t", - "id", - "panel_id", - "picture_id" - ] - }, - "ground_color": { - "fields": { - "id": { - "args": { - "column": "id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "panel_id": { - "args": { - "column": "panel_id", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "caption": { - "args": { - "column": "caption", - "label": {}, - "tag": { - "type": "text" - }, - "row_break": true - } - }, - "code": { - "args": { - "column": "code", - "label": { - "row_break": true - }, - "tag": { - "type": "hidden" - }, - "helpers": { - "color": { - "type": "size", - "args": { - "path": "panels/color_helper", - "wrapper": "ground_color-code-wrap" - } - } - }, - "row_break": true - } - }, - "orientation": { - "args": { - "column": "orientation", - "label": {}, - "tag": { - "type": "select" - }, - "row_break": true - } - }, - "xy": { - "args": { - "column": "xy", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - } - } - }, - "wh": { - "args": { - "column": "wh", - "label": {}, - "tag": { - "type": "number", - "args": { - "size": 5 - } - }, - "row_break": true - } - }, - "z": { - "args": { - "column": "z", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - }, - "t": { - "args": { - "column": "t", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "id", - "panel_id", - "caption", - "code", - "orientation", - "xy", - "wh", - "z", - "t" - ] - } - }, - "extend": { - "CircleSpeechBalloon": { - "base": "speech_balloon", - "fields": {}, - "field_names": [ - "speech_balloon.caption", - "balloon.r", - "balloon.x", - "balloon.y", - "balloon.width", - "balloon.height", - "balloon.id", - "balloon.speech_balloon_id", - "balloon.system_picture_id", - "balloon.settings", - "speech.writing_format_id", - "speech.font_size", - "speech.text_align", - "speech.quotes", - "speech.content", - "speech.fore_color", - "speech.id", - "speech.speech_balloon_id", - "speech.x", - "speech.y", - "speech.width", - "speech.height", - "speech.settings", - "speech_balloon.id", - "speech_balloon.panel_id", - "speech_balloon.speech_balloon_template_id", - "speech_balloon.classname", - "speech_balloon.z", - "speech_balloon.t", - "speech_balloon.settings" - ] - }, - "PlainSpeechBalloon": { - "base": "speech_balloon", - "fields": { - "balloon.r": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "r", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "speech_balloon.caption", - "balloon.r", - "balloon.x", - "balloon.y", - "balloon.width", - "balloon.height", - "balloon.id", - "balloon.speech_balloon_id", - "balloon.system_picture_id", - "balloon.settings", - "speech.writing_format_id", - "speech.font_size", - "speech.text_align", - "speech.quotes", - "speech.content", - "speech.fore_color", - "speech.id", - "speech.speech_balloon_id", - "speech.x", - "speech.y", - "speech.width", - "speech.height", - "speech.settings", - "speech_balloon.id", - "speech_balloon.panel_id", - "speech_balloon.speech_balloon_template_id", - "speech_balloon.classname", - "speech_balloon.z", - "speech_balloon.t", - "speech_balloon.settings" - ] - }, - "SquareSpeechBalloon": { - "base": "speech_balloon", - "fields": { - "balloon.r": { - "type": "part", - "args": { - "model": "balloon", - "part": "balloon", - "column": "r", - "label": { - "type": "none" - }, - "tag": { - "type": "hidden" - } - } - } - }, - "field_names": [ - "speech_balloon.caption", - "balloon.r", - "balloon.x", - "balloon.y", - "balloon.width", - "balloon.height", - "balloon.id", - "balloon.speech_balloon_id", - "balloon.system_picture_id", - "balloon.settings", - "speech.writing_format_id", - "speech.font_size", - "speech.text_align", - "speech.quotes", - "speech.content", - "speech.fore_color", - "speech.id", - "speech.speech_balloon_id", - "speech.x", - "speech.y", - "speech.width", - "speech.height", - "speech.settings", - "speech_balloon.id", - "speech_balloon.panel_id", - "speech_balloon.speech_balloon_template_id", - "speech_balloon.classname", - "speech_balloon.z", - "speech_balloon.t", - "speech_balloon.settings" - ] - } - } - } + "provider_sources": [ + "http://sourceforge.jp/projects/pettanr/wiki/ProviderSource/attach/provider_source.json" + ] } } \ No newline at end of file