X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=public%2Fmanifest.json;h=555e8dd8dcf4eb392e6a2c5fc7080224d999774a;hb=ebb950487db886437783df10ffccc48074488f1a;hp=fb4b3ed9934682cf76722a24d3d10faffd5b1d04;hpb=ec3036dc9026581d95947e5ecc5b600608b036b2;p=pettanr%2Fpettanr.git diff --git a/public/manifest.json b/public/manifest.json index fb4b3ed9..555e8dd8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,6 @@ { "items": { + "folder": {}, "scroll": { "type": "binder", "args": {} @@ -7,13 +8,21 @@ "scroll_panel": { "type": "leaf", "args": { - "parent_model_name": "scroll" + "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": {} @@ -21,7 +30,8 @@ "story_sheet": { "type": "leaf", "args": { - "parent_model_name": "story" + "parent_model_name": "story", + "destination_model_name": "sheet" } }, "sheet": { @@ -49,7 +59,10 @@ "args": { "parent_model_name": "panel", "boost": { - "speech_balloon_template": {} + "speech_balloon_template": { + "extend_model_class_name": "SpeechBalloon", + "item_name_for_extend_model": "speech_balloon" + } } } }, @@ -58,7 +71,10 @@ "args": { "parent_model_name": "speech_balloon", "boost": { - "speech_balloon_template": {} + "speech_balloon_template": { + "extend_model_class_name": "Balloon", + "item_name_for_extend_model": "balloon" + } } } }, @@ -67,8 +83,15 @@ "args": { "parent_model_name": "speech_balloon", "boost": { - "writing_format": {}, - "speech_balloon_template": {} + "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" + } } } }, @@ -84,92 +107,139 @@ "parent_model_name": "panel" } }, - "original_picture": {}, + "original_picture": { + "type": "content" + }, "picture": { + "type": "content", "args": { "boost": { "license_group": { - "resource_name": "license", - "extend_column_name": "license_group_classname", - "settings_column_name": "license_group_settings", "extend_model_class_name": "License", - "extend_item_name": "license" + "item_name_for_extend_model": "license" }, "license": { "level": "read", - "extend_column_name": "license_group_classname", + "template_name": "license_group", "extend_model_class_name": "Attribute", - "extend_item_name": "attribute" + "item_name_for_extend_model": "attribute" }, "credit_picture": { "level": "read", - "resource_name": "license", - "extend_column_name": "license_group_classname", - "settings_column_name": "credit_picture_settings", + "template_name": "license_group", "extend_model_class_name": "CreditPicture", - "extend_item_name": "credit_picture" + "item_name_for_extend_model": "credit_picture" } } } }, "resource_picture": { + "type": "content", "args": { "boost": { "license_group": { - "resource_name": "license", - "engine_resource_name": "license_groups", - "engine_resource_extend_column_name": "license_group_classname", - "extend_column_name": "license_group_classname", - "settings_column_name": "license_group_settings", "extend_model_class_name": "License", - "extend_item_name": "license" + "item_name_for_extend_model": "license" }, "license": { "level": "read", - "engine_resource_name": "license_groups", - "engine_resource_extend_column_name": "license_group_classname", - "extend_column_name": "license_group_classname", + "template_name": "license_group", "extend_model_class_name": "Attribute", - "extend_item_name": "attribute" + "item_name_for_extend_model": "attribute" }, "credit_picture": { "level": "read", - "resource_name": "license", - "engine_resource_name": "license_groups", - "engine_resource_extend_column_name": "license_group_classname", - "extend_column_name": "license_group_classname", - "settings_column_name": "credit_picture_settings", + "template_name": "license_group", "extend_model_class_name": "CreditPicture", - "extend_item_name": "credit_picture" + "item_name_for_extend_model": "credit_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": {}, - "writing_format": {}, - "license_group": {}, + "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", "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": { + "list_name": "public" + } + }, + "show": { + "type": "show" + }, + "watch": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" + } + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "destroy": { + "type": "destroy" + } + } + }, "scrolls": { "actions": { "index": { @@ -187,6 +257,7 @@ "play": { "type": "list", "args": { + "item_name": "scroll_panel", "list_name": "play" } }, @@ -210,6 +281,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -227,6 +307,9 @@ "by_scroll": { "type": "list" }, + "by_author": { + "type": "list" + }, "show": { "type": "show" }, @@ -242,11 +325,23 @@ "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" } } }, @@ -258,9 +353,19 @@ "list_name": "public" } }, + "by_story": { + "type": "list" + }, "by_author": { "type": "list" }, + "play": { + "type": "list", + "args": { + "item_name": "comic_story", + "list_name": "play" + } + }, "show": { "type": "show" }, @@ -270,6 +375,9 @@ "list_name": "public" } }, + "count_by_story": { + "type": "count" + }, "count_by_author": { "type": "count" }, @@ -278,6 +386,61 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" + } + } + }, + "comic_stories": { + "actions": { + "index": { + "type": "list", + "args": { + "list_name": "public" + } + }, + "by_comic": { + "type": "list" + }, + "by_story": { + "type": "list" + }, + "show": { + "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" + } + }, + "count_by_comic": { + "type": "count" + }, + "count_by_story": { + "type": "count" + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -290,10 +453,10 @@ } }, "by_comic": { - "type": "count" + "type": "list" }, "by_sheet": { - "type": "count" + "type": "list" }, "by_author": { "type": "list" @@ -301,6 +464,7 @@ "play": { "type": "list", "args": { + "item_name": "story_sheet", "list_name": "play" } }, @@ -313,6 +477,12 @@ "list_name": "public" } }, + "count_by_comic": { + "type": "count" + }, + "count_by_sheet": { + "type": "count" + }, "count_by_author": { "type": "count" }, @@ -321,6 +491,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -338,6 +517,9 @@ "by_sheet": { "type": "list" }, + "by_author": { + "type": "list" + }, "show": { "type": "show" }, @@ -353,11 +535,23 @@ "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" } } }, @@ -381,6 +575,7 @@ "play": { "type": "list", "args": { + "item_name": "sheet_panel", "list_name": "play" } }, @@ -407,6 +602,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -424,6 +628,9 @@ "by_panel": { "type": "list" }, + "by_author": { + "type": "list" + }, "show": { "type": "show" }, @@ -439,11 +646,23 @@ "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" } } }, @@ -493,6 +712,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -547,6 +775,9 @@ "by_author": { "type": "list" }, + "by_speech_balloon_template": { + "type": "list" + }, "show": { "type": "show" }, @@ -562,6 +793,9 @@ "count_by_author": { "type": "count" }, + "count_by_speech_balloon_template": { + "type": "count" + }, "new": { "type": "new" }, @@ -578,7 +812,7 @@ "list_name": "public" } }, - "by_writing_format": { + "by_author": { "type": "list" }, "show": { @@ -590,7 +824,7 @@ "list_name": "public" } }, - "count_by_writing_format": { + "count_by_author": { "type": "count" }, "new": { @@ -609,6 +843,9 @@ "list_name": "public" } }, + "by_author": { + "type": "list" + }, "show": { "type": "show" }, @@ -618,6 +855,9 @@ "list_name": "public" } }, + "count_by_author": { + "type": "count" + }, "new": { "type": "new" }, @@ -711,18 +951,54 @@ "show": { "type": "show" }, + "history": { + "type": "show" + }, "count": { "type": "count", "args": { - "list_name": "public" + "list_name": "private" } + }, + "new": { + "type": "new" + }, + "edit": { + "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, "pictures": { "actions": { + "index": { + "type": "list", + "args": { + "list_name": "public" + } + }, + "by_artist": { + "type": "list" + }, "show": { "type": "show" + }, + "count": { + "type": "count", + "args": { + "list_name": "public" + } + }, + "count_by_artist": { + "type": "count" } } }, @@ -734,7 +1010,7 @@ "list_name": "public" } }, - "by_original_picture": { + "by_license_group": { "type": "list" }, "by_license": { @@ -752,6 +1028,9 @@ "list_name": "public" } }, + "count_by_license_group": { + "type": "count" + }, "count_by_license": { "type": "count" }, @@ -768,6 +1047,9 @@ "list_name": "public" } }, + "by_panel": { + "type": "list" + }, "show": { "type": "show" }, @@ -777,11 +1059,23 @@ "list_name": "public" } }, + "count_by_panel": { + "type": "count" + }, "new": { "type": "new" }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -813,6 +1107,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -838,6 +1141,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -875,6 +1187,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -886,60 +1207,6 @@ "list_name": "public" } }, - "scrolls": { - "type": "list", - "args": { - "list_name": "scrolls" - } - }, - "comics": { - "type": "list", - "args": { - "list_name": "comics" - } - }, - "stories": { - "type": "list", - "args": { - "list_name": "stories" - } - }, - "sheets": { - "type": "list", - "args": { - "list_name": "sheets" - } - }, - "panels": { - "type": "list", - "args": { - "list_name": "panels" - } - }, - "panel_pictures": { - "type": "list", - "args": { - "list_name": "panel_pictures" - } - }, - "speech_balloons": { - "type": "list", - "args": { - "list_name": "speech_balloons" - } - }, - "ground_pictures": { - "type": "list", - "args": { - "list_name": "ground_pictures" - } - }, - "ground_colors": { - "type": "list", - "args": { - "list_name": "ground_colors" - } - }, "show": { "type": "show" }, @@ -954,6 +1221,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -965,12 +1241,6 @@ "list_name": "public" } }, - "resource_pictures": { - "type": "list", - "args": { - "list_name": "resource_pictures" - } - }, "show": { "type": "show" }, @@ -985,6 +1255,15 @@ }, "edit": { "type": "edit" + }, + "create": { + "type": "create" + }, + "update": { + "type": "update" + }, + "destroy": { + "type": "destroy" } } }, @@ -1125,6 +1404,66 @@ } }, "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": { @@ -1133,7 +1472,7 @@ "has_many": { "scroll_panels": {}, "panels": { - "through": "scroll_panel" + "through": "scroll_panels" } } }, @@ -1200,13 +1539,6 @@ "number": true, "min": 0 } - }, - "author_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } } } }, @@ -1216,7 +1548,10 @@ "author": {} }, "has_many": { - "stories": {} + "comic_stories": {}, + "stories": { + "through": "comic_stories" + } } }, "attributes": { @@ -1252,12 +1587,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" @@ -1265,12 +1637,6 @@ } }, "attributes": { - "comic_id": { - "type": "number", - "rules": { - "number": true - } - }, "title": { "type": "text", "rules": {} @@ -1299,6 +1665,13 @@ "select_item_name": "story_visible_items" } } + }, + "author_id": { + "type": "number", + "rules": { + "required": true, + "number": true + } } } }, @@ -1330,13 +1703,6 @@ "number": true, "min": 0 } - }, - "author_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } } } }, @@ -1514,7 +1880,7 @@ "source": { "type": "magic_number", "args": { - "select_item_name": "panel_visible_items" + "select_item_name": "panel_publish_items" } } }, @@ -1607,7 +1973,8 @@ "speech_balloon": { "associations": { "belongs_to": { - "panel": {} + "panel": {}, + "speech_balloon_template": {} }, "has_many": {}, "has_one": { @@ -1629,7 +1996,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1665,7 +2032,8 @@ "associations": { "belongs_to": { "speech_balloon": {}, - "system_picture": {} + "system_picture": {}, + "speech_balloon_template": {} }, "has_many": {} }, @@ -1683,7 +2051,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1743,7 +2111,8 @@ "associations": { "belongs_to": { "speech_balloon": {}, - "writing_format": {} + "writing_format": {}, + "speech_balloon_template": {} }, "has_many": {} }, @@ -1761,7 +2130,7 @@ "number": true } }, - "speech_balloon_template_classname": { + "speech_balloon_template_module_name": { "type": "text", "rules": { "required": true @@ -1777,7 +2146,7 @@ "number": true } }, - "writing_format_classname": { + "writing_format_module_name": { "type": "text", "rules": { "required": true @@ -2091,7 +2460,8 @@ "associations": { "belongs_to": { "license": {}, - "artist": {} + "artist": {}, + "system_picture": {} }, "has_many": {}, "has_one": {} @@ -2145,13 +2515,6 @@ "number": true } }, - "license_group_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "license_id": { "type": "number", "rules": { @@ -2165,10 +2528,11 @@ "required": true } }, - "artist_name": { - "type": "text", + "system_picture_id": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, "license_group_settings": { @@ -2183,7 +2547,7 @@ "type": "text", "rules": {} }, - "license_group_classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true @@ -2195,8 +2559,10 @@ "associations": { "belongs_to": { "original_picture": {}, + "license_group": {}, "license": {}, - "artist": {} + "artist": {}, + "system_picture": {} }, "has_many": {}, "has_one": {} @@ -2209,13 +2575,6 @@ "number": true } }, - "revision": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "ext": { "type": "text", "rules": { @@ -2270,10 +2629,11 @@ "required": true } }, - "artist_name": { - "type": "text", + "system_picture_id": { + "type": "number", "rules": { - "required": true + "required": true, + "number": true } }, "license_group_settings": { @@ -2295,7 +2655,90 @@ "number": true } }, - "license_group_classname": { + "license_group_module_name": { + "type": "text", + "rules": { + "required": 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_list_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 @@ -2323,7 +2766,7 @@ "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2375,7 +2818,7 @@ "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2406,6 +2849,7 @@ "associations": { "belongs_to": {}, "has_many": { + "resource_pictures": {}, "licenses": {} }, "has_one": {} @@ -2417,7 +2861,7 @@ "required": true } }, - "classname": { + "module_name": { "type": "text", "rules": { "required": true @@ -2455,7 +2899,7 @@ "number": true } }, - "license_group_classname": { + "license_group_module_name": { "type": "text", "rules": { "required": true @@ -2539,7 +2983,7 @@ "required": true } }, - "author_id": { + "user_id": { "type": "number", "rules": { "required": true, @@ -2554,7 +2998,8 @@ "has_many": { "balloons": {}, "speech_balloon_templates": {}, - "licenses": {} + "licenses": {}, + "writing_formats": {} }, "has_one": {} }, @@ -2595,8 +3040,57 @@ } }, "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": { - "width": { + "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, @@ -2699,20 +3193,6 @@ }, "pettanr_creative_commons_v30_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "system_picture_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "artist_name": { "type": "text", "rules": { @@ -2831,20 +3311,6 @@ }, "pettanr_pettan_commons_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "system_picture_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "artist_name": { "type": "text", "rules": { @@ -2966,20 +3432,6 @@ }, "pettanr_pettan_protected_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "system_picture_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "artist_name": { "type": "text", "rules": { @@ -3094,20 +3546,6 @@ }, "pettanr_pettan_public_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "system_picture_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "artist_name": { "type": "text", "rules": { @@ -3229,20 +3667,6 @@ }, "pettanr_public_domain_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "system_picture_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, "artist_name": { "type": "text", "rules": { @@ -3364,26 +3788,13 @@ }, "pettanr_unknown_v01_licenses_attribute": { "attributes": { - "license_id": { - "type": "number", - "rules": { - "required": true, - "number": true - } - }, - "artist_name": { - "type": "text", - "rules": { - "required": true - } - }, - "caption": { + "source_url": { "type": "text", "rules": { "required": true } }, - "sources": { + "note": { "type": "text", "rules": { "required": true @@ -3393,9 +3804,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", @@ -3404,27 +3815,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", - "TestSpeechBalloon": "test_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": [ [ @@ -3494,13 +3898,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 ] ],