|
|
@@ -37,8 +37,8 @@ import { postTypes, sortTypes, convertTitleCase } from '@/utils/helpers'
|
|
37
|
37
|
|
|
38
|
38
|
const TIMEOUT = 1
|
|
39
|
39
|
const INTERSECT_SELECTOR = '.page--list > article footer'
|
|
40
|
|
-const wideTypes = ['event', 'exhibition']
|
|
41
|
|
-const gridTypes = ['episode', 'artist']
|
|
|
40
|
+const wideTypes = ['event', 'exhibition', 'guide', 'post', 'publication']
|
|
|
41
|
+const gridTypes = ['episode', 'artist', 'object', 'short']
|
|
42
|
42
|
const sansSidebarTypes = ['episode']
|
|
43
|
43
|
|
|
44
|
44
|
export default {
|