Support multiple imports in the same place:
import@1: fields/hero
import@2: fields/footer
Add support for partial imports:
# Same as without specifying partial import:
import@1: fields/hero:form
# Imports hero section separator:
import@2: fields/hero:form/fields/hero
# Imports fields outside of the main form:
import@3: fields/footer:test/fields
# Imports also work from the current file:
import@4: :include/fields
Support multiple imports in the same place:
Add support for partial imports: