File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/contentstack-migration/docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ module.exports =({ migration })=> {
210210 .mandatory (false );
211211};
212212
213- ```
214213Create a taxonomy field
215214
216215 module .exports = ({ migration })=> {
@@ -223,6 +222,7 @@ Create a taxonomy field
223222 .multiple (true )
224223 .mandatory (false );
225224};
225+ ```
226226<a name =" Field+editField " ></a >
227227
228228### field.editField(field, opts) ⇒ [ <code >Field</code >] ( #Field )
@@ -461,4 +461,4 @@ migration.addTask(task)
461461File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
462462----------|---------|----------|---------|---------|-------------------
463463All files | 0 | 0 | 0 | 0 |
464- ----------|---------|----------|---------|---------|-------------------
464+ ----------|---------|----------|---------|---------|-------------------
You can’t perform that action at this time.
0 commit comments