Add Custom attribute to everypage automatically

Permalink
We have addon that created page thumbnails automatically from page content. We have installed it after creating 2500 pages.
So now I will have to go to every page and need to add that thumbnail attribute to every page. Then it generate thumbnail.

Is there anyway to add thumbnail automatically to each page ?

srjahir32
 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
You would need to write a one-off c5 job script to add it. For that number of pages, it should be a queueable job so it doesn't timeout.

If the 5.7 docs have not caught up yet, the principle in 5.6 was the same and the docs are OK. You will need to look at a core job like index all and work out the differences.