Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
104
db/import/allowed_values.yml
Normal file
104
db/import/allowed_values.yml
Normal file
@@ -0,0 +1,104 @@
|
||||
location_hp_featured:
|
||||
type: TestimonialLocation
|
||||
code: homepage-featured
|
||||
value: Homepage Featured
|
||||
|
||||
location_order:
|
||||
type: TestimonialLocation
|
||||
code: order
|
||||
value: Order Page
|
||||
|
||||
location_product:
|
||||
type: TestimonialLocation
|
||||
code: product
|
||||
value: Product Page
|
||||
|
||||
location_download:
|
||||
type: TestimonialLocation
|
||||
code: download
|
||||
value: Download Page
|
||||
|
||||
description_featured_phrase:
|
||||
type: ProductDescriptionType
|
||||
code: featured-phrase
|
||||
value: Featured Phrase
|
||||
|
||||
description_featured_subphrase:
|
||||
type: ProductDescriptionType
|
||||
code: featured-subphrase
|
||||
value: Featured Subphrase
|
||||
|
||||
description_heading:
|
||||
type: ProductDescriptionType
|
||||
code: heading
|
||||
value: Section Heading
|
||||
|
||||
description_section:
|
||||
type: ProductDescriptionType
|
||||
code: section
|
||||
value: Section Description
|
||||
|
||||
support_request_origin_support:
|
||||
type: SupportRequestOrigin
|
||||
code: support
|
||||
value: Support Page
|
||||
position: 1
|
||||
|
||||
support_request_origin_order:
|
||||
type: SupportRequestOrigin
|
||||
code: order
|
||||
value: Order Page
|
||||
position: 2
|
||||
|
||||
support_request_origin_product:
|
||||
type: SupportRequestOrigin
|
||||
code: product
|
||||
value: Product Page
|
||||
position: 3
|
||||
|
||||
support_request_origin_why_uninstall:
|
||||
type: SupportRequestOrigin
|
||||
code: why-uninstall
|
||||
value: Why Uninstall
|
||||
position: 4
|
||||
|
||||
support_request_origin_why_uninstall:
|
||||
type: SupportRequestOrigin
|
||||
code: landing-page
|
||||
value: Landing Page
|
||||
position: 5
|
||||
|
||||
url_destination_product_detail:
|
||||
type: UrlDestination
|
||||
code: product-detail
|
||||
value: Product Detail Page
|
||||
position: 1
|
||||
|
||||
url_destination_product_download:
|
||||
type: UrlDestination
|
||||
code: product-download
|
||||
value: Product Download Page
|
||||
position: 2
|
||||
|
||||
url_destination_order:
|
||||
type: UrlDestination
|
||||
code: order
|
||||
value: Order Page
|
||||
position: 3
|
||||
|
||||
url_destination_support:
|
||||
type: UrlDestination
|
||||
code: support
|
||||
value: Support Page
|
||||
position: 4
|
||||
|
||||
promo_dropdown_listed:
|
||||
type: Promotion
|
||||
code: dropdown
|
||||
value: Dropdown Menu
|
||||
|
||||
template_type_articles_sidebar:
|
||||
type: SubtemplateType
|
||||
code: article-sidebar
|
||||
value: Article Sidebar
|
||||
position: 1
|
||||
Reference in New Issue
Block a user