Skip to content

Commit 85b5d59

Browse files
committed
Improve docs
1 parent e6e1c35 commit 85b5d59

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

lib/backpex/fields/inline_crud.ex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ defmodule Backpex.Fields.InlineCRUD do
77
],
88
child_fields: [
99
doc: """
10-
A list of child input fields. All field types except `Backpex.Fields.HasManyThrough`, `Backpex.Fields.InlineCRUD`
11-
and `Backpex.Fields.Upload` are supported.
10+
A list of child input fields.
11+
12+
The following fields are **not** supported:
13+
- `Backpex.Fields.HasManyThrough`
14+
- `Backpex.Fields.InlineCRUD`
15+
- `Backpex.Fields.Upload`
1216
1317
You can add additional classes to child field inputs by setting the class option in the list of `child_fields`.
1418
The class can be a string or a function that takes the assigns and must return a string.

0 commit comments

Comments
 (0)