src/pyams_portal/slot.py
changeset 289 fca4100c1733
parent 5 670b7956c689
equal deleted inserted replaced
288:390514bce78a 289:fca4100c1733
    31     """Portal slot class"""
    31     """Portal slot class"""
    32 
    32 
    33     slot_name = FieldProperty(ISlotConfiguration['slot_name'])
    33     slot_name = FieldProperty(ISlotConfiguration['slot_name'])
    34     _portlet_ids = FieldProperty(ISlotConfiguration['portlet_ids'])
    34     _portlet_ids = FieldProperty(ISlotConfiguration['portlet_ids'])
    35     visible = FieldProperty(ISlotConfiguration['visible'])
    35     visible = FieldProperty(ISlotConfiguration['visible'])
       
    36     container_css_class = FieldProperty(ISlotConfiguration['container_css_class'])
    36     xs_width = FieldProperty(ISlotConfiguration['xs_width'])
    37     xs_width = FieldProperty(ISlotConfiguration['xs_width'])
    37     sm_width = FieldProperty(ISlotConfiguration['sm_width'])
    38     sm_width = FieldProperty(ISlotConfiguration['sm_width'])
    38     md_width = FieldProperty(ISlotConfiguration['md_width'])
    39     md_width = FieldProperty(ISlotConfiguration['md_width'])
    39     lg_width = FieldProperty(ISlotConfiguration['lg_width'])
    40     lg_width = FieldProperty(ISlotConfiguration['lg_width'])
    40     css_class = FieldProperty(ISlotConfiguration['css_class'])
    41     css_class = FieldProperty(ISlotConfiguration['css_class'])