Skip to content

Commit

Permalink
feat: update default profile markdown template
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspikabek committed Jul 10, 2023
1 parent 5385b74 commit 3745131
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/templates/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,13 @@ User License: {{Profile.userLicense}}
| {{application}} | {{default}} | {{visible}} |
{{/each}}

<!--
## Apex Classes
| Class Name | Enabled? |
| ---- | ---- |
{{#each Profile.classAccesses}}
| {{apexClass}} | {{enabled}} |
{{/each}} -->

## Custom Metadata Type Access
| Custom Metadata | Enabled |
| ---- | ---- |
{{#each Profile.customMetadataTypeAccesses}}
| {{name}} | {{enabled}} |
{{/each}}

## Object Permissions 2
{{#each Profile.objectPermissions}}
### Object Name: {{object}}
* Read: {{allowRead}}
* Edit: {{allowRead}}
* Create: {{allowRead}}
* Delete: {{allowRead}}
* View All Records: {{allowRead}}
* Modify All Records: {{allowRead}}

### {{object}} field permissions

{{/each}}


## Record Type Visibilities
| Record Type | Visible | Default | Person Account Default?
| ---- | ---- | ---- | ---- |
Expand Down

0 comments on commit 3745131

Please sign in to comment.