Commit 7c07d4f4 authored by Andy Hausmann's avatar Andy Hausmann

Updated README.md by the newest TS options.

parent fe808fc4
...@@ -43,6 +43,16 @@ _This section isn't completed yet._ ...@@ -43,6 +43,16 @@ _This section isn't completed yet._
# Here you can set up the Record Storage Page globally # Here you can set up the Record Storage Page globally
storagePid = storagePid =
} }
settings {
# String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
css = EXT:flexslider/Resources/Public/Css/flexslider.css
lib {
# String: File reference to alternative jQuery library if EXT t3jquery is not in use
jQuery = EXT:flexslider/Resources/Public/Js/jquery-min.js
# String: File reference to flexslider library
flexslider = EXT:flexslider/Resources/Public/Js/jquery.flexslider-min.js
}
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment