Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spread substitutions #112

Closed
alixander opened this issue Jul 13, 2023 · 0 comments · Fixed by #113
Closed

spread substitutions #112

alixander opened this issue Jul 13, 2023 · 0 comments · Fixed by #113
Assignees

Comments

@alixander
Copy link
Contributor

Screen Shot 2023-07-13 at 11 30 39 AM
vars: {
  base-constraints: [NOT NULL; UNQ]
  disclaimer: DISCLAIMER {
    I am not a lawyer
    near: top-center
  }
}

data: {
  shape: sql_table
  id: int {constraint: [PK; ...${base-constraints}]}
}

custom-disclaimer: DRAFT DISCLAIMER {
  ...${disclaimer}
}
nhooyr added a commit that referenced this issue Jul 13, 2023
nhooyr added a commit that referenced this issue Jul 13, 2023
BarryNolte pushed a commit to BarryNolte/d2-vscode that referenced this issue Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants