o
    hu                     @   sD   d dl mZ ddlmZmZ G dd dejZG dd dejZdS )	    )forms   )BannerShopSettingsc                   @      e Zd ZG dd dZdS )
BannerFormc                   @   s   e Zd ZeZg dZejddddejddddejdddd	dej	d
didej
ddddejddddejd
didejd
didejddddejddddejd
didejddddejddddejdddddZdS )zBannerForm.Meta)titlesubtitledescriptionimagelink_url	link_textbanner_type	placementbackground_color
text_color	is_active
start_dateend_datedisplay_orderform-controlzBanner TitleclassplaceholderattrszBanner Subtitle   zBanner Descriptionr   rowsr   r   zhttps://example.comz
Click Herecolor)typer   form-check-inputzdatetime-localr   )r   minN)__name__
__module____qualname__r   modelfieldsr   	TextInputTextarea	FileInputURLInputSelectCheckboxInputDateTimeInputNumberInputwidgets r1   r1   +/var/www/html/kangema/shop_backend/forms.pyMeta   s$    
r3   Nr#   r$   r%   r3   r1   r1   r1   r2   r          r   c                   @   r   )ShopSettingsFormc                   @   s   e Zd ZeZg dZejddddejdddddej	dd	d
ddej	dddddej
ddidej
ddidej
ddidejddddejddddejddddejddddejddddejdddddZdS )zShopSettingsForm.Meta)taglinewelcome_messagefeatured_products_countproducts_per_pageenable_reviewsenable_wishlistenable_comparesocial_facebooksocial_twittersocial_instagramsocial_youtubegoogle_analytics_idfacebook_pixel_idr   zYour shop tagliner   r      zWelcome message for customersr   r      )r   r"   max   2   r   r!   zhttps://facebook.com/yourpagezhttps://twitter.com/yourhandlezhttps://instagram.com/yourpagezhttps://youtube.com/yourchannelzGA-XXXXXXXXX-XzYour Facebook Pixel IDN)r#   r$   r%   r   r&   r'   r   r(   r)   r/   r-   r+   r0   r1   r1   r1   r2   r3   !   s"    
r3   Nr4   r1   r1   r1   r2   r6       r5   r6   N)djangor   modelsr   r   	ModelFormr   r6   r1   r1   r1   r2   <module>   s   