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

Angular How to send default configuration ? #849

Open
vsudigali opened this issue Apr 20, 2023 · 0 comments
Open

Angular How to send default configuration ? #849

vsudigali opened this issue Apr 20, 2023 · 0 comments

Comments

@vsudigali
Copy link

Hi,

I am using
<dm-json-form title="Hello world" (change)="ShowItem($event)" [schema]="defaultSchema" [data]="item">

I want to use the default configuration as below. How to do that?

  disable_edit_json: true,
  disable_properties: false,
  disable_array_reorder: true,
  disable_array_delete_last_row: true,
  disable_array_delete_all_rows: true,
  collapsed: true,
  use_default_values: true,
  use_name_attributes: false,
  array_controls_top: true,
  display_required_only: false,
  show_opt_in: true,

Thanks,
Vijay

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

No branches or pull requests

1 participant