X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=public%2Fmanifest.json;h=4e2505012e3cdc0bb293f685b5d897134e81926c;hb=9edc3731389bcae0de05ef6045cceb6b7581cc8f;hp=fb0d9d984cd91268b5dd89d187919c39b73a0d58;hpb=78a3db4f39c98d249c7a2b19323dc1d38dc34fef;p=pettanr%2Fpettanr.git diff --git a/public/manifest.json b/public/manifest.json index fb0d9d98..4e250501 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,38 @@ { + "inflectors": { + "folder": "folders", + "scroll": "scrolls", + "scroll_panel": "scroll_panels", + "comic": "comics", + "comic_story": "comic_stories", + "story": "stories", + "story_sheet": "story_sheets", + "sheet": "sheets", + "sheet_panel": "sheet_panels", + "panel": "panels", + "panel_picture": "panel_pictures", + "speech_balloon": "speech_balloons", + "speech": "speeches", + "balloon": "balloons", + "ground_picture": "ground_pictures", + "ground_color": "ground_colors", + "original_picture": "original_pictures", + "picture": "pictures", + "resource_picture": "resource_pictures", + "resource_picture_picture": "resource_picture_pictures", + "original_picture_license_group": "original_picture_license_groups", + "original_picture_license": "original_picture_licenses", + "speech_balloon_template": "speech_balloon_templates", + "writing_format": "writing_formats", + "license_group": "license_groups", + "license": "licenses", + "author": "authors", + "artist": "artists", + "system_picture": "system_pictures", + "home": "home" + }, "items": { + "folder": {}, "scroll": { "type": "binder", "args": {} @@ -7,13 +40,21 @@ "scroll_panel": { "type": "leaf", "args": { - "parent_model_name": "scroll" + "parent_item_name": "scroll", + "destination_item_name": "panel" } }, "comic": { "type": "binder", "args": {} }, + "comic_story": { + "type": "leaf", + "args": { + "parent_item_name": "comic", + "destination_item_name": "story" + } + }, "story": { "type": "binder", "args": {} @@ -21,7 +62,8 @@ "story_sheet": { "type": "leaf", "args": { - "parent_model_name": "story" + "parent_item_name": "story", + "destination_item_name": "sheet" } }, "sheet": { @@ -31,7 +73,7 @@ "sheet_panel": { "type": "element", "args": { - "parent_model_name": "sheet" + "parent_item_name": "sheet" } }, "panel": { @@ -41,17 +83,17 @@ "panel_picture": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, "speech_balloon": { "type": "element", "args": { - "parent_model_name": "panel", + "parent_item_name": "panel", "boost": { "speech_balloon_template": { - "setter_method_name": "extend_speech_balloon=", - "getter_method_name": "extend_speech_balloon" + "extend_model_class_name": "SpeechBalloon", + "item_name_for_extend_model": "speech_balloon" } } } @@ -59,11 +101,11 @@ "balloon": { "type": "element", "args": { - "parent_model_name": "speech_balloon", + "parent_item_name": "speech_balloon", "boost": { "speech_balloon_template": { - "setter_method_name": "extend_balloon=", - "getter_method_name": "extend_balloon" + "extend_model_class_name": "Balloon", + "item_name_for_extend_model": "balloon" } } } @@ -71,12 +113,16 @@ "speech": { "type": "element", "args": { - "parent_model_name": "speech_balloon", + "parent_item_name": "speech_balloon", "boost": { - "writing_format": {}, + "writing_format": { + "level": "read", + "item_name_for_extend_model": "renderer", + "extend_module_name": "RendererModule" + }, "speech_balloon_template": { - "setter_method_name": "extend_speech=", - "getter_method_name": "extend_speech" + "extend_model_class_name": "Speech", + "item_name_for_extend_model": "speech" } } } @@ -84,113 +130,188 @@ "ground_picture": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, "ground_color": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, - "original_picture": {}, + "original_picture": { + "type": "content" + }, "picture": { + "type": "content", "args": { "boost": { - "license_group": {}, + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, "license": { - "extend_item_name": "attribute" + "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", - "extend_item_name": "credit_picture", - "extend_column_name": "license_group_classname" + "item_name_for_extend_model": "credit_picture" } } } }, "resource_picture": { + "type": "content", "args": { "boost": { - "license_group": {}, + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, "license": { - "extend_item_name": "attribute" + "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", - "extend_item_name": "credit_picture", - "extend_column_name": "license_group_classname" + "item_name_for_extend_model": "credit_picture" } } } }, - "speech_balloon_template": {}, - "writing_format": {}, - "license_group": {}, + "resource_picture_picture": {}, + "original_picture_license_group": {}, + "original_picture_license": { + "args": { + "boost": { + "license": { + "template_name": "license_group", + "extend_model_class_name": "Attribute", + "item_name_for_extend_model": "attribute" + } + } + } + }, + "speech_balloon_template": { + "type": "template" + }, + "writing_format": { + "type": "template" + }, + "license_group": { + "type": "template" + }, "license": { - "type": "leaf", + "type": "system_resource", "args": { - "parent_model_name": "license_group", + "parent_item_name": "license_group", "boost": { - "license_group": {}, + "license_group": { + "extend_model_class_name": "License", + "item_name_for_extend_model": "license" + }, "credit_picture": { "level": "read", - "resource_name": "license_group", - "settings_column_name": "credit_picture_settings", + "template_name": "license_group", "extend_model_class_name": "CreditPicture", - "extend_item_name": "credit_picture", - "extend_column_name": "license_group_classname" + "item_name_for_extend_model": "credit_picture" } } } }, - "author": {}, - "artist": {}, - "system_picture": {} + "author": { + "type": "owner" + }, + "artist": { + "type": "owner" + }, + "system_picture": { + "type": "system_resource" + } }, "controllers": { + "folders": { + "actions": { + "root": { + "type": "show" + }, + "index": { + "type": "list", + "args": { + "param_id": "none" + } + }, + "show": { + "type": "show" + }, + "watch": { + "type": "show" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "destroy": { + "type": "destroy" + } + } + }, "scrolls": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_panel": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "play": { "type": "list", "args": { - "list_name": "play" + "return_item_name": "scroll_panel", + "order": "t", + "direction": 1 } }, "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" } } }, @@ -199,35 +320,44 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_panel": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_scroll": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_panel": { - "type": "count" + "by_author": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count_by_scroll": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -236,29 +366,93 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" + } + }, + "by_story": { + "type": "list", + "args": { + "param_id": "suffix" } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } + }, + "play": { + "type": "list", + "args": { + "return_item_name": "comic_story", + "max_page_size": -1, + "order": "t", + "direction": 1 + } }, "show": { "type": "show" }, - "count": { - "type": "count", + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "comic_stories": { + "actions": { + "index": { + "type": "list", + "args": { + "param_id": "none" + } + }, + "by_comic": { + "type": "list", + "args": { + "param_id": "suffix" + } + }, + "by_story": { + "type": "list", + "args": { + "param_id": "suffix" + } + }, + "by_author": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_author": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -267,41 +461,53 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_comic": { - "type": "count" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_sheet": { - "type": "count" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "play": { "type": "list", "args": { - "list_name": "play" + "return_item_name": "story_sheet", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -310,35 +516,44 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_story": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_sheet": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_story": { - "type": "count" + "by_author": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count_by_sheet": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -347,47 +562,52 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_story": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_panel": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "play": { "type": "list", "args": { - "list_name": "play" + "return_item_name": "sheet_panel", + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_story": { - "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" } } }, @@ -396,35 +616,44 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_sheet": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_panel": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_sheet": { - "type": "count" + "by_author": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count_by_panel": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -433,47 +662,50 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_scroll": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_sheet": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_speech_balloon_template": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_scroll": { - "type": "count" - }, - "count_by_sheet": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, - "count_by_speech_balloon_template": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -482,29 +714,29 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_panel": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "by_author": { - "type": "list" + "type": "list", + "args": { + "param_id": "suffix" + } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" + "new": { + "type": "new" }, - "count_by_author": { - "type": "count" + "edit": { + "type": "edit" } } }, @@ -513,215 +745,147 @@ "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "by_panel": { - "type": "list" - }, - "by_author": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - } - } - }, - "speeches": { - "actions": { - "index": { + "by_author": { "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "by_writing_format": { - "type": "list" + "by_speech_balloon_template": { + "type": "list", + "args": { + "param_id": "suffix" + } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } + "new": { + "type": "new" }, - "count_by_writing_format": { - "type": "count" + "edit": { + "type": "edit" } } }, - "balloons": { + "speeches": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "by_author": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } - } - } - }, - "ground_pictures": { - "actions": { - "index": { + }, + "by_speech_balloon": { "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "by_panel": { - "type": "list" + "by_speech_balloon_template": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "by_author": { - "type": "list" + "by_writing_format": { + "type": "list", + "args": { + "param_id": "suffix" + } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" + "new": { + "type": "new" }, - "count_by_author": { - "type": "count" + "edit": { + "type": "edit" } } }, - "ground_colors": { + "balloons": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "by_panel": { - "type": "list" - }, "by_author": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - } - } - }, - "original_pictures": { - "actions": { - "index": { + "by_speech_balloon": { "type": "list", "args": { - "list_name": "private" + "param_id": "suffix" } }, - "show": { - "type": "show" + "by_speech_balloon_template": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count": { - "type": "count", + "by_system_picture": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } - } - } - }, - "pictures": { - "actions": { + }, "show": { "type": "show" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" } } }, - "resource_pictures": { + "ground_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "by_original_picture": { - "type": "list" - }, - "by_license": { - "type": "list" - }, - "by_artist": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "by_panel": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_license": { - "type": "count" - }, - "count_by_artist": { - "type": "count" - } - } - }, - "speech_balloon_templates": { - "actions": { - "index": { + "by_author": { "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, "new": { "type": "new" }, @@ -730,28 +894,28 @@ } } }, - "writing_formats": { + "ground_colors": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "by_system_picture": { - "type": "list" - }, - "show": { - "type": "show" + "by_panel": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count": { - "type": "count", + "by_author": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_system_picture": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" @@ -761,21 +925,24 @@ } } }, - "license_groups": { + "original_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, "show": { "type": "show" }, - "count": { - "type": "count", + "history": { + "type": "list", "args": { - "list_name": "public" + "return_item_name": "picture", + "max_page_size": -1, + "order": "revision", + "direction": 1 } }, "new": { @@ -783,293 +950,527 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "licenses": { + "pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "by_license_group": { - "type": "list" - }, - "by_system_picture": { - "type": "list" - }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "by_artist": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_license_group": { - "type": "count" - }, - "count_by_system_picture": { - "type": "count" - }, - "new": { - "type": "new" - }, - "edit": { - "type": "edit" + "show": { + "type": "show" } } }, - "authors": { + "resource_pictures": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none" } }, - "scrolls": { + "by_original_picture": { "type": "list", "args": { - "list_name": "scrolls" + "param_id": "suffix" } }, - "comics": { + "by_license_group": { "type": "list", "args": { - "list_name": "comics" + "param_id": "suffix" } }, - "stories": { + "by_license": { "type": "list", "args": { - "list_name": "stories" + "param_id": "suffix" } }, - "sheets": { + "by_artist": { "type": "list", "args": { - "list_name": "sheets" + "param_id": "suffix" } }, - "panels": { + "show": { + "type": "show" + }, + "destroy": { + "type": "destroy" + } + } + }, + "original_picture_license_groups": { + "actions": { + "new": { + "type": "new" + }, + "create": { + "type": "create" + } + } + }, + "original_picture_licenses": { + "actions": { + "new": { + "type": "new" + }, + "create": { + "type": "create" + } + } + }, + "resource_picture_pictures": { + "actions": { + "index": { "type": "list", "args": { - "list_name": "panels" + "param_id": "none" } }, - "panel_pictures": { + "by_original_picture": { "type": "list", "args": { - "list_name": "panel_pictures" + "param_id": "suffix" } }, - "speech_balloons": { + "by_resource_picture": { "type": "list", "args": { - "list_name": "speech_balloons" + "param_id": "suffix" } }, - "ground_pictures": { + "by_picture": { "type": "list", "args": { - "list_name": "ground_pictures" + "param_id": "suffix" } }, - "ground_colors": { + "show": { + "type": "show" + } + } + }, + "speech_balloon_templates": { + "actions": { + "index": { "type": "list", "args": { - "list_name": "ground_colors" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, - "show": { - "type": "show" + "by_panel": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count": { - "type": "count", + "by_system_picture": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, + "show": { + "type": "show" + }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "artists": { + "writing_formats": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, - "resource_pictures": { + "by_system_picture": { "type": "list", "args": { - "list_name": "resource_pictures" + "param_id": "suffix" } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "system_pictures": { + "license_groups": { "actions": { "index": { "type": "list", "args": { - "list_name": "public" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 + } + }, + "by_resource_picture": { + "type": "list", + "args": { + "param_id": "suffix" } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, - "home": { + "licenses": { "actions": { - "scrolls": { + "index": { "type": "list", "args": { - "item_name": "scroll", - "list_name": "private" + "param_id": "none", + "max_page_size": -1, + "order": "name", + "direction": 1 } }, - "scroll_panels": { + "by_license_group": { "type": "list", "args": { - "item_name": "scroll_panel", - "list_name": "private" + "param_id": "suffix", + "order": "name", + "direction": 1 } }, - "comics": { + "by_system_picture": { "type": "list", "args": { - "item_name": "comic", - "list_name": "private" + "param_id": "suffix" } }, - "stories": { + "show": { + "type": "show" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "authors": { + "actions": { + "index": { "type": "list", "args": { - "item_name": "story", - "list_name": "private" + "param_id": "none" } }, - "story_sheets": { - "type": "list", + "show": { + "type": "show" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "artists": { + "actions": { + "index": { + "type": "list", + "args": { + "param_id": "none" + } + }, + "show": { + "type": "show" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "system_pictures": { + "actions": { + "index": { + "type": "list", + "args": { + "param_id": "none" + } + }, + "show": { + "type": "show" + } + } + }, + "home": { + "actions": { + "scrolls": { + "type": "list", + "args": { + "item_name": "scroll" + } + }, + "scroll_panels": { + "type": "list", + "args": { + "item_name": "scroll_panel" + } + }, + "comics": { + "type": "list", + "args": { + "item_name": "comic" + } + }, + "comic_stories": { + "type": "list", + "args": { + "item_name": "comic_story" + } + }, + "stories": { + "type": "list", + "args": { + "item_name": "story" + } + }, + "story_sheets": { + "type": "list", "args": { - "item_name": "story_sheet", - "list_name": "private" + "item_name": "story_sheet" } }, "sheets": { "type": "list", "args": { - "item_name": "sheet", - "list_name": "private" + "item_name": "sheet" } }, "sheet_panels": { "type": "list", "args": { - "item_name": "sheet_panel", - "list_name": "private" + "item_name": "sheet_panel" } }, "panels": { "type": "list", "args": { - "item_name": "panel", - "list_name": "private" + "item_name": "panel" } }, "panel_pictures": { "type": "list", "args": { - "item_name": "panel_picture", - "list_name": "private" + "item_name": "panel_picture" } }, "speech_balloons": { "type": "list", "args": { - "item_name": "speech_balloon", - "list_name": "private" + "item_name": "speech_balloon" } }, "speeches": { "type": "list", "args": { - "item_name": "speech", - "list_name": "private" + "item_name": "speech" } }, "balloons": { "type": "list", "args": { - "item_name": "balloon", - "list_name": "private" + "item_name": "balloon" } }, "ground_pictures": { "type": "list", "args": { - "item_name": "ground_picture", - "list_name": "private" + "item_name": "ground_picture" } }, "ground_colors": { "type": "list", "args": { - "item_name": "ground_color", - "list_name": "private" + "item_name": "ground_color" } }, "original_pictures": { "type": "list", "args": { - "item_name": "original_picture", - "list_name": "private" + "item_name": "original_picture" } }, "resource_pictures": { "type": "list", "args": { - "item_name": "resource_picture", - "list_name": "private" + "item_name": "resource_picture" } } } } }, "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": { "associations": { "belongs_to": { @@ -1078,7 +1479,7 @@ "has_many": { "scroll_panels": {}, "panels": { - "through": "scroll_panel" + "through": "scroll_panels" } } }, @@ -1145,13 +1546,6 @@ "number": true, "min": 0 } - }, - "author_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } } } }, @@ -1161,7 +1555,10 @@ "author": {} }, "has_many": { - "stories": {} + "comic_stories": {}, + "stories": { + "through": "comic_stories" + } } }, "attributes": { @@ -1197,12 +1594,49 @@ } } }, + "comic_story": { + "associations": { + "belongs_to": { + "comic": {}, + "story": {} + }, + "has_many": {} + }, + "attributes": { + "comic_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "story_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "t": { + "type": "number", + "rules": { + "required": true, + "number": true, + "min": 0 + } + } + } + }, "story": { "associations": { "belongs_to": { - "comic": {} + "author": {} }, "has_many": { + "comic_stories": {}, + "comics": { + "through": "comic_stories" + }, "story_sheets": {}, "sheets": { "through": "story_sheets" @@ -1210,12 +1644,6 @@ } }, "attributes": { - "comic_id": { - "type": "number", - "rules": { - "number": true - } - }, "title": { "type": "text", "rules": {} @@ -1244,6 +1672,13 @@ "select_item_name": "story_visible_items" } } + }, + "author_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, @@ -1275,13 +1710,6 @@ "number": true, "min": 0 } - }, - "author_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } } } }, @@ -1459,7 +1887,7 @@ "source": { "type": "magic_number", "args": { - "select_item_name": "panel_visible_items" + "select_item_name": "panel_publish_items" } } }, @@ -1475,7 +1903,8 @@ "panel_picture": { "associations": { "belongs_to": { - "panel": {} + "panel": {}, + "picture": {} }, "has_many": {} }, @@ -1552,7 +1981,8 @@ "speech_balloon": { "associations": { "belongs_to": { - "panel": {} + "panel": {}, + "speech_balloon_template": {} }, "has_many": {}, "has_one": { @@ -1574,7 +2004,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1610,7 +2040,8 @@ "associations": { "belongs_to": { "speech_balloon": {}, - "system_picture": {} + "system_picture": {}, + "speech_balloon_template": {} }, "has_many": {} }, @@ -1628,7 +2059,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1688,7 +2119,8 @@ "associations": { "belongs_to": { "speech_balloon": {}, - "writing_format": {} + "writing_format": {}, + "speech_balloon_template": {} }, "has_many": {} }, @@ -1706,7 +2138,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1722,7 +2154,7 @@ "number": true } }, - "writing_format_classname": { + "writing_format_module_name": { "type": "text", "rules": { "required": true @@ -1821,7 +2253,8 @@ "ground_picture": { "associations": { "belongs_to": { - "panel": {} + "panel": {}, + "picture": {} }, "has_many": {} }, @@ -1974,7 +2407,8 @@ "artist": {} }, "has_many": { - "pictures": {} + "pictures": {}, + "resource_picture_pictures": {} }, "has_one": { "resource_picture": {} @@ -2036,10 +2470,17 @@ "associations": { "belongs_to": { "license": {}, - "artist": {} + "artist": {}, + "original_picture": {}, + "system_picture": {} }, - "has_many": {}, - "has_one": {} + "has_many": { + "panel_pictures": {}, + "ground_pictures": {} + }, + "has_one": { + "resource_picture_picture": {} + } }, "attributes": { "original_picture_id": { @@ -2103,10 +2544,11 @@ "required": true } }, - "artist_name": { - "type": "text", + "system_picture_id": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, "license_group_settings": { @@ -2121,7 +2563,7 @@ "type": "text", "rules": {} }, - "license_classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true @@ -2133,10 +2575,15 @@ "associations": { "belongs_to": { "original_picture": {}, + "picture": {}, + "license_group": {}, "license": {}, - "artist": {} + "artist": {}, + "system_picture": {} + }, + "has_many": { + "resource_picture_pictures": {} }, - "has_many": {}, "has_one": {} }, "attributes": { @@ -2147,13 +2594,6 @@ "number": true } }, - "revision": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "ext": { "type": "text", "rules": { @@ -2188,6 +2628,13 @@ "number": true } }, + "license_group_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, "license_id": { "type": "number", "rules": { @@ -2201,10 +2648,11 @@ "required": true } }, - "artist_name": { - "type": "text", + "system_picture_id": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, "license_group_settings": { @@ -2226,7 +2674,7 @@ "number": true } }, - "license_classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true @@ -2234,121 +2682,924 @@ } } }, - "speech_balloon_template": { + "resource_picture_picture": { "associations": { "belongs_to": { - "system_picture": {} - }, - "has_many": { - "speech_balloons": {}, - "panels": { - "through": "speech_balloons" - } + "original_picture": {}, + "resource_picture": {}, + "picture": {} }, + "has_many": {}, "has_one": {} }, "attributes": { - "name": { - "type": "text", + "original_picture_id": { + "type": "number", "rules": { - "required": true - } + "required": true, + "number": true + } + }, + "resource_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "original_picture_license_group": { + "associations": { + "belongs_to": { + "original_picture": {}, + "license_group": {} + }, + "has_many": {}, + "has_one": {} + }, + "attributes": { + "original_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "license_group_id": { + "type": "number", + "rules": { + "required": true, + "number": true + }, + "source": { + "type": "model" + } + } + } + }, + "original_picture_license": { + "associations": { + "belongs_to": { + "original_picture": {}, + "license": {}, + "system_picture": {} + }, + "has_many": {}, + "has_one": {} + }, + "attributes": { + "original_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "license_group_id": { + "type": "number", + "source": { + "type": "model" + }, + "rules": { + "required": true, + "number": true + } + }, + "license_id": { + "type": "number", + "source": { + "type": "filter", + "args": { + "resource_action_name": "by_license_group", + "filter_column_name": "license_group_id" + } + }, + "rules": { + "required": true, + "number": true + } + }, + "license_settings": { + "type": "text", + "rules": {} + }, + "license_group_module_name": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "speech_balloon_template": { + "associations": { + "belongs_to": { + "system_picture": {} + }, + "has_many": { + "speech_balloons": {}, + "panels": { + "through": "speech_balloons" + } + }, + "has_one": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "module_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } + }, + "t": { + "type": "number", + "rules": { + "required": true, + "number": true, + "min": 0 + } + }, + "system_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "settings": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "writing_format": { + "associations": { + "belongs_to": { + "system_picture": {} + }, + "has_many": { + "speeches": {} + }, + "has_one": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "module_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } + }, + "system_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "settings": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "license_group": { + "associations": { + "belongs_to": {}, + "has_many": { + "resource_pictures": {}, + "licenses": {} + }, + "has_one": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "module_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } + }, + "url": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "license": { + "associations": { + "belongs_to": { + "license_group": {}, + "system_picture": {} + }, + "has_many": { + "resource_pictures": {} + }, + "has_one": {} + }, + "attributes": { + "license_group_id": { + "type": "number", + "rules": { + "number": true + } + }, + "license_group_module_name": { + "type": "text", + "rules": { + "required": true + } + }, + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } + }, + "system_picture_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "url": { + "type": "text", + "rules": { + "required": true + } + }, + "license_group_settings": { + "type": "text", + "rules": {} + }, + "credit_picture_settings": { + "type": "text", + "rules": {} + } + } + }, + "author": { + "associations": { + "belongs_to": {}, + "has_many": { + "scrolls": {}, + "comics": {}, + "stories": {}, + "sheets": {}, + "panels": {} + }, + "has_one": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "user_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "artist": { + "associations": { + "belongs_to": {}, + "has_many": { + "resource_pictures": {} + }, + "has_one": {} + }, + "attributes": { + "name": { + "type": "text", + "rules": { + "required": true + } + }, + "user_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "system_picture": { + "associations": { + "belongs_to": {}, + "has_many": { + "balloons": {}, + "speech_balloon_templates": {}, + "licenses": {}, + "writing_formats": {} + }, + "has_one": {} + }, + "attributes": { + "ext": { + "type": "text", + "rules": { + "required": true + } + }, + "width": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "height": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "filesize": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "md5": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "circle_speech_balloon_speech_balloon": { + "attributes": {} + }, + "circle_speech_balloon_balloon": { + "attributes": {} + }, + "circle_speech_balloon_speech": { + "attributes": {} + }, + "plain_speech_balloon_speech_balloon": { + "attributes": {} + }, + "plain_speech_balloon_balloon": { + "attributes": {} + }, + "plain_speech_balloon_speech": { + "attributes": {} + }, + "square_speech_balloon_speech_balloon": { + "attributes": {} + }, + "square_speech_balloon_balloon": { + "attributes": {} + }, + "square_speech_balloon_speech": { + "attributes": {} + }, + "test_speech_balloon_speech_balloon": { + "attributes": { + "a": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "test_speech_balloon_balloon": { + "attributes": { + "b": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "test_speech_balloon_speech": { + "attributes": { + "c": { + "type": "number", + "rules": { + "required": true, + "number": true + } + } + } + }, + "pettanr_creative_commons_v30_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 + } + } + } + }, + "pettanr_creative_commons_v30_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 + } + } + } + }, + "pettanr_creative_commons_v30_licenses_attribute": { + "attributes": { + "artist_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": {} + }, + "artist_url": { + "type": "text", + "rules": {} + }, + "source_url": { + "type": "text", + "rules": {} + }, + "more_permission_url": { + "type": "text", + "rules": {} + } + } + }, + "pettanr_pettan_commons_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 + } + } + } + }, + "pettanr_pettan_commons_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 + } + } + } + }, + "pettanr_pettan_commons_v01_licenses_attribute": { + "attributes": { + "artist_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } + }, + "sources": { + "type": "text", + "rules": { + "required": true + } + } + } + }, + "pettanr_pettan_protected_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 + } + } + } + }, + "pettanr_pettan_protected_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 + } + } + } + }, + "pettanr_pettan_protected_v01_licenses_attribute": { + "attributes": { + "artist_name": { + "type": "text", + "rules": { + "required": true + } + }, + "caption": { + "type": "text", + "rules": { + "required": true + } }, - "classname": { + "sources": { "type": "text", "rules": { "required": true } + } + } + }, + "pettanr_pettan_public_v01_licenses_license": { + "attributes": { + "open": { + "type": "number", + "rules": { + "required": true, + "number": true + } + }, + "commercial": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "caption": { - "type": "text", + "official": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "t": { + "attribution": { "type": "number", "rules": { "required": true, - "number": true, - "min": 0 + "number": true } }, - "system_picture_id": { + "derive": { "type": "number", "rules": { "required": true, "number": true } }, - "settings": { - "type": "text", + "thumbnail": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } - } - } - }, - "writing_format": { - "associations": { - "belongs_to": { - "system_picture": {} - }, - "has_many": { - "speeches": {} }, - "has_one": {} - }, - "attributes": { - "name": { - "type": "text", + "gif_convert": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "classname": { - "type": "text", + "reverse": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "caption": { - "type": "text", + "sync_vh": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "system_picture_id": { + "overlap": { "type": "number", "rules": { "required": true, "number": true } }, - "settings": { - "type": "text", + "trackback": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } } } }, - "license_group": { - "associations": { - "belongs_to": {}, - "has_many": { - "licenses": {} - }, - "has_one": {} - }, + "pettanr_pettan_public_v01_licenses_credit_picture": { "attributes": { - "name": { - "type": "text", + "source_url_btn_id": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } - }, - "classname": { + } + } + }, + "pettanr_pettan_public_v01_licenses_attribute": { + "attributes": { + "artist_name": { "type": "text", "rules": { "required": true @@ -2360,7 +3611,7 @@ "required": true } }, - "url": { + "sources": { "type": "text", "rules": { "required": true @@ -2368,109 +3619,79 @@ } } }, - "license": { - "associations": { - "belongs_to": { - "license_group": {}, - "system_picture": {} - }, - "has_many": { - "resource_pictures": {} - }, - "has_one": {} - }, + "pettanr_public_domain_v01_licenses_license": { "attributes": { - "license_group_id": { + "open": { "type": "number", "rules": { + "required": true, "number": true } }, - "license_group_classname": { - "type": "text", + "commercial": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "name": { - "type": "text", + "official": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "caption": { - "type": "text", + "attribution": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "system_picture_id": { + "derive": { "type": "number", "rules": { "required": true, "number": true } }, - "url": { - "type": "text", + "thumbnail": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "license_group_settings": { - "type": "text", - "rules": {} - }, - "credit_picture_settings": { - "type": "text", - "rules": {} - } - } - }, - "author": { - "associations": { - "belongs_to": {}, - "has_many": { - "scrolls": {}, - "comics": {}, - "stories": {}, - "sheets": {}, - "panels": {} + "gif_convert": { + "type": "number", + "rules": { + "required": true, + "number": true + } }, - "has_one": {} - }, - "attributes": { - "name": { - "type": "text", + "reverse": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "user_id": { + "sync_vh": { "type": "number", "rules": { "required": true, "number": true } - } - } - }, - "artist": { - "associations": { - "belongs_to": {}, - "has_many": { - "resource_pictures": {} }, - "has_one": {} - }, - "attributes": { - "name": { - "type": "text", + "overlap": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, - "author_id": { + "trackback": { "type": "number", "rules": { "required": true, @@ -2479,64 +3700,47 @@ } } }, - "system_picture": { - "associations": { - "belongs_to": {}, - "has_many": { - "balloons": {}, - "speech_balloon_templates": {}, - "licenses": {} - }, - "has_one": {} - }, + "pettanr_public_domain_v01_licenses_credit_picture": { "attributes": { - "ext": { - "type": "text", - "rules": { - "required": true - } - }, - "width": { + "source_url_btn_id": { "type": "number", "rules": { "required": true, "number": true } }, - "height": { + "source_url_off_btn_id": { "type": "number", "rules": { "required": true, "number": true } - }, - "filesize": { - "type": "number", + } + } + }, + "pettanr_public_domain_v01_licenses_attribute": { + "attributes": { + "artist_name": { + "type": "text", "rules": { - "required": true, - "number": true + "required": true } }, - "md5": { + "source_url": { "type": "text", "rules": { "required": true } - } - } - }, - "circle_speech_balloon_speech_balloon": { - "attributes": { - "width": { - "type": "number", + }, + "note": { + "type": "text", "rules": { - "required": true, - "number": true + "required": true } } } }, - "pettanr_pettan_commons_v01_licenses_license": { + "pettanr_unknown_v01_licenses_license": { "attributes": { "open": { "type": "number", @@ -2607,10 +3811,17 @@ "required": true, "number": true } + }, + "trackback": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, - "pettanr_pettan_commons_v01_licenses_credit_picture": { + "pettanr_unknown_v01_licenses_credit_picture": { "attributes": { "source_url_btn_id": { "type": "number", @@ -2628,28 +3839,15 @@ } } }, - "pettanr_pettan_commons_v01_licenses_attribute": { + "pettanr_unknown_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "artist_name": { + "source_url": { "type": "text", "rules": { "required": true } }, - "caption": { - "type": "text", - "rules": { - "required": true - } - }, - "sources": { + "note": { "type": "text", "rules": { "required": true @@ -2659,9 +3857,9 @@ } }, "system_resources": { - "engine_resources": { - "license_groups": { - "resource_items": { + "templates": { + "license_group": { + "template_items": { "PettanrCreativeCommonsV30Licenses": "pettanr_creative_commons_v30_licenses", "PettanrPettanCommonsV01Licenses": "pettanr_pettan_commons_v01_licenses", "PettanrPettanProtectedV01Licenses": "pettanr_pettan_protected_v01_licenses", @@ -2670,26 +3868,20 @@ "PettanrUnknownV01Licenses": "pettanr_unknown_v01_licenses" } }, - "speech_balloon_templates": { - "resource_items": { + "speech_balloon_template": { + "template_items": { "CircleSpeechBalloon": "circle_speech_balloon", "PlainSpeechBalloon": "plain_speech_balloon", "SquareSpeechBalloon": "square_speech_balloon" } }, - "writing_formats": { + "writing_format": { "has_route": 0, - "resource_items": { + "template_items": { "PettanrSimpleFormat": "pettanr_simple_format" } } }, - "elements": { - "PanelPicture": "panel_pictures", - "SpeechBalloon": "speech_balloons", - "GroundPicture": "ground_pictures", - "GroundColor": "ground_colors" - }, "select_items": { "provider_status_status_items": [ [ @@ -2759,13 +3951,13 @@ 1 ] ], - "panel_visible_items": [ + "panel_publish_items": [ [ - "select_items.panel.visible.private", + "select_items.panel.publish.private", 0 ], [ - "select_items.panel.visible.public", + "select_items.panel.publish.public", 1 ] ],