
    h                     j    d dl mZ ddlmZ ddlmZ  G d de      Z G d d	e      Z G d
 de      Z	y)    )gettext_lazy   )FrontendUIItem   )CODE_TYPE_CHOICESc                   *    e Zd ZdZ G d d      Zd Zy)	CodeBlockzU
    Content > "Code" Plugin
    https://getbootstrap.com/docs/5.0/content/code/
    c                        e Zd ZdZ ed      Zy)CodeBlock.MetaTz
Code blockN__name__
__module____qualname__proxy_verbose_name     Y/home/dcms/DCMS/lib/python3.12/site-packages/djangocms_frontend/contrib/content/models.pyMetar          r   r   c                 V    d| j                   j                  dt        d   d          dS )N<	code_typer   >)configgetr   selfs    r   get_short_descriptionzCodeBlock.get_short_description   s,    4;;??;0A!0DQ0GHIKKr   Nr   r   r   __doc__r   r    r   r   r   r	   r	      s    
' 'Lr   r	   c                   *    e Zd ZdZ G d d      Zd Zy)
Blockquotezm
    Content > "Blockquote" Plugin
    https://getbootstrap.com/docs/5.0/content/typography/#blockquotes
    c                        e Zd ZdZ ed      Zy)Blockquote.MetaTr$   Nr   r   r   r   r   r&      r   r   r   c                     | j                   S N)quote_contentr   s    r   r    z Blockquote.get_short_description   s    !!!r   Nr!   r   r   r   r$   r$      s    
' '"r   r$   c                   *    e Zd ZdZ G d d      Zd Zy)FigurezZ
    Content > "Figure" Plugin
    https://getbootstrap.com/docs/5.0/content/figures/
    c                        e Zd ZdZ ed      Zy)Figure.MetaTr+   Nr   r   r   r   r   r-   )   s    {r   r   c                     | j                   S r(   )figure_captionr   s    r   r    zFigure.get_short_description-   s    """r   Nr!   r   r   r   r+   r+   #   s    
# ##r   r+   N)
django.utils.translationr   r   modelsr   	constantsr   r	   r$   r+   r   r   r   <module>r3      s4    6 $ (L L" "#^ #r   