Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
d48ce911
Commit
d48ce911
authored
Apr 08, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: removed old files
parent
a5fa21ab
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
636 deletions
+0
-636
data/categories_fieldlist.json
data/categories_fieldlist.json
+0
-207
data/categories_sample.json
data/categories_sample.json
+0
-429
No files found.
data/categories_fieldlist.json
deleted
100644 → 0
View file @
a5fa21ab
{
"_id"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"_id"
,
"title"
:
"Id"
,
"title_i18n"
:
"portal_type_dict.category_dict.field_dict._id.title"
,
"description"
:
"The id of this title."
,
"description_i18n"
:
"portal_type_dict.category_dict.field_dict._id.description"
,
"alternate_name"
:
"_id"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
false
,
"display_width"
:
30
,
"maximum_input"
:
null
,
"extra"
:
{}
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
false
,
"external_validator"
:
null
,
"required"
:
true
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
,
"maximum_length"
:
null
,
"truncate"
:
null
},
"messages"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input is required but no input given."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input given."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"title"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"title"
,
"title"
:
"Title"
,
"title_i18n"
:
"portal_type_dict.category_dict.field_dict.title.title"
,
"description"
:
"The title of this category."
,
"description_i18n"
:
"portal_type_dict.category_dict.field_dict.title.description"
,
"alternate_name"
:
"title"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
false
,
"display_width"
:
30
,
"maximum_input"
:
null
,
"extra"
:
{}
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
true
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
,
"maximum_length"
:
null
,
"truncate"
:
null
},
"messages"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input is required but no input given."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input given."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"title_i18n"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"title_i18n"
,
"title"
:
"Translation Pointer"
,
"title_i18n"
:
"portal_type_dict.category_dict.field_dict.translation.title"
,
"description"
:
"The translation lookup value of this category."
,
"description_i18n"
:
"portal_type_dict.category_dict.field_dict.translation.description"
,
"alternate_name"
:
"title_i18n"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
false
,
"display_width"
:
30
,
"maximum_input"
:
null
,
"extra"
:
{}
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
true
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
,
"maximum_length"
:
null
,
"truncate"
:
null
},
"messages"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input is required but no input given."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input given."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"sub_category_list"
:
{
"type"
:
"ListField"
,
"widget"
:
{
"id"
:
"sub_category_list"
,
"title"
:
"Child Category List"
,
"title_i18n"
:
"portal_type_dict.computer_dict.field_dict.sub_category_list.title"
,
"description"
:
"The subcategories associated with this category."
,
"description_i18n"
:
"portal_type_dict.computer_dict.field_dict.sub_category_list.description"
,
"alternate_name"
:
"sub_category_list"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
null
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
},
"messages"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input is required but no input given."
,
"i18n"
:
"validation_dict.required"
},
"unknown_selection"
:
{
"message"
:
"You selected on option not on the menu"
,
"i18n"
:
"validation_dict.option_not_available"
}
}
},
"parent_category_list"
:
{
"type"
:
"ListField"
,
"widget"
:
{
"id"
:
"parent_category_list"
,
"title"
:
"Parent Category List"
,
"title_i18n"
:
"portal_type_dict.computer_dict.field_dict.parent_category_list.title"
,
"description"
:
"The parent categories associated with this category."
,
"description_i18n"
:
"portal_type_dict.computer_dict.field_dict.parent_category_list.description"
,
"alternate_name"
:
"parent_category_list"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
false
,
"size"
:
1
,
"items"
:
null
,
"select_first_item"
:
true
,
"extra_per_item"
:
null
,
"extra"
:
null
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
null
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
},
"messages"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input is required but no input given."
,
"i18n"
:
"validation_dict.required"
},
"unknown_selection"
:
{
"message"
:
"You selected on option not on the menu"
,
"i18n"
:
"validation_dict.option_not_available"
}
}
}
}
\ No newline at end of file
data/categories_sample.json
deleted
100644 → 0
View file @
a5fa21ab
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment