-
@jfentress By default they are private scope. As for what
this
should be, that’s largely template language dependent. For filters the discussion started here: github.com/11ty/eleventy/issues/1047 For shortcodes,this.page
will be available in 0.11.0 github.com/11ty/eleventy/issues/741 -
@jfentress To be clear, the first thing I should have said here is that you can always pass in data to a filter or a shortcode as an argument yourself. For example,
name
is passed to a filter in the very first example here 11ty.dev/docs/filters/