Exemple #1
0
 class Meta:
     model = Section
     fields = get_fields_from_fieldsets(conf.SECTIONPLUGIN_FIELDSETS)
     # exclude = []
     widgets = build_baseplugin_widgets(conf, 'SECTIONPLUGIN')
 class Meta:
     model = TweetEmbed
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'TWEETEMBEDPLUGIN')
Exemple #3
0
 class Meta:
     model = Person
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'PERSON')
 class Meta:
     model = Video
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'VIDEOPLUGIN')
Exemple #5
0
 class Meta:
     model = Column
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'COLUMN')
Exemple #6
0
 class Meta:
     model = Text
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'TEXT')
Exemple #7
0
 class Meta:
     model = Image
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'IMAGEPLUGIN')
Exemple #8
0
 class Meta:
     model = HtmlBlock
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'HTMLBLOCKPLUGIN')
 class Meta:
     model = InlineDownload
     fields = get_fields_from_fieldsets(conf.INLINEDOWNLOADPLUGIN_FIELDSETS)
     # exclude = []
     widgets = build_baseplugin_widgets(conf, 'INLINEDOWNLOAD')
Exemple #10
0
 class Meta:
     model = InlineGallery
     fields = get_fields_from_fieldsets(conf.INLINEGALLERYPLUGIN_FIELDSETS)
     # exclude = []
     widgets = build_baseplugin_widgets(conf, 'INLINEGALLERY')
Exemple #11
0
 class Meta:
     model = Download
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'DOWNLOADPLUGIN')
Exemple #12
0
 class Meta:
     model = DownloadSection
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'GALLERY')
 class Meta:
     model = Gallery
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'GALLERY')
Exemple #14
0
 class Meta:
     model = Slider
     fields = get_fields_from_fieldsets(conf.SLIDERPLUGIN_FIELDSETS)
     # exclude = []
     widgets = build_baseplugin_widgets(conf, 'SLIDERPLUGIN')
 class Meta:
     model = TextImage
     exclude = []
     widgets = build_baseplugin_widgets(conf, 'TEXTIMAGE')