I've developed a custom news extension for Magento 1.9 according to MagentoStudy_News that is covered in Magento's official study guide for developers.
The store that I'm building on Magento is multilingual that means that I have 3 store views, each corresponding for each language.
When adding news item it's only adding for all store views, there's no selection box for selecting store views (Scope).
Does anyone have any tips on how to develop a custom extension that supports the scope of stores and store views? How should the table of the multi store view based extension? What about config?