-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hey there, I was trying out your awesome repoman extra when I discovered that my chunks load in just fine but my @param statements don't seem to be doing anything or at least nothing I can see in the properties panel. Here is my doc block code:
<!--
@name slickSlide
@description This is a chunk for slides
@param textfield $title The title of the slide. default=Slide
@param textfield $content This is the content of the slide. default=Slide Content
@param textfield $image This is the slide image path. default=/assets/slider/dist/images/slide-1.png
@param textfield $lazyload Whether or not the slide uses lazyloading. default=true
@peram textfield $block Special content for slides. default=
--!>
P.S. I also made sure to do a repoman update through the command console and a rebuild through the modx CMP.
Thanks in advance,
Mooror