Commit a7afb0c2 by sujata

add linkdin

1 parent 7b0cca0c
......@@ -18,6 +18,9 @@
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
},
"Linkdin": {
"type": "string"
}
}
}
......@@ -28,6 +28,9 @@
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
},
"Linkdin": {
"type": "string"
}
}
}
......@@ -180,6 +180,7 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
preset: 'default';
}
>;
Linkdin: Schema.Attribute.String;
};
}
......@@ -347,6 +348,7 @@ export interface LayoutHeading extends Struct.ComponentSchema {
preset: 'default';
}
>;
Linkdin: Schema.Attribute.String;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!