mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Add embed class name setup for embeddable hosts
This commit is contained in:
@ -30,7 +30,7 @@ export default Ember.Component.extend(bufferedProperty('host'), {
|
||||
save() {
|
||||
if (this.get('cantSave')) { return; }
|
||||
|
||||
const props = this.get('buffered').getProperties('host', 'path_whitelist');
|
||||
const props = this.get('buffered').getProperties('host', 'path_whitelist', 'class_name');
|
||||
props.category_id = this.get('categoryId');
|
||||
|
||||
const host = this.get('host');
|
||||
|
Reference in New Issue
Block a user