Файл: concrete5.7.5.6/concrete/config/install/base/attributes.xml
Строк: 197
<?xml version="1.0"?>
<concrete5-cif version="1.0">
<attributecategories>
<category handle="collection" allow-sets="1" package=""/>
<category handle="user" allow-sets="1" package=""/>
<category handle="file" allow-sets="1" package=""/>
</attributecategories>
<attributetypes>
<attributetype handle="text" name="Text" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="textarea" name="Text Area" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="boolean" name="Checkbox" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="date_time" name="Date/Time" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="image_file" name="Image/File" package="">
<categories>
<category handle="collection"/>
</categories>
</attributetype>
<attributetype handle="number" name="Number" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="rating" name="Rating" package="">
<categories>
<category handle="collection"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="select" name="Select" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="address" name="Address" package="">
<categories>
<category handle="user"/>
</categories>
</attributetype>
<attributetype handle="topics" name="Topics" package="">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
</categories>
</attributetype>
<attributetype handle="social_links" name="Social Links" package="">
<categories>
<category handle="user"/>
</categories>
</attributetype>
</attributetypes>
<attributekeys>
<attributekey handle="meta_title" name="Meta Title" package="" searchable="1" indexed="1" type="text" category="collection"/>
<attributekey handle="meta_description" name="Meta Description" package="" searchable="1" indexed="1" type="textarea" category="collection">
<type mode=""/>
</attributekey>
<attributekey handle="meta_keywords" name="Meta Keywords" package="" searchable="1" indexed="1" type="textarea" category="collection">
<type mode=""/>
</attributekey>
<attributekey handle="icon_dashboard" name="Dashboard Icon" package="" searchable="0" indexed="0" type="textarea" internal="1" category="collection">
<type mode=""/>
</attributekey>
<attributekey handle="exclude_nav" name="Exclude From Nav" package="" searchable="1" indexed="1" type="boolean" category="collection">
<type checked=""/>
</attributekey>
<attributekey handle="exclude_page_list" name="Exclude From Page List" package="" searchable="1" indexed="1" type="boolean" category="collection">
<type checked=""/>
</attributekey>
<attributekey handle="header_extra_content" name="Header Extra Content" package="" searchable="1" indexed="1" type="textarea" category="collection">
<type mode=""/>
</attributekey>
<attributekey handle="tags" name="Tags" package="" searchable="1" indexed="1" type="select" category="collection">
<type allow-multiple-values="1" display-order="display_asc" allow-other-values="1">
</type>
</attributekey>
<attributekey handle="is_featured" name="Is Featured" package="" searchable="1" indexed="0" type="boolean" category="collection">
<type checked=""/>
</attributekey>
<attributekey handle="exclude_search_index" name="Exclude From Search Index" package="" searchable="1" indexed="1" type="boolean" category="collection">
<type checked=""/>
</attributekey>
<attributekey handle="exclude_sitemapxml" name="Exclude From sitemap.xml" package="" searchable="1" indexed="1" type="boolean" category="collection">
<type checked=""/>
</attributekey>
<attributekey handle="profile_private_messages_enabled" name="I would like to receive private messages." package="" searchable="1" indexed="0" type="boolean" category="user" profile-displayed="0" profile-editable="1" profile-required="0" register-editable="1" register-required="0" member-list-displayed="0">
<type checked="1"/>
</attributekey>
<attributekey handle="profile_private_messages_notification_enabled" name="Send me email notifications when I receive a private message." package="" searchable="1" indexed="0" type="boolean" category="user" profile-displayed="0" profile-editable="1" profile-required="0" register-editable="1" register-required="0" member-list-displayed="0">
<type checked="1"/>
</attributekey>
<attributekey handle="width" name="Width" package="" searchable="1" indexed="1" type="number" category="file"/>
<attributekey handle="height" name="Height" package="" searchable="1" indexed="1" type="number" category="file"/>
<attributekey handle="account_profile_links" name="Personal Links" package="" type="social_links" category="user"/>
<attributekey handle="duration" name="Duration" package="" searchable="1" indexed="1" type="number" category="file"/>
</attributekeys>
<attributesets>
<attributeset handle="seo" name="SEO" package="" locked="0" category="collection">
<attributekey handle="meta_title"/>
<attributekey handle="meta_description"/>
<attributekey handle="header_extra_content"/>
<attributekey handle="exclude_sitemapxml"/>
</attributeset>
<attributeset handle="navigation" name="Navigation and Indexing" package="" locked="0" category="collection">
<attributekey handle="is_featured
"/>
<attributekey handle="exclude_nav"/>
<attributekey handle="exclude_page_list"/>
<attributekey handle="exclude_search_index"/>
<attributekey handle="tags"/>
</attributeset>
</attributesets>
</concrete5-cif>