Forum Discussion
David Bargna
Jun 27, 2018Iron Contributor
customise modern web parts.
We are experimenting with migrating our inhouse built news letter to communications sites. This so far is pretty fine our our requirements, we have added a couple of custom columns/metadata, such as ...
Deleted
Jun 27, 2018Yeah, to follow up on Juan's comment, the meta data easy mode is coming. Technically you can add meta data to your site pages library and start using them now it's just a lot less intuitive as you have to go to the library to update that meta data.
I recently have been trying to modify the news articles with css injector application customizer which was a pain to get going, but I did and it works, but low and behold SharePoint uses some kind of dynamic css tags, so the injector can hide things like the post author and views from the posts, but then later that day it won't work anymore cause the css tag changed..... frustrating :). Guess I need to learn how to write my own SPFX webparts from scratch with my non coding self!
I recently have been trying to modify the news articles with css injector application customizer which was a pain to get going, but I did and it works, but low and behold SharePoint uses some kind of dynamic css tags, so the injector can hide things like the post author and views from the posts, but then later that day it won't work anymore cause the css tag changed..... frustrating :). Guess I need to learn how to write my own SPFX webparts from scratch with my non coding self!
David Bargna
Jun 27, 2018Iron Contributor
Thanks Christopher and Juan, looks like we need to learn some new skills :-)