Skip to content

Commit

Permalink
README option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Jul 3, 2024
1 parent 5187c75 commit b5c507a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ If you want to customize the behavior of one or more resources, including how re
are rendered or changes are validated, or to add custom behaviors, there are a variety of configuration options
available. This includes component overrides if you would like to completely control
every aspect of a particular resource view, like the edit form.
For a list of base configuration and expected values, see `LiveAdmin.base_configs_schema/0`.
* `actions` - functions that operate on a specific record
* `tasks` - functions that operate on a resource as a whole
Expand All @@ -89,10 +88,11 @@ For a list of base configuration and expected values, see `LiveAdmin.base_config
* `components` - override portions of the UI
* `ecto_repo` - module used to execute queries
For more information about how to use options, see documentation for `LiveAdmin.base_configs_schema/0`.
*For more information about how to use options, see documentation for `LiveAdmin.base_configs_schema/0`.*
For additional convenience and control, configuration in LiveAdmin can be set at 3 different levels.
From more specific to more general, they are:
---
Configuration in LiveAdmin can be set at 3 different levels. From more local to more global, they are:
### Resource
Expand Down
8 changes: 4 additions & 4 deletions README.md.eex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ If you want to customize the behavior of one or more resources, including how re
are rendered or changes are validated, or to add custom behaviors, there are a variety of configuration options
available. This includes component overrides if you would like to completely control
every aspect of a particular resource view, like the edit form.
For a list of base configuration and expected values, see `LiveAdmin.base_configs_schema/0`.

* `actions` - functions that operate on a specific record
* `tasks` - functions that operate on a resource as a whole
Expand All @@ -89,10 +88,11 @@ For a list of base configuration and expected values, see `LiveAdmin.base_config
* `components` - override portions of the UI
* `ecto_repo` - module used to execute queries

For more information about how to use options, see documentation for `LiveAdmin.base_configs_schema/0`.
*For more information about how to use options, see documentation for `LiveAdmin.base_configs_schema/0`.*

For additional convenience and control, configuration in LiveAdmin can be set at 3 different levels.
From more specific to more general, they are:
---

Configuration in LiveAdmin can be set at 3 different levels. From more local to more global, they are:

### Resource

Expand Down

0 comments on commit b5c507a

Please sign in to comment.