> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed options

<ParamField body="disableSend" type="boolean">
  User can only save changes to draft packages; the user will not be able to send it.
</ParamField>

<ParamField body="disableProperties" type="boolean">
  User will not be allowed to modify package properties.
</ParamField>

<ParamField body="disableVerification" type="boolean">
  User will not be allowed to modify package verification properties.
</ParamField>

<ParamField body="disableSigners" type="boolean">
  User will not be allowed to modify package signers.
</ParamField>

<ParamField body="disableDocuments" type="boolean">
  User will not be allowed to modify package documents.
</ParamField>

<ParamField body="disableEditing" type="boolean">
  User will not be allowed to modify package properties, verification properties, signers, or documents. They will still be allowed to template each document.
</ParamField>

<ParamField body="focusTemplating" type="boolean">
  The first document will be focused when the package editor is loaded instead of the package properties.
</ParamField>

<ParamField body="returnUrl" type="string">
  User will be redirected back to the returnUrl when they are done editing the package.
</ParamField>

<ParamField body="returnState" type="string">
  Will be included in a `state` query string parameter appended to the `returnUrl`.
</ParamField>
