add pluginOptions in model of CM GET /content-types (#9599)

This commit is contained in:
Pierre Noël 2021-03-04 17:13:08 +01:00 committed by GitHub
parent 5ce7dfa274
commit b2de6bb8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ const dtoFields = [
'category',
'info',
'options',
'pluginOptions',
'attributes',
];