@ronin/compiler 0.18.7 → 0.18.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -172,8 +172,6 @@ type ModelFieldBasics = {
|
|
172
172
|
name?: string;
|
173
173
|
/** Allows for addressing the field programmatically. */
|
174
174
|
slug: string;
|
175
|
-
/** How the field should be displayed visually on the RONIN dashboard. */
|
176
|
-
displayAs?: string;
|
177
175
|
/**
|
178
176
|
* If set, only one record of the same model will be allowed to exist with a given
|
179
177
|
* value for the field.
|