# Which files can you override from a plugin?

**URL:** https://meta.discourse.org/t/which-files-can-you-override-from-a-plugin/78781
**Category:** Development
**Created:** [1월 23, 2018, 5:00오후 UTC](https://meta.discourse.org/t/which-files-can-you-override-from-a-plugin/78781 "2018-01-23T17:00:14Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [1월 23, 2018, 6:13오후 UTC](https://meta.discourse.org/t/which-files-can-you-override-from-a-plugin/78781/4 "2018-01-23T18:13:32Z")

</div>

Yes. It is simple as

```js
api.modifyClass('component:site-header', {
  tagName: 'section'
});

```

Anyway I recommending you to play around with the code before asking 😉. And explore the [guides](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515), existing code, and plugins.

---

_[View the full topic](https://meta.discourse.org/t/which-files-can-you-override-from-a-plugin/78781)._
