Skip to content

Commit

Permalink
Orbit slider removed. Use m12/neos-nodetype-slickcarousel instead.
Browse files Browse the repository at this point in the history
With this change Orbit Slider is removed as it is marked as deprecated in Foundation documentation. Instead using m12/neos-nodetype-slickcarousel from https://github.com/million12/Neos.Plugin.SlickCarousel is advised.
  • Loading branch information
ryzy committed Dec 17, 2014
1 parent 51e43ab commit 80e5500
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 253 deletions.
142 changes: 0 additions & 142 deletions Configuration/NodeTypes.Media.yaml
Original file line number Diff line number Diff line change
@@ -1,145 +1,3 @@
# -----------------------------------------------------------------------------
#
# Orbit: parent NodeType of OrbitItem.
#
# -----------------------------------------------------------------------------
'M12.Foundation:Orbit':
superTypes:
- 'TYPO3.Neos:Content'
ui:
label: 'Orbit'
icon: 'icon-picture'
group: 'foundationMedia'
inlineEditable: TRUE
inspector:
groups:
orbitSettings:
label: 'Orbit settings'
position: 9
childNodes:
content:
type: 'TYPO3.Neos:ContentCollection'
properties:
animation:
type: string
defaultValue: ''
ui:
label: 'Animation effect'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
position: 10
editor: 'TYPO3.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
values:
'':
label: 'Slide'
fade:
label: 'Fade'
animationSpeed:
type: string
defaultValue: ''
ui:
label: 'Animation speed (ms)'
reloadIfChanged: FALSE
inspector:
group: 'orbitSettings'
position: 12
editorOptions:
placeholder: '500'
validation:
regularExpression:
regularExpression: '/^[0-9]{1,5}$/'
timerSpeed:
type: string
defaultValue: ''
ui:
label: 'Timer speed (ms)'
reloadIfChanged: FALSE
inspector:
group: 'orbitSettings'
position: 14
editorOptions:
placeholder: '10000'
validation:
regularExpression:
regularExpression: '/^[0-9]{2,6}$/'
nextOnClick:
type: boolean
defaultValue: TRUE
ui:
label: 'Advance to next on click'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
navigationArrows:
type: boolean
defaultValue: TRUE
ui:
label: 'Show navigation arrows'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
slideNumber:
type: boolean
defaultValue: TRUE
ui:
label: 'Show slide number'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
bullets:
type: boolean
defaultValue: TRUE
ui:
label: 'Show bullets (pager)'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
timer:
type: boolean
defaultValue: TRUE
ui:
label: 'Activate timer'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
variableHeight:
type: boolean
defaultValue: TRUE
ui:
label: 'Allow viarable height content'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
swipe:
type: boolean
defaultValue: TRUE
ui:
label: 'Swipe active'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
pauseOnHover:
type: boolean
defaultValue: TRUE
ui:
label: 'Pauses on hover'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
position: 70
resumeOnMouseout:
type: boolean
defaultValue: FALSE
ui:
label: 'Resume on mouse out'
reloadIfChanged: TRUE
inspector:
group: 'orbitSettings'
position: 72


#
# Flex Video
#
Expand Down
53 changes: 0 additions & 53 deletions Resources/Private/Templates/NodeTypes/Orbit.html

This file was deleted.

58 changes: 0 additions & 58 deletions Resources/Private/TypoScript/Prototypes/Orbit.ts2

This file was deleted.

0 comments on commit 80e5500

Please sign in to comment.