Uncomment twitter input field for portals

deprecated-master
Alex Martzios 3 years ago
parent 6f26aa0f89
commit 0b85dfba03

@ -103,9 +103,9 @@
type="text" placeholder="Write piwik id of portal"
label="Piwik id">
</div>
<!-- <div *ngIf="properties.environment == 'development'" dashboard-input [formInput]="portalForm.get('twitterAccount')" type="text"
<div *ngIf="properties.environment == 'development'" dashboard-input [formInput]="portalForm.get('twitterAccount')" type="text"
placeholder="Write twitter account of portal" label="Twitter Account">
</div> -->
</div>
<input type="hidden" formControlName="_id">
</form>

Loading…
Cancel
Save