"Community Section"
! CousteauDivers class methodsFor: #specs !
communityCoordinatorSpec
" Private - Return the section spec. "
^(
(#class -> #MobileEditor),
(#configuration -> (
(#title -> #Community)
)
)
)! !