Pile in at 115 The Knoll to cheer on your team (or not) and eat lots and lots of food. Bring a snack to share if you’re able. And bring a friend or two or twenty. All are welcome!
// This script will enable Tippy.js on content block labels for Development Notes (in Page Content > [content block] > Settings.
// If you wish to use Tippy elsewhere instantiate it again or modify the following.
// In this case, if elements with both "tippy" and "content_block_label" classes have a title attribute they will receive a tooltip.
tippy('.content_block_label.tippy', {
position: 'left',
animation: 'scale',
duration: 100,
arrow: true
});