Skip to content

Commit 2dd1f94

Browse files
committed
pequenos ajustes
1 parent a315dfa commit 2dd1f94

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

readme.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ php artisan forms:demo
5656

5757
5. Campos: campos do formulário
5858

59+
OBS.: **Os campos USP dependem do replicado**.
60+
5961
* **texto de 1 linha**
6062

6163
```json
@@ -138,7 +140,7 @@ php artisan forms:demo
138140
{
139141
"name": "codpes",
140142
"type": "pessoa-usp",
141-
"label": "Pessoa (select2)",
143+
"label": "Pessoa USP",
142144
"required": true
143145
},
144146
]
@@ -151,7 +153,7 @@ php artisan forms:demo
151153
{
152154
"name": "coddis",
153155
"type": "disciplina-usp",
154-
"label": "Disciplina (select2)",
156+
"label": "Disciplina USP",
155157
"required": true
156158
},
157159
]
@@ -162,9 +164,9 @@ php artisan forms:demo
162164
```json
163165
[
164166
{
165-
"name": "patrimonio",
167+
"name": "numpat",
166168
"type": "patrimonio-usp",
167-
"label": "Patrimonio (select2)",
169+
"label": "Patrimônio USP",
168170
"required": true
169171
},
170172
]
@@ -175,9 +177,9 @@ php artisan forms:demo
175177
```json
176178
[
177179
{
178-
"name": "local",
180+
"name": "codlocusp",
179181
"type": "local-usp",
180-
"label": "Local (select2)",
182+
"label": "Local USP",
181183
"required": true
182184
},
183185
]

0 commit comments

Comments
 (0)