Stone.js API
    Preparing search index...
    • Inject contributed blueprint statements into an entry template.

      Splices the statements into the entry's configure step at BLUEPRINT_MARKER, where a local blueprint is in scope. A no-op when there are no statements or the template has no blueprint marker.

      Parameters

      • content: string

        The entry template source.

      • statements: string[]

        JavaScript statements executed with blueprint in scope.

      Returns string

      The transformed source.