Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc68e72 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed May 30, 2024
1 parent 5bc5ef8 commit 62c7002
Show file tree
Hide file tree
Showing 160 changed files with 11,970 additions and 9,864 deletions.
46 changes: 45 additions & 1 deletion classes/ConfigResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ <h6><b>Properties</b></h6>
<span class="modifier"></span>
<a href="#FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED" >FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED</a>
</li>
<li>
<span class="modifier"></span>
<a href="#FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED" >FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED</a>
</li>
<li>
<span class="modifier"></span>
<a href="#FEATURE_SHOW_MIGRATION_WIZARD" >FEATURE_SHOW_MIGRATION_WIZARD</a>
Expand Down Expand Up @@ -424,7 +428,7 @@ <h3 id="constructor">Constructor</h3>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="213" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:213</a></div>
<div class="io-line">Defined in <a href="" data-line="216" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:216</a></div>
</td>
</tr>

Expand Down Expand Up @@ -1833,6 +1837,42 @@ <h3 id="inputs">
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED"></a>
<span class="name">
<span class="modifier"></span>
<span ><b>FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED</b></span>
<a href="#FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<b>Decorators : </b>
<br />
<code>
@ApiProperty()<br />
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="216" class="link-to-prism">apps/server/src/modules/server/api/dto/config.response.ts:216</a></div>
</td>
</tr>


</tbody>
</table>
<table class="table table-sm table-bordered">
Expand Down Expand Up @@ -3034,6 +3074,9 @@ <h3 id="inputs">
@ApiProperty()
FEATURE_NEW_LAYOUT_ENABLED: boolean;

@ApiProperty()
FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED: boolean;

constructor(config: ServerConfig) {
this.ACCESSIBILITY_REPORT_EMAIL &#x3D; config.ACCESSIBILITY_REPORT_EMAIL;
this.ADMIN_TABLES_DISPLAY_CONSENT_COLUMN &#x3D; config.ADMIN_TABLES_DISPLAY_CONSENT_COLUMN;
Expand Down Expand Up @@ -3103,6 +3146,7 @@ <h3 id="inputs">
this.FEATURE_MEDIA_SHELF_ENABLED &#x3D; config.FEATURE_MEDIA_SHELF_ENABLED;
this.BOARD_COLLABORATION_URI &#x3D; config.BOARD_COLLABORATION_URI;
this.FEATURE_NEW_LAYOUT_ENABLED &#x3D; config.FEATURE_NEW_LAYOUT_ENABLED;
this.FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED &#x3D; config.FEATURE_SCHULCONNEX_MEDIA_LICENSE_ENABLED;
}
}
</code></pre>
Expand Down
Loading

0 comments on commit 62c7002

Please sign in to comment.